by poonninja
problem with directx
|
|
[1 reply] : Check your duplicate post in General c++ programming for an answer. (by closed account D80DSL3A)
|
by knox
Unknown problem?
|
|
[9 replies] Last: // cin >> masterS; cin.ignore( 1024, '\n' ); cin.getline(maste... (by buyong)
|
File listing problem |
|
[3 replies] Last: path should be const char* , so you're clear that it's read-only. ... (by kbw)
|
by Tset Tsyung
How do I draw regular(convex) polyogns
|
|
[no replies]
|
by Csani
Copy folder with more words
|
|
[4 replies] Last: system("\"c:\\users\\my name\\ThisFolderIWantToCopy\\\" \"c:\\here\\")... (by Skillless)
|
by jrohde
Get Program Name from Executable Path?
|
|
[1 reply] : The infor you need's in here: http://www.angelfire.com/biz/rhaminisys... (by kbw)
|
by Kiana
BM_SETIMAGE & Visual Styles
|
|
[1 reply] : if you use MFC, you can try CButtonST, it is a open source control, yo... (by buyong)
|
by Tamao
C++ Showing files in a directory
|
|
[6 replies] Last: Error 2 error C2664: 'FindFirstFileA' : cannot convert parameter 2 fro... (by buyong)
|
New to MFC and windowed applications. |
|
[2 replies] Last: I think you can start from a MFC dialog project, it is like VB in some... (by buyong)
|
by Deluge
Writing a Plug-In for Windows Explorer
|
|
[3 replies] Last: svg is a kind of XML, you can use a XML parse lib such as tinyxml to d... (by buyong)
|
Windows Form Application: C++ Text Editing Program Questions |
|
[1 reply] : please reference msdn example : wordpad sample(MFC) (by buyong)
|
by youngroger
Custom window bar
|
|
[4 replies] Last: you can try BCGCBPro (by buyong)
|
by kamyers1
Weird stdout Issue in DLL
|
|
[1 reply] : if your OS is Windows, you can use WriteConsole function instead of fp... (by buyong)
|
by daveD
GPS Intermediate Driver
|
|
[2 replies] Last: Sounds like your integers aren't big enough to contain the data you ar... (by firedraco)
|
AL5A Robotic Arm |
|
[no replies]
|
by bahador
how to use setcursor and getmuseclick() function in a same time
|
|
[1 reply] : add: SetConsoleMode(stdIn,ENABLE_LINE_INPUT|ENABLE_ECHO_INPUT|ENAB... (by buyong)
|
by mostafa44
windows appplication
|
|
[3 replies] Last: A couple months ago I decided to try my hand at learning C++ and then... (by Bill Agnor)
|
by Ravskie
Detecting WIN32 button press.
|
|
[2 replies] Last: copy from MSDN: Return Values The return value is zero if there is... (by buyong)
|
by Tset Tsyung
How to close multiple windows individually (Beginner)
|
|
[3 replies] Last: and line 50 if(hWindowHandleArray == hwnd) (by buyong)
|
by marembo
using mscomm32.ocx in c/c++
|
|
[1 reply] : you do not need to #import "libpath\mscomm32.ocx" if you use VC6, you... (by buyong)
|