User profile: Masoud

User info
User name:Masoud
Name:Masoud
History
Joined:
Number of posts:7
Latest posts:

Readonly class variables in C++
jsmith, thnx for second part of your post. We should overload assignment operator for that. (i edi...

Powerful Console in Windows/VC++ (Color, Cursor, ...)
Tested in Visual C++ 6 and above

Readonly class variables in C++
moorecm, You are right and Setter/Getter is the best way but this is just another approach. We us...

Readonly class variables in C++
Dear jsmith and Framework! Read this article again! Readonly to the outside class but read/wri...

Powerful Console in Windows/VC++ (Color, Cursor, ...)
Console.cpp [code] #include "Console.h" HANDLE Console::cConsole = NULL; BOOL WINAPI conso...