How to insert a reference to a blog in my entry?
C/C++ Programming
Hello Guest
  
  • Login
• Register…
• Start blog
  • Who, Where, When
• What can I do?
• What to Read?
  • Polls
• Avatars
• Interests
  • Cities and Countries
• Random blog
• Users search
  • Search
• Games
• Tests
• QAIX
  • Сообщества
• Talxy Chat
• Horoscope
• Online
 
Зарегистрируйся!

QAIX > C/C++ ProgrammingGo to page: « previous | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | next »

  Recent blog posts: 
  They have birthday today: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Moderators:
Friday, 12 January 2007
Interfacing USB using C Amitdudhbade 15:44:57
 Hello all,

I want to access USB port using C program.
Can you please halp me start with my coding.
I dont have any clue, how to begin.

Thanks and regards,
Amit.



To unsubscribe, send a blank message to <mailto:c-prog-unsu­bscribe-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org>.
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo­.com/group/c-prog/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo­.com/group/c-prog/jo­in
(Yahoo! ID required)

<*> To change settings via email:
mailto:c-prog-diges­t-hHKSG33Tihhbjbujka­E4pw@public.gmane.or­g
mailto:c-prog-fullf­eatured-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org

<*> To unsubscribe from this group, send an email to:
c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c­om/info/terms/


comment 2 answer | Add comment
[ROOT] Re: TSpectrum + Search() problem Marco Calviani 13:01:55
 Update:
it seems that this happens ONLY when a large number of peaks is
present. It does not accept the last peaks.

regards,
mc

On 1/9/07, Marco Calviani <marco.calviani@gma­il.com> wrote:> Hi,> i'm using TSpectrum to find peaks in a histogram, using> TSpectrum::Search()­. However i've a problem regarding how the function> find the peaks since it recognize peaks only up to a certain x value.> In the attachment you can find a .root file where horig is the> original histogram and h is the histogram where polymarkers are put on> top of the found peaks.>
this is the definition of the histogram> TH1F *h = new TH1F("h","spectrum"­,time_array.size(),0­,time_array.size()-1­);>
this is how it is filled> for(int i=0; i<(time_array.size(­)-1); i++)> {> if(time_array[i]>(TIME­THRESHOLD))> {> h->SetBinContent(i,­-ampl_array[i]+250);> }> }>
and this is the TSpectrum part> TSpectrum *sb = new TSpectrum(maxpeaksb­,resolution);> Int_t nfoundb = sb->Search(h,sigma,­"",threshold);>
In the picture you can find the result (is the same as h->Draw()).>
I'm using ROOT version 5.14 but this behaviour is the same also with> older versions.>
Regards,> Marco>


comment 3 answer | Add comment
Serial port in C Shruti_sardana18 08:10:02
 hello friends,
i need ur help
i have 2 PCs connected via 2 COM ports COM1 and COM2
i hv made a prog in C
which can send data to another PC via COM1
bt unable to send same data through COM2
and m able to send and receive data from COM2 with other utilities
what could be the problem
wat r the other factors involved in this case

m using _bios_serialcom command in C
if u can refer any books or so for the purpose
and i want to use DOS as OS

Thanks u all in advance,
Shruti



To unsubscribe, send a blank message to <mailto:c-prog-unsu­bscribe-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org>.
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo­.com/group/c-prog/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo­.com/group/c-prog/jo­in
(Yahoo! ID required)

<*> To change settings via email:
mailto:c-prog-diges­t-hHKSG33Tihhbjbujka­E4pw@public.gmane.or­g
mailto:c-prog-fullf­eatured-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org

<*> To unsubscribe from this group, send an email to:
c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c­om/info/terms/


Add comment
C BASIC Resh_personal 05:45:33
 WHY WE SHOULD USE THE SYMBOL? WHAT IS THE USE OF IT? THERE ARE SO MANY
SYMBOLS IN C WHAT IS THE NECESSARY TO CHOOSE THE ?



To unsubscribe, send a blank message to <mailto:c-prog-unsu­bscribe-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org>.
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo­.com/group/c-prog/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo­.com/group/c-prog/jo­in
(Yahoo! ID required)

<*> To change settings via email:
mailto:c-prog-diges­t-hHKSG33Tihhbjbujka­E4pw@public.gmane.or­g
mailto:c-prog-fullf­eatured-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org

<*> To unsubscribe from this group, send an email to:
c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c­om/info/terms/


comment 7 answers | Add comment
Thursday, 11 January 2007
[ROOT] Re: help with root GUIbuilder Ilka Antcheva 16:51:23
 Hi Nagaraj

At its current state the GUI builder can only help you to create and
layout different GUI elements of your application. You may consider
the saved GUI as a part of the application constructor or dialogs
related to it. The easiest way to add functionality to the created GUI
functional is the use of signals/slots communication mechanism (see
"Event Processing: Signals and Slots" on page 394 at
ftp://root.cern.ch/­root/doc/chapter26.p­df and
http://root.cern.ch­/root/HowtoSignalSlo­t.html).

Cheers, Ilka

Nagaraj Panyam wrote:> Dear experts/users,>
After creating a GUI and saving it, how do I add code to make it do > something? Can guibuilder help me with that?>
Are there any tutorials etc. to help me understand and use GUI > builder?>
Thanks you for any help.> Regards,> Nagaraj>


comment 2 answer | Add comment
error C1190 Vincent Darby 15:22:40
 Hi guys,

I am working on an MFC project in Visual C++ .NET and whenever I
compile the project, I get the fatal error C1190 warning. The
compiler tells me it's about the use of '#using <mscorlib.dll' and
'/clr'. Do any of you know what probably is the problem with my
program? Or does anyone know of a workaround for the said error?

I hope answers would come fast. Thanks a lot!!!

Vince

-------------------­--------------------­--------------------­----------

Tired of spam? Yahoo! Mail has the best spam protection around
http://ph.mail.yaho­o.com [http://sg.rd.yahoo.­com/mail/ph/footer/d­ef/*http://ph.mail.y­ahoo.com ]
__._,_.___

To unsubscribe, send a blank message to
<mailto:c-prog-unsu­bscribe-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org>.

[IMAGE]


SPONSORED LINKS

C and c++ [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjZ2FocXUxBF9TAzk3N­Dc2NTkwBF9wAzEEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjg1MTc4NzA-?t=ms­&k=C+and+c++&w1=C+an­d+c++&w2=Computer+pr­ogramming+languages&­w3=Java+programming+­language&w4=Basic+pr­ogramming+language&w­5=Programming+langua­ges&c=5&s=141&g=0&.s­ig=rSEcR7B64_R_zU_FQ­Fo8Yw]

Computer programming languages [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjcWloc2trBF9TAzk3N­Dc2NTkwBF9wAzIEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjg1MTc4NzA-?t=ms­&k=Computer+programm­ing+languages&w1=C+a­nd+c++&w2=Computer+p­rogramming+languages­&w3=Java+programming­+language&w4=Basic+p­rogramming+language&­w5=Programming+langu­ages&c=5&s=141&g=0&.­sig=Vd_u-m2YOwh3rQSM­WegmwA]

Java programming language [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjcTQ4ZzY1BF9TAzk3N­Dc2NTkwBF9wAzMEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjg1MTc4NzA-?t=ms­&k=Java+programming+­language&w1=C+and+c+­+&w2=Computer+progra­mming+languages&w3=J­ava+programming+lang­uage&w4=Basic+progra­mming+language&w5=Pr­ogramming+languages&­c=5&s=141&g=0&.sig=f­1DTT2uu_E_QAECbDXxOf­g]

Basic programming language [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjbmNrcm80BF9TAzk3N­Dc2NTkwBF9wAzQEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjg1MTc4NzA-?t=ms­&k=Basic+programming­+language&w1=C+and+c­++&w2=Computer+progr­amming+languages&w3=­Java+programming+lan­guage&w4=Basic+progr­amming+language&w5=P­rogramming+languages­&c=5&s=141&g=0&.sig=­mV-_2bL0rNwDv9i32NUk­Qw]

Programming languages [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjZmVobXFhBF9TAzk3N­Dc2NTkwBF9wAzUEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjg1MTc4NzA-?t=ms­&k=Programming+langu­ages&w1=C+and+c++&w2­=Computer+programmin­g+languages&w3=Java+­programming+language­&w4=Basic+programmin­g+language&w5=Progra­mming+languages&c=5&­s=141&g=0&.sig=JIolL­BEyTuBhWnCNFXDJug]


Your email settings: Individual Email|Traditional
Change settings via the Web [http://groups.yahoo­.com/group/c-prog/jo­in;_ylc=X3oDMTJmaXVt­dGxqBF9TAzk3NDc2NTkw­BGdycElkAzEwMTMxMzkE­Z3Jwc3BJZAMxNzA1MDA2­Nzg4BHNlYwNmdHIEc2xr­A3N0bmdzBHN0aW1lAzEx­Njg1MTc4NzA-]
(Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest [mailto:c-prog-digest-hHKSG33TihhbjbujkaE4pw@public.gmane.org?subject=Email Delivery: Digest]
| Switch to Fully Featured [mailto:c-prog-fullfeatured-hHKSG33TihhbjbujkaE4pw@public.gmane.org?subject=Change Delivery Format: Fully Featured]
Visit Your Group
[http://groups.yahoo­.com/group/c-prog;_y­lc=X3oDMTJkOGVoN3U5B­F9TAzk3NDc2NTkwBGdyc­ElkAzEwMTMxMzkEZ3Jwc­3BJZAMxNzA1MDA2Nzg4B­HNlYwNmdHIEc2xrA2hwZ­gRzdGltZQMxMTY4NTE3O­Dcw]
| Yahoo! Groups Terms of Use [http://docs.yahoo.c­om/info/terms/] |
Unsubscribe
[mailto:c-prog-unsubscribe-hHKSG33TihhbjbujkaE4pw@public.gmane.org?subject=Unsubscribe]

__,_._,___

comment 1 answer | Add comment
open cd rom Ahmet YANAR 14:28:25
 i want open cd rom via cpp code.can you help me?..

-------------------­--------------------­--------------------­----------

Real-time chat with your friends http://messenger.ms­n.com/?mkt=tr [http://g.msn.com/8H­MATR/2740??PS=47575
__._,_.___

To unsubscribe, send a blank message to
<mailto:c-prog-unsu­bscribe-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org>.

[IMAGE]


SPONSORED LINKS

C and c++ [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjdTRpOWI1BF9TAzk3N­Dc2NTkwBF9wAzEEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjg1MTUwMzU-?t=ms­&k=C+and+c++&w1=C+an­d+c++&w2=Computer+pr­ogramming+languages&­w3=Java+programming+­language&w4=Basic+pr­ogramming+language&w­5=Programming+langua­ges&c=5&s=141&g=0&.s­ig=rSEcR7B64_R_zU_FQ­Fo8Yw]

Computer programming languages [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjNnNxYWpuBF9TAzk3N­Dc2NTkwBF9wAzIEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjg1MTUwMzU-?t=ms­&k=Computer+programm­ing+languages&w1=C+a­nd+c++&w2=Computer+p­rogramming+languages­&w3=Java+programming­+language&w4=Basic+p­rogramming+language&­w5=Programming+langu­ages&c=5&s=141&g=0&.­sig=Vd_u-m2YOwh3rQSM­WegmwA]

Java programming language [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjY3VncXZvBF9TAzk3N­Dc2NTkwBF9wAzMEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjg1MTUwMzU-?t=ms­&k=Java+programming+­language&w1=C+and+c+­+&w2=Computer+progra­mming+languages&w3=J­ava+programming+lang­uage&w4=Basic+progra­mming+language&w5=Pr­ogramming+languages&­c=5&s=141&g=0&.sig=f­1DTT2uu_E_QAECbDXxOf­g]

Basic programming language [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjbmN1M2dzBF9TAzk3N­Dc2NTkwBF9wAzQEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjg1MTUwMzU-?t=ms­&k=Basic+programming­+language&w1=C+and+c­++&w2=Computer+progr­amming+languages&w3=­Java+programming+lan­guage&w4=Basic+progr­amming+language&w5=P­rogramming+languages­&c=5&s=141&g=0&.sig=­mV-_2bL0rNwDv9i32NUk­Qw]

Programming languages [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjZDNranZrBF9TAzk3N­Dc2NTkwBF9wAzUEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjg1MTUwMzU-?t=ms­&k=Programming+langu­ages&w1=C+and+c++&w2­=Computer+programmin­g+languages&w3=Java+­programming+language­&w4=Basic+programmin­g+language&w5=Progra­mming+languages&c=5&­s=141&g=0&.sig=JIolL­BEyTuBhWnCNFXDJug]


Your email settings: Individual Email|Traditional
Change settings via the Web [http://groups.yahoo­.com/group/c-prog/jo­in;_ylc=X3oDMTJmcDd0­c21qBF9TAzk3NDc2NTkw­BGdycElkAzEwMTMxMzkE­Z3Jwc3BJZAMxNzA1MDA2­Nzg4BHNlYwNmdHIEc2xr­A3N0bmdzBHN0aW1lAzEx­Njg1MTUwMzU-]
(Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest [mailto:c-prog-digest-hHKSG33TihhbjbujkaE4pw@public.gmane.org?subject=Email Delivery: Digest]
| Switch to Fully Featured [mailto:c-prog-fullfeatured-hHKSG33TihhbjbujkaE4pw@public.gmane.org?subject=Change Delivery Format: Fully Featured]
Visit Your Group
[http://groups.yahoo­.com/group/c-prog;_y­lc=X3oDMTJkdnF1bGFkB­F9TAzk3NDc2NTkwBGdyc­ElkAzEwMTMxMzkEZ3Jwc­3BJZAMxNzA1MDA2Nzg4B­HNlYwNmdHIEc2xrA2hwZ­gRzdGltZQMxMTY4NTE1M­DM1]
| Yahoo! Groups Terms of Use [http://docs.yahoo.c­om/info/terms/] |
Unsubscribe
[mailto:c-prog-unsubscribe-hHKSG33TihhbjbujkaE4pw@public.gmane.org?subject=Unsubscribe]

__,_._,___

comment 1 answer | Add comment
Wednesday, 10 January 2007
What is meant by hashing exactly ? Murali Marimekala 17:08:01
 Hello Everyone,

I had google "what is meant by hashing" but didnt find any relavant
answer. Can anyone explain what is meant by hashing exactly.

Thank you,
Murali


Cheers,Murali

-------------------­--------------------­--------------------­----------

Here s a new way to find what you're looking for - Yahoo! Answers [http://us.rd.yahoo.­com/mail/in/yanswers­/*http://in.answers.­yahoo.com/]
__._,_.___

To unsubscribe, send a blank message to
<mailto:c-prog-unsu­bscribe-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org>.

[IMAGE]


SPONSORED LINKS

C and c++ [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjaTYyaW9pBF9TAzk3N­Dc2NTkwBF9wAzEEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjg0Mzc4Mjk-?t=ms­&k=C+and+c++&w1=C+an­d+c++&w2=Computer+pr­ogramming+languages&­w3=Java+programming+­language&w4=Basic+pr­ogramming+language&w­5=Programming+langua­ges&c=5&s=141&g=0&.s­ig=rSEcR7B64_R_zU_FQ­Fo8Yw]

Computer programming languages [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjODg1cG8wBF9TAzk3N­Dc2NTkwBF9wAzIEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjg0Mzc4Mjk-?t=ms­&k=Computer+programm­ing+languages&w1=C+a­nd+c++&w2=Computer+p­rogramming+languages­&w3=Java+programming­+language&w4=Basic+p­rogramming+language&­w5=Programming+langu­ages&c=5&s=141&g=0&.­sig=Vd_u-m2YOwh3rQSM­WegmwA]

Java programming language [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjMTNlaHI4BF9TAzk3N­Dc2NTkwBF9wAzMEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjg0Mzc4Mjk-?t=ms­&k=Java+programming+­language&w1=C+and+c+­+&w2=Computer+progra­mming+languages&w3=J­ava+programming+lang­uage&w4=Basic+progra­mming+language&w5=Pr­ogramming+languages&­c=5&s=141&g=0&.sig=f­1DTT2uu_E_QAECbDXxOf­g]

Basic programming language [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjbjNzbWkyBF9TAzk3N­Dc2NTkwBF9wAzQEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjg0Mzc4Mjk-?t=ms­&k=Basic+programming­+language&w1=C+and+c­++&w2=Computer+progr­amming+languages&w3=­Java+programming+lan­guage&w4=Basic+progr­amming+language&w5=P­rogramming+languages­&c=5&s=141&g=0&.sig=­mV-_2bL0rNwDv9i32NUk­Qw]

Programming languages [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjbmR1NjkwBF9TAzk3N­Dc2NTkwBF9wAzUEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjg0Mzc4Mjk-?t=ms­&k=Programming+langu­ages&w1=C+and+c++&w2­=Computer+programmin­g+languages&w3=Java+­programming+language­&w4=Basic+programmin­g+language&w5=Progra­mming+languages&c=5&­s=141&g=0&.sig=JIolL­BEyTuBhWnCNFXDJug]


Your email settings: Individual Email|Traditional
Change settings via the Web [http://groups.yahoo­.com/group/c-prog/jo­in;_ylc=X3oDMTJmdGMx­cWZsBF9TAzk3NDc2NTkw­BGdycElkAzEwMTMxMzkE­Z3Jwc3BJZAMxNzA1MDA2­Nzg4BHNlYwNmdHIEc2xr­A3N0bmdzBHN0aW1lAzEx­Njg0Mzc4Mjk-]
(Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest [mailto:c-prog-digest-hHKSG33TihhbjbujkaE4pw@public.gmane.org?subject=Email Delivery: Digest]
| Switch to Fully Featured [mailto:c-prog-fullfeatured-hHKSG33TihhbjbujkaE4pw@public.gmane.org?subject=Change Delivery Format: Fully Featured]
Visit Your Group
[http://groups.yahoo­.com/group/c-prog;_y­lc=X3oDMTJkY2g2cW9qB­F9TAzk3NDc2NTkwBGdyc­ElkAzEwMTMxMzkEZ3Jwc­3BJZAMxNzA1MDA2Nzg4B­HNlYwNmdHIEc2xrA2hwZ­gRzdGltZQMxMTY4NDM3O­DI5]
| Yahoo! Groups Terms of Use [http://docs.yahoo.c­om/info/terms/] |
Unsubscribe
[mailto:c-prog-unsubscribe-hHKSG33TihhbjbujkaE4pw@public.gmane.org?subject=Unsubscribe]

__,_._,___

comment 2 answer | Add comment
virutal memory to physical memory translation ? Murali Krishna M 17:02:50
 Hello Everybody,

Can anyone explain about Virtual memory to physical
memory translation.

[mod - http://www.google.c­om/search?q=virtual+­physical+memory+tran­slation - PJH]

Thank you,
Murali



To unsubscribe, send a blank message to <mailto:c-prog-unsu­bscribe-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org>.
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo­.com/group/c-prog/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo­.com/group/c-prog/jo­in
(Yahoo! ID required)

<*> To change settings via email:
mailto:c-prog-diges­t-hHKSG33Tihhbjbujka­E4pw@public.gmane.or­g
mailto:c-prog-fullf­eatured-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org

<*> To unsubscribe from this group, send an email to:
c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c­om/info/terms/


Add comment
RE: {Disarmed} What is the size of c++ class which contain 3 virtual funcions Pankaj Mishra 07:13:29
 4 bytes on a 32 bit compiler

Actually it will be size of Virtual table, Functions individually
donБ t have any size.

-------------------­--------------------­-
PANKAJ MISHRA

-------------------­--------------------­--------------------­----------

From: c-prog-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org
[mailto:c-prog-hHKSG33TihhbjbujkaE4pw@public.gmane.org] On Behalf Of
Murali Krishna M
Sent: Friday, January 05, 2007 11:56 AM
To: c-prog-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org
Subject: {Disarmed} [c-prog] What is the size of c++ class which
contain 3 virtual funcions

Hi All,

HAPPY NEW YEAR TO YOU AND YOUR FAMILY. I am new buddy to this
groups and following is my doubt in c++. I wish i will surely get an
answer to this query in this group.

What is the size of c++ class which contain 3 virtual funcions ?

Thank you,
Murali

__._,_.___

To unsubscribe, send a blank message to
<mailto:c-prog-unsu­bscribe-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org>.

[IMAGE]


SPONSORED LINKS

C and c++ [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjN2hpYXBjBF9TAzk3N­Dc2NTkwBF9wAzEEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjc5OTQwNzk-?t=ms­&k=C+and+c++&w1=C+an­d+c++&w2=Computer+pr­ogramming+languages&­w3=Java+programming+­language&w4=Basic+pr­ogramming+language&w­5=Programming+langua­ges&c=5&s=141&g=0&.s­ig=rSEcR7B64_R_zU_FQ­Fo8Yw]

Computer programming languages [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjY2E0OXIxBF9TAzk3N­Dc2NTkwBF9wAzIEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjc5OTQwNzk-?t=ms­&k=Computer+programm­ing+languages&w1=C+a­nd+c++&w2=Computer+p­rogramming+languages­&w3=Java+programming­+language&w4=Basic+p­rogramming+language&­w5=Programming+langu­ages&c=5&s=141&g=0&.­sig=Vd_u-m2YOwh3rQSM­WegmwA]

Java programming language [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjY2RiMmRlBF9TAzk3N­Dc2NTkwBF9wAzMEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjc5OTQwNzk-?t=ms­&k=Java+programming+­language&w1=C+and+c+­+&w2=Computer+progra­mming+languages&w3=J­ava+programming+lang­uage&w4=Basic+progra­mming+language&w5=Pr­ogramming+languages&­c=5&s=141&g=0&.sig=f­1DTT2uu_E_QAECbDXxOf­g]

Basic programming language [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjZW5kaTlwBF9TAzk3N­Dc2NTkwBF9wAzQEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjc5OTQwNzk-?t=ms­&k=Basic+programming­+language&w1=C+and+c­++&w2=Computer+progr­amming+languages&w3=­Java+programming+lan­guage&w4=Basic+progr­amming+language&w5=P­rogramming+languages­&c=5&s=141&g=0&.sig=­mV-_2bL0rNwDv9i32NUk­Qw]

Programming languages [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjaGhycjliBF9TAzk3N­Dc2NTkwBF9wAzUEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjc5OTQwNzk-?t=ms­&k=Programming+langu­ages&w1=C+and+c++&w2­=Computer+programmin­g+languages&w3=Java+­programming+language­&w4=Basic+programmin­g+language&w5=Progra­mming+languages&c=5&­s=141&g=0&.sig=JIolL­BEyTuBhWnCNFXDJug]


Your email settings: Individual Email|Traditional
Change settings via the Web [http://groups.yahoo­.com/group/c-prog/jo­in;_ylc=X3oDMTJmMTY2­dmU5BF9TAzk3NDc2NTkw­BGdycElkAzEwMTMxMzkE­Z3Jwc3BJZAMxNzA1MDA2­Nzg4BHNlYwNmdHIEc2xr­A3N0bmdzBHN0aW1lAzEx­Njc5OTQwNzk-]
(Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest [mailto:c-prog-digest-hHKSG33TihhbjbujkaE4pw@public.gmane.org?subject=Email Delivery: Digest]
| Switch to Fully Featured [mailto:c-prog-fullfeatured-hHKSG33TihhbjbujkaE4pw@public.gmane.org?subject=Change Delivery Format: Fully Featured]
Visit Your Group
[http://groups.yahoo­.com/group/c-prog;_y­lc=X3oDMTJkaWpvMDd0B­F9TAzk3NDc2NTkwBGdyc­ElkAzEwMTMxMzkEZ3Jwc­3BJZAMxNzA1MDA2Nzg4B­HNlYwNmdHIEc2xrA2hwZ­gRzdGltZQMxMTY3OTk0M­Dc5]
| Yahoo! Groups Terms of Use [http://docs.yahoo.c­om/info/terms/] |
Unsubscribe
[mailto:c-prog-unsubscribe-hHKSG33TihhbjbujkaE4pw@public.gmane.org?subject=Unsubscribe]

__,_._,___

comment 5 answers | Add comment
RE: Needs help again. (functions and arrays) Ray Devore 01:18:11
 --- Eliacem Galon <mikmoken2003-/E159­7aS9LQAvxtiuMwx3w@pu­blic.gmane.org> wrote:> hey sorry for this message. i need the code for this> badly tomorow for submission of my exercise. Hope> you> understand. what i mean can you please help me> coding> this....>
Heres i want to get...>
1. getAverage> 2. Smallest > 3. TPON (Total Positive Odd Numbers)> 4. TNEVN (Total Negative Even Numbers)> 5. Search / Searching> 6. Sort / Sorting> 7. displayPON (display Positive Odd Numbers)> 8. displayNEN (display Negative Even Numbers)>
<snip code>

Eliacem,

<big rant>

Poor planning on your part does not constitute an
emergency on my part.

For you to learn, you need to do the programming
yourself. You should get a grade that reflects what
you can do, not what I can do. I took classes and
passed them on my own. I do not need to write your
program to prove anything or to get a grade. Are you
going to share your grade?

What are you going to do when you get a programming
job based on the grade you got for somebody else's
work? Are you going to get someone to do your work
then also? Will you share your paycheck with them?

This group is here to help you, not to do your
homework for you. You put forth some effort to write
the code you provided, now work harder and get the
rest of the code written. I gave you some detailed
hints on what you need to do. NOW DO IT!!!!

</big rant>

Ray

___________________­____________________­___________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.c­om


To unsubscribe, send a blank message to <mailto:c-prog-unsu­bscribe-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org>.
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo­.com/group/c-prog/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo­.com/group/c-prog/jo­in
(Yahoo! ID required)

<*> To change settings via email:
mailto:c-prog-diges­t-hHKSG33Tihhbjbujka­E4pw@public.gmane.or­g
mailto:c-prog-fullf­eatured-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org

<*> To unsubscribe from this group, send an email to:
c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c­om/info/terms/


Add comment
Tuesday, 9 January 2007
RTL and __int64 bug for BC5.02 Mohsen 18:15:01
 
Hi all,

I found out that BC5 has some bugs among which /= operator for
__int64 and RTL bug for allocating huge blocks of memory are
notable. I'm using BC5.02 and I tested the __int64 type, but I
did not face any problem with /= operator as if the bug has been
eliminated in this release of BC. I don't know if that's true or
not.
It is also important for me to know if the RTL bug still exist
and how it can be tracked and removed. In my version of BC5.02 there is no source code for RTL libraries.

Many thanks

Mohsen
comment 1 answer | Add comment
lacceptance Roseann Chase 16:35:56
 
Add comment
[ROOT] Graphical User Interface Tom Roberts 14:09:13
 I am trying to build a GUI. Unfortunately the documents are sparse, as
are examples.


The TGComboBox and TGListBox do not have sensible default sizes.
Unfortunately, the only example using them, guitest.C, contains
HARD-CODED sizes for them -- a very bad idea.

How can I set reasonable default sizes for my widgets?
How can I determine how many pixels an "M" is, wide and tall, for the
default font of these widgets?


Tom Roberts


comment 2 answer | Add comment
Need high growth finance? Robert Valensky 10:49:34
 Hello .
Brain Marketing company offers job to Regional agents.
You will be occupied just 2 or 3 hours per week and get paid 1000-2500 euro per week.
Your job will include receiving money transfers on Your bank account and further transferring them to our clients.
If You are interested in this vacancy, please inform us on this e-mail robert223ster@gmail­.com , also include your phone number and we will contact You immediately.
The only condition is that You should be more than 19 and have a bank account.
Best Regards, Robert Valensky .


Add comment
He do island Elder The 10:40:33
 
Add comment
his closed Trent K. Patterson 10:20:09
 
Add comment
pirregular Took On 10:12:24
 
Add comment
HI and help me... Prashant Vishwakarma 08:51:31
 Greetings,
Hi I m Prashant Vishwakarma a Software Developer
working as a fresher... Done B.Tech in IT. currently
working in mumbai... i have a problem working with
file and that is ...

i want to test wether a file is open or not in linux
but things that i know are not working...

Prashant


Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download Now! http://messenger.ya­hoo.com/download.php­


To unsubscribe, send a blank message to <mailto:c-prog-unsu­bscribe-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org>.
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo­.com/group/c-prog/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo­.com/group/c-prog/jo­in
(Yahoo! ID required)

<*> To change settings via email:
mailto:c-prog-diges­t-hHKSG33Tihhbjbujka­E4pw@public.gmane.or­g
mailto:c-prog-fullf­eatured-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org

<*> To unsubscribe from this group, send an email to:
c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c­om/info/terms/


comment 6 answers | Add comment
Monday, 8 January 2007
hai Reddyonpc 20:04:36
 am new to c coparate with me to learn c..................­.....
thanx for all........



-------------------­----- Yahoo! Groups Sponsor -------------------­-~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yah­oo.com/J8kdrA/y20IAA­/yQLSAA/EbFolB/TM
-------------------­--------------------­--------------------­---------~->

To unsubscribe, send a blank message to <mailto:c-prog-unsu­bscribe-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org>.
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo­.com/group/c-prog/

<*> To unsubscribe from this group, send an email to:
c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c­om/info/terms/



comment 5 answers | Add comment
What is the size of c++ class which contain 3 virtual funcions Murali Krishna M 19:59:34
 Hi All,

HAPPY NEW YEAR TO YOU AND YOUR FAMILY. I am new buddy to this
groups and following is my doubt in c++. I wish i will surely get an
answer to this query in this group.

What is the size of c++ class which contain 3 virtual funcions ?

Thank you,
Murali



To unsubscribe, send a blank message to <mailto:c-prog-unsu­bscribe-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org>.
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo­.com/group/c-prog/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo­.com/group/c-prog/jo­in
(Yahoo! ID required)

<*> To change settings via email:
mailto:c-prog-diges­t-hHKSG33Tihhbjbujka­E4pw@public.gmane.or­g
mailto:c-prog-fullf­eatured-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org

<*> To unsubscribe from this group, send an email to:
c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c­om/info/terms/


comment 9 answers | Add comment
My is value Fortune 16:56:28
 
Add comment
Set the file attribute... Popeye137 16:24:30
 Hello everyone,

I would like to ask how to set a read-only file to a non-read-only file.

i tried to to use

CFile::SetStatus
static void SetStatus( LPCTSTR lpszFileName, const CFileStatus& status );
throw( CFileException );
Parameters
lpszFileName
A string that is the path to the desired file. The path can be
relative or absolute but cannot contain a network name.

my problem is that the file is located in a network computer and not a
local file. so CFile::SetStatus wont work.

Do you know any work around on this?
Thank you very much...


Regards,

Rommel



To unsubscribe, send a blank message to <mailto:c-prog-unsu­bscribe-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org>.
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo­.com/group/c-prog/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo­.com/group/c-prog/jo­in
(Yahoo! ID required)

<*> To change settings via email:
mailto:c-prog-diges­t-hHKSG33Tihhbjbujka­E4pw@public.gmane.or­g
mailto:c-prog-fullf­eatured-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org

<*> To unsubscribe from this group, send an email to:
c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c­om/info/terms/


comment 1 answer | Add comment
A linker problem BDS 2006 - C++ Builder Milan Kotaska 15:49:09
 Hello,

I have a problem with my project linkink.

In my project I have one unit where are defined about 16000 exernal
variables (CPP file lines like - const char szTest[50]="Test"; and H file
lines like - extern const char szTest[50];) and other unit where are
referenced all externals from previous unit (about 16000). If I try to link
a project I will get a linker error:

[Linker Warning] Warning: CODE : 0x0000014f / 0x00400000
[Linker Warning] Warning: DATA : 0x0012eb8b / 0x00400000
[Linker Warning] Warning: DEBNAM : 0x000574a9 / 0x00400000
[Linker Warning] Warning: DEBSYM : 0x00070d47 / 0x00400000
[Linker Warning] Warning: DEBTYP : 0x0008caf2 / 0x00400000
[Linker Warning] Warning: Extdef flags : 0x00000021 / 0x00004000
[Linker Warning] Warning: Extdefs : 0x00000084 / 0x00004000
[Linker Warning] Warning: External types : 0x00000004 / 0x00040000
[Linker Warning] Warning: Import symbols : 0x00000000 / 0x00100000
[Linker Warning] Warning: Line number cache : 0x00000042 / 0x00060000
[Linker Warning] Warning: OBJ symbols : 0x000f3dd4 / 0x00100000
[Linker Warning] Warning: Public GSX : 0x00012c08 / 0x000c0000
[Linker Warning] Warning: Publics : 0x000a8c48 / 0x000c0000
[Linker Warning] Warning: SegRelocs : 0x0005dc64 / 0x00400000
[Linker Warning] Warning: StringBlock : 0x00000023 / 0x00400000
[Linker Warning] Warning: Type names : 0x0000003b / 0x00100000
[Linker Warning] Warning: Virdefs : 0x00000004 / 0x00020000
[Linker Warning] Warning: C:/projects/TestNew­/Test/Debug_Build/Pr­oject1.ilc:
0x00010000 / 0x03000000
[Linker Warning] Warning: C:/projects/TestNew­/Test/Debug_Build/Pr­oject1.ild:
0x0013f000 / 0x03000000
[Linker Warning] Warning: C:/projects/TestNew­/Test/Debug_Build/Pr­oject1.ilf:
0x000f2000 / 0x03000000
[Linker Warning] Warning: C:/projects/TestNew­/Test/Debug_Build/Pr­oject1.ils:
0x0019e000 / 0x03000000
[Linker Warning] Warning: C:/projects/TestNew­/Test/Debug_Build/Pr­oject1.tds:
0x00070000 / 0x06000000
[Linker Warning] Warning: CODE : 0x00000000 / 0x00400000
[Linker Warning] Warning: DATA : 0x000a1c04 / 0x00400000
[Linker Warning] Warning: DEBNAM : 0x0005745f / 0x00400000
[Linker Warning] Warning: DEBSYM : 0x0005e013 / 0x00400000
[Linker Warning] Warning: DEBTYP : 0x0008ca44 / 0x00400000
[Linker Warning] Warning: Extdef flags : 0x00001000 / 0x00004000
[Linker Warning] Warning: Extdefs : 0x00004000 / 0x00004000
[Linker Warning] Warning: Import symbols : 0x00000000 / 0x00100000
[Linker Warning] Warning: OBJ symbols : 0x00000000 / 0x00100000
[Linker Warning] Warning: Public GSX : 0x00000000 / 0x000c0000
[Linker Warning] Warning: Publics : 0x00000000 / 0x000c0000
[Linker Warning] Warning: StringBlock : 0x00000027 / 0x00400000
[Linker Warning] Warning: Virdefs : 0x00000000 / 0x00020000
[Linker Warning] Warning: unknown heap name : 0x03000000 / 0x03000000
[Linker Fatal Error] Fatal: Exceeded memory limit for block Extdefs in
module C:\projects\TestNew­\Test\texts_tbl.cpp


I do not know, how to solve the problem. There was no this problem in BCB
5.0.


Thank you for any idea.


Milan Kotaska
kotaska@atal.cz
comment 1 answer | Add comment
String class??? T_u.L_i_p 15:41:53
 i want to know that how does c++'s string class differ from c string
class??? or c++ have the same string class od c??
and as in c++ there is a char* (a pointer type character) then why
does c++ have a string class??? wat advantage this string class in c++
have over char* pointer typw character???
Regards



To unsubscribe, send a blank message to <mailto:c-prog-unsu­bscribe-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org>.
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo­.com/group/c-prog/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo­.com/group/c-prog/jo­in
(Yahoo! ID required)

<*> To change settings via email:
mailto:c-prog-diges­t-hHKSG33Tihhbjbujka­E4pw@public.gmane.or­g
mailto:c-prog-fullf­eatured-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org

<*> To unsubscribe from this group, send an email to:
c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c­om/info/terms/


comment 3 answer | Add comment

Add new topic:

How:  Register )
 
Логин:   Пароль:   
Комментировать могут: Премодерация:
Topic:
  
 
Пожалуйста, относитесь к собеседникам уважительно, не используйте нецензурные слова, не злоупотребляйте заглавными буквами, не публикуйте рекламу и объявления о купле/продаже, а также материалы нарушающие сетевой этикет или УК РФ.


QAIX > C/C++ ProgrammingGo to page: « previous | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | next »

see also:
drag and drop quiz
Question Regarding Update Year…
mysql: multiple SELECTs with INSERT or…
пройди тесты:
see also:
UK Web Design London, UK Flash Web…
SOFTWARE POSITIONS WITH eFulgent

  Copyright © 2001—2008 QAIX
Idea: Miсhael Monashev
Помощь и задать вопросы можно в сообществе support.qaix.com.
Сообщения об ошибках оставляем в сообществе bugs.qaix.com.
Предложения и комментарии пишем в сообществе suggest.qaix.com.
Информация для родителей.
Write us at:
If you would like to report an abuse of our service, such as a spam message, please