User profile: turtlesavage

User info
User name:turtlesavage
History
Joined:
Number of posts:88
Latest posts:

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 question
Why is this a problem? [code] std::string sBannerLine1[11] sBannerLine1[11]= { "_", "_", "_", "_"...