Is it ok to use this as a global variable?Excellent, thank you.
Is it ok to use this as a global variable?[code] HANDLE console = GetStdHandle(STD_OUTPUT_HANDLE); [/code]
HEADER_H vs HEADER_H_Yea I agree. I just noticed that a lot of files use the HEADER_H_ form so I was wondering why they d...
HEADER_H vs HEADER_H_Which do you prefer and why? Which do you find more readable.
String array questionWhy is this a problem? [code] std::string sBannerLine1[11] sBannerLine1[11]= { "_", "_", "_", "_"...