
please wait
by boson
FLTK puzzle
|
Hello there, Here is the thing, I am tring to teach myself a C++ from Stroustrups Programing principles and practice using C++. I have been doing rather rapid... |
Mar 1, 2011 at 4:39pm
[no replies]
|
by raulkolk
Color Blind
|
Hi everybody. How's it going? I've come across another problem. This time I need my program to "see" different colors. Pretty much all I need is a functio... |
Mar 1, 2011 at 12:54pm
[5 replies] Last: Thank you. (by raulkolk)
|
C++ Win32 API MoveWindow to Mouse Co-ordinates |
case WM_RBUTTONDOWN: ShowWindow (hWndChild , SW_SHOW); MoveWindow (hWndChild , LOWORD (lParam), HIWORD (lParam), 200, 200, false); break; I ... |
Mar 1, 2011 at 10:08am
[5 replies] Last: Yup that will work only it will work ALL THE TIME lol. He needs to ... (by closed account 3pj6b7Xj)
|
Where to begin |
I can write simple programs using C++ but I know nothing about windows programming, noting at all. I need some guides about where to begin. Please give me s... |
Mar 1, 2011 at 10:05am
[4 replies] Last: I started it out just like you, now I can write the window creation co... (by closed account 3pj6b7Xj)
|
by camuoi288
Connection Document and Dialog in MFC
|
I contruct a Single Document in MFC.After,i creat a Dialog into that document.Now,i want data in "text file",which is opened by a button on Toolbar of Document,... |
Mar 1, 2011 at 7:28am
[no replies]
|