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,...
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...
... 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...
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...
... 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...
... 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 ...
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....
... 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)...
... 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 ...
... 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...
... 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...
... ] ... 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....
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...
... 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...
... 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...
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",...
... 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...
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...