Search the web
Sign In
New User? Sign Up
c-prog · C/C++ Programmer's Mailing List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 47131 - 47160 of 71513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
47131
Without getting into the minutiae, isn't there a distinction like this: (1) The Standard Template Library (STL) is a general-purpose C++ library of algorithms...
triviagenius
Offline Send Email
Sep 1, 2005
8:51 am
47132
Please see this link and ofcourse it is for DOS. http://www.arl.wustl.edu/~lockwood/class/cs306/books/artofasm/Chapter_18/CH18-1.html ... not ... actually i m...
mahesh
mahesh_myinbox
Offline Send Email
Sep 1, 2005
11:01 am
47133
i need slides to teach c++ simple course next semester and i dnt have materials .... best wishes mutasem ayyash mutasem_ayyash@......
mutasem_ayyash
Offline Send Email
Sep 1, 2005
12:36 pm
47134
1 - [e-book] linux c++ programming howto 2 - Thinking in C++ Volume1 3 - Thinking in C++ Volume2 4 - ANSI-ISO C++ Professional Programmer's Handbook 6 -...
mutasem_ayyash
Offline Send Email
Sep 1, 2005
12:43 pm
47135
... Any ideas to share these :) -- http://www.programminghelp4u.com/ - Help on programming (C/C++, Java, C# or any other programming language) for homework,...
Programming Help
programmingh...
Offline Send Email
Sep 1, 2005
1:11 pm
47136
1, 2, 4, 8, TYIA!...
dr ice
micatdc2
Offline Send Email
Sep 1, 2005
1:15 pm
47137
... Well, for one thing, it isn't the full version of Cygwin because to install it has to contact the Internet. The OP apparently wants a nice big 750MB (or...
Thomas J. Hruska
shininglightpro
Offline Send Email
Sep 1, 2005
1:38 pm
47138
This may help you, http://www.cs.uct.ac.za/courses/CS200W/Resources/ mutasem_ayyash <mutasem_ayyash@...> wrote:i need slides to teach c++ simple course...
mahesh
mahesh_myinbox
Offline Send Email
Sep 1, 2005
1:47 pm
47139
... Let me guess - illegal e-books. This list is NOT here to distribute illegal e-books. Please keep your illegal e-book listings to the more unsavory forums...
Thomas J. Hruska
shininglightpro
Offline Send Email
Sep 1, 2005
1:47 pm
47140
hi, here is a problem regarding retrieving address of a variable by using %d specifier in unix machine. pls solve n send as soon as possible. ... Yahoo! India...
SAYANTAN MAJUMDER
cs_sayantan
Offline Send Email
Sep 1, 2005
1:55 pm
47141
... Show us what you have done thus far. -- Thomas Hruska Shining Light Productions Home of BMP2AVI, Nuclear Vision, ProtoNova, and Win32 OpenSSL. ...
Thomas J. Hruska
shininglightpro
Offline Send Email
Sep 1, 2005
2:04 pm
47142
... USB microphones are known to cause all sorts of interesting problems. Are you using DirectSound, DirectShow, or the WaveIn() APIs to read in data?...
Thomas J. Hruska
shininglightpro
Offline Send Email
Sep 1, 2005
2:11 pm
47143
... Your question is too vague, please be more specific... what exactly are you trying to do? Do you have some code to show? -- Brett -- Programmer by Day,...
Brett W. McCoy
smartandkewl
Offline Send Email
Sep 1, 2005
2:28 pm
47144
... int i = 10; printf("address of i = %d \n", &i ); -- http://www.programminghelp4u.com/ - Help on programming (C/C++, Java, C# or any other programming...
Programming Help
programmingh...
Offline Send Email
Sep 1, 2005
2:52 pm
47145
why anyone want any book it is so easy to see it on internet by the way i will to make easy and easy okay send ur idea bye ... ...
MuTasem Ayyash
mutasem_ayyash
Offline Send Email
Sep 1, 2005
10:55 pm
47146
... I don't care if it is "easy" or "hard" to find e-books on the Internet. This list (c-prog) is not the place to distribute or promote illegal materials....
Thomas J. Hruska
shininglightpro
Offline Send Email
Sep 1, 2005
11:26 pm
47147
As u might know * left shifting a *number multiplies it by 2 so * k<<=1; == K*2= 10*2=20 IF u consider it in binary form then * *10= 1010 and 1010 <<1...
Rajendra Singh
rajendrasing...
Offline Send Email
Sep 2, 2005
12:57 am
47148
Please solve this puzzle The output of the program is suppose to be 6 but write the change() function in such a way that output of this program will be 23 void...
Saurabh Jhamb, Noida
saurabhjhamb
Offline Send Email
Sep 2, 2005
12:57 am
47149
the answer would be 20 coz left shifting 10 by 1 position causes it to be multiplied by 2 power n. where n is the number of bits to be shifted. so 10<<1 would...
prams janero
prams_nayak
Offline Send Email
Sep 2, 2005
12:57 am
47150
... We'll probably never know. What we do know is that the OP now has a free answer to their assignment. -- Peter...
peternilsson42
Offline Send Email
Sep 2, 2005
12:58 am
47151
... What possible reference does this subject line have to your question? ... Why? What does it demonstrate? [When's your assignment due?] ... int main() ... ...
peternilsson42
Offline Send Email
Sep 2, 2005
1:11 am
47152
Reply inline.... ... Why ?? Will I get a cookie ? What will it demonstrate ? If by solving this puzzle, you got into HCL Tech, then all I can say is Saurabh...
Jaspreet Oberoi
js_oberoi79
Offline Send Email
Sep 2, 2005
1:48 am
47153
... Is the OP so dumb, that he can't compile his program and see what the result is? -- Param Bir Singh http://parambir.blogspot.com...
Parambir Singh
speiestaaim
Offline Send Email
Sep 2, 2005
2:49 am
47154
Address is not an integer, so you can't use %d for address. address is an unsigned integer, you have to use %u Regards Ramu ... ...
Bhargava Ramu
ramu_kavati
Offline Send Email
Sep 2, 2005
5:36 am
47155
... Correct. ... No, it isn't. ... No, the only conversion specifier for printing a pointer is %p. -- Peter...
peternilsson42
Offline Send Email
Sep 2, 2005
10:59 am
47156
... Hi Mahesh, I can't read your file - it doesn't get stored by Yahoo!, with your message. In the good old days, if we had some data in a database or ...
dm_451
Offline Send Email
Sep 2, 2005
11:33 am
47157
Hi Dave I agree with you. I am attaching the link for the file http://c.ittoolbox.com/browse.asp?c=CPPPeerPublishing&r=+%2Fpub%2FPR010103%2Epdf It Just...
mahesh
mahesh_myinbox
Offline Send Email
Sep 2, 2005
1:35 pm
47158
... solving this ... down in a ... apply there ... (this same ... I am ... told the ... up, count ... asked this ... 23 not 6 ... printf in ... displays ... ...
js_oberoi79
Offline Send Email
Sep 2, 2005
2:56 pm
47159
This can be done by modifying the stack. Find out where the compiler places the return address on the stack in relation to the passed parameter, compile it...
Andre
ralph_malph
Offline Send Email
Sep 2, 2005
7:59 pm
47160
Snippage ... requirements document. And that is all that matters, right? Right! :) Andre...
Andre
ralph_malph
Offline Send Email
Sep 2, 2005
8:07 pm
Messages 47131 - 47160 of 71513   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help