compiling with #define in multiple filesthis will define FOO in all .cpp files but i need to define different FOO in each .h file somethin...
compiling with #define in multiple filesin my files i have multiple sections like this #ifdef FOO //some codes #endif i want to be a...
compiling with #define in multiple filesI have a project with multiple .h and .cpp files. I want to compile this project and add #defines u...
how to #define stringsi have a [code]#define SIZE 32[/code] that i change on compilation time as needed. what i want to...
handling data types as inputsI 'm fairly new to C++ programming. I wanted to accept a datatype as an input. I've seen something s...
This user does not accept Private Messages