Moslemam2013
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Moslemam2013 created a post, unavailability of global variables in other .h files
1.shouldn't symbolic constants and global variables be available in other .h files if they're declared in main.cpp before including header files? #ifndef PI #define PI 314 #endif const int glo...