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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 59686 - 59715 of 71513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
59686
I am working on a Memory Footprint Reduction project. I came across an idea to disable all printf statements so that less memory is required. In addition,...
kldan_ng
Offline Send Email
Dec 1, 2006
9:09 am
59687
... for c in old/*.c ; do cat insert $c > new/$c ; done ; You must create new/old/...
Pedro Izecksohn
izecksohn
Offline Send Email
Dec 1, 2006
9:36 am
59688
Use coomand line argument in main. read book Deniss Richie for help how pass command line argument in C. Bye. Rajesh Bisht. "Joseph A. Marrero"...
rajesh bisht
delhi_bisht
Offline Send Email
Dec 1, 2006
9:36 am
59689
Dear Friends, I am writing makefiles on linux. How to call number of makefiles from the main makefile. Please reply as soon as possible. Thanks in advance. Bye...
prajyot_neve
Offline Send Email
Dec 1, 2006
9:54 am
59690
... provide syntax deepak hi deepak, our frnds already told u that use system() function. nice u must use system() function which is in dos.h header file. i am...
rampavanck
Offline Send Email
Dec 1, 2006
9:59 am
59691
hello friends, i m working on a drawing project i almost completed it but i don't know how to save any image on the screen to file in bitmap, or any compressed...
raj2642
Offline Send Email
Dec 1, 2006
10:44 am
59692
... http://www.fortunecity.com/skyscraper/windows/364/bmpffrmt.html http://www.jpeg.org/ Yahoo! Search is your friend. I searched: bitmap file format jpeg file...
Pedro Izecksohn
izecksohn
Offline Send Email
Dec 1, 2006
11:22 am
59693
http://www.google.com/search?q=c++ global static variables...
Ananth
ananth_dude
Offline Send Email
Dec 1, 2006
11:44 am
59694
... Since you have the member data public, it doesn't matter. Also, you are passing the addresses of the array elements to the sort function and sort doesn't ...
Ray Devore
rbdevore2007
Offline Send Email
Dec 1, 2006
1:34 pm
59695
... Should the above be a_entry[i].Lname[x]? Otherewise you have an infinite loop. Ray ... ...
Ray Devore
rbdevore2007
Offline Send Email
Dec 1, 2006
1:42 pm
59696
Reply embedded... ... No you don't, at least it is not shown in your example code. ... There is no need to, what passed to the predicate are two elements....
Shyan Lam
sflam108
Offline Send Email
Dec 1, 2006
2:22 pm
59697
first press the printscreen button then open paint application press paste option.then save that image as bitmap....
maheshgkwd
Offline Send Email
Dec 1, 2006
4:30 pm
59698
... You could have done strToLower[x] =tolower(a_entry[ i].Lname[ x]); and saved a step. ... You could also use stricmp (not sure if it is standard or not)...
Ray Devore
rbdevore2007
Offline Send Email
Dec 2, 2006
12:31 am
59699
... A global variable is defined outside of any function. A static variable is declared with the keyword static. You can have global static variables. Ray ...
Ray Devore
rbdevore2007
Offline Send Email
Dec 2, 2006
12:38 am
59700
... It is wrong. The scope of a static variable defined outside any function is only inside that source file. At least I'm not the only guy who writes wrong...
Pedro Izecksohn
izecksohn
Offline Send Email
Dec 2, 2006
1:11 am
59701
... Check the documentation to see how you can stop the file after the preprocessor step. Not really sure you would want to do this. You can end up with a...
Ray Devore
rbdevore2007
Offline Send Email
Dec 2, 2006
1:13 am
59702
... ] ... Taken out of clear context, of course it's wrong. But since Ray qualified exactly what he meant by global and static, he's actually correct....
peternilsson42
Offline Send Email
Dec 2, 2006
3:00 am
59703
... i mean that the user of my program should save his drawing into bmp image, how can i provide this flexibility in my program....
raj2642
Offline Send Email
Dec 2, 2006
2:11 pm
59704
... Have you looked at the ImageMagick library? It's very good for this kind of thing (can handle many many types of image formats, in fact): ...
Brett W. McCoy
smartandkewl
Online Now Send Email
Dec 2, 2006
2:33 pm
59705
On Sat, 02 Dec 2006 08:48:17 -0000 ... use an image library, libjpg/libpng or something like this -- Regards, Ed ::...
ed
psy80uk
Offline Send Email
Dec 2, 2006
3:00 pm
59706
thanks nico, just for curiosity .. can u tell me how are event handled in Unix.. by signals ? in some 3rd party libraries i have found things called callbacks...
Indika Bandara
indikabandara19
Offline Send Email
Dec 2, 2006
4:26 pm
59707
... Not necessarily wrong, but incomplete, which makes it wrong. A static variable defined outside of a function or class is global to that file; that is, it...
Ray Devore
rbdevore2007
Offline Send Email
Dec 2, 2006
6:14 pm
59708
... your time will be better spent upgrading to VC++2005 express (which is free) rather than having to unlearn (later) the errors in vs6 ... Victor A. Wagner...
Victor A. Wagner Jr.
vawjr1943
Offline Send Email
Dec 3, 2006
3:24 pm
59709
vim > * http://s5h.net/u?c7 -- Regards, Ed :: http://www.openbsdhacker.com...
ed
psy80uk
Offline Send Email
Dec 3, 2006
5:17 pm
59710
Hello, I've searched for some cheap books to help me learn "C". I came across these two: "Absolute Beginners Guide to C", by Greg perry "C Pocket Reference",...
Nuno Berneaud
nunoberny
Offline Send Email
Dec 3, 2006
10:40 pm
59711
... nobody suggested letting it write your code Petzold is a fool ... Victor A. Wagner Jr. http://rudbek.com The five most dangerous words in the English...
Victor A. Wagner Jr.
vawjr1943
Offline Send Email
Dec 3, 2006
11:09 pm
59712
On Sun, 03 Dec 2006 22:25:04 +0100 ... get advanced unix programming, http://www.amazon.co.uk/exec/obidos/ASIN/0131411543 or c, a modern approach ...
ed
psy80uk
Offline Send Email
Dec 3, 2006
11:21 pm
59713
Hello Ed ... Isn't this for Unix? Or is it general C? My platform currently only has gcc support. ... Looks great, but too expensive, for now. I know cheap...
Nuno Berneaud
nunoberny
Offline Send Email
Dec 3, 2006
11:53 pm
59714
Hi, You can refer to "Inside the C++ object model" authored by Stanley Lippman. Excellent book to learn about the internals. Regards, Shankar...
shankar_gnanasekharan
shankar_gnan...
Offline Send Email
Dec 4, 2006
11:17 am
59715
Hi, I called OPENDIR in my program , then the program exit. if it is true that the OS call CLOSEDIR automatically for me ? Thank you....
tailuo2002
Offline Send Email
Dec 4, 2006
11:18 am
Messages 59686 - 59715 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