Thursday 11 December 2014

C++: Preprocessor Directive

=Excerpt from "Sams Teach Yoursef C++ in One Hour a Day "=

A preprocessor is a tool that runs before the actual compilation starts. Preprocessor directives are commands to the preprocesor and always start with a pound sign #.


Monday 8 December 2014