Forum: C Feb 25th, 2006 |
| Replies: 5 Views: 6,129 First, I prepared the class blow :
class UserDefinedWindow
{
public:
WNDCLASSEX WindowClass;
DWORD dwExStyle;
LPCTSTR lpClassName;
LPCTSTR lpWindowName;
DWORD dwStyle; |
Forum: C++ May 7th, 2005 |
| Replies: 26 Views: 5,373 C and C++ are certainly diffrent languages; nobody can deny it.
Whenever, I take some C code, without paying attention if it was C or C++, from this site it doesn't work properly on C++ compiler.... |