| Webmasters Forums http://forums.pubdomains.info/ |
|
| Need help with C++ language? http://forums.pubdomains.info/programming/need-help-with-language-t12094.html |
Page 1 of 1 |
| Author: | Trevor [ Thu Mar 11, 2010 7:06 pm ] |
| Post subject: | Need help with C++ language? |
Is a pre-processor command the same thing as a header file? |
|
| Author: | Kiley [ Thu Mar 11, 2010 7:38 pm ] |
| Post subject: | Need help with C++ language? |
Bon = good oui = yes non = no nous mangons gateau = we eat cake |
|
| Author: | Crosby [ Thu Mar 11, 2010 7:55 pm ] |
| Post subject: | Need help with C++ language? |
In short no, a preprocessor command is indicated by a # at the beginning of the line such as #include <iostream> #define ROTR(x,n) ( (x>>n) | (x<< (sizof(x)-n) ) ) #ifdef WIN32_LEAN_AND_MEAN #pragma comment(lib,"dx3dx") preprocessor directives can be included in both code and header files, the link should help you more |
|
| Author: | Raice [ Thu Mar 11, 2010 8:47 pm ] |
| Post subject: | Need help with C++ language? |
No = The C++ preprocessor runs before any other compilation happens. Commands given to the preprocessor allow the programmer to define variables, perform text substitution, and test simple conditions. |
|
| Page 1 of 1 | All times are UTC |
| Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |
|