by epifel
Listing directory contents on VC++ 2008
|
|
[5 replies] Last: Try to find a download for the files you need. Just googling, I've fo... (by Bazzy)
|
by Fredbenz
GetModuleFileName ( NULL, szEXEPath, 2048 );
|
|
[4 replies] Last: SigmaSecurity (4) if the IDE is VS2005 your code have one error er... (by arpnet)
|
by petzyou
Read File .txt in automatic way
|
|
[4 replies] Last: It's so easy~ You have no necessary to care this detail. GetPrivate... (by phikaa)
|
by conryf
Assertion Failure on Delete[]
|
|
[1 reply] : //Chokes right here on delete !!!! for( i=0; i<num_verts; i++ ) {... (by guestgulkan)
|
by Fredbenz
Resize console window
|
|
[2 replies] Last: Be reminded that the window size cannot be larger than the screen buff... (by aaronljx)
|
by Iwanttolearn
Draw a PNG in a control with GDI+?
|
|
[no replies]
|
by abseeley
Accessing USB Webcam
|
|
[3 replies] Last: You don't need DS. Just use AVICap (msdn, ...) (by george135)
|
by enduser000
<conio.h>
|
|
[6 replies] Last: Agreed. Use the curses library. GetAsyncKeyState() gets the async... (by Duthomhas)
|
by alivec
Program
|
|
[4 replies] Last: What you are trying to do won't work this way. Sorry. Google aroun... (by Duthomhas)
|
by ROSLINMAN
Windows prog error
|
|
[1 reply] : I would need some code...without it, I am guessing that you are either... (by firedraco)
|
by gen1mx6
how to manually open up printer port in vista?
|
|
[2 replies] Last: have you used winring0 before? i was wondering it tells me to just ... (by gen1mx6)
|
by mundras2003
Mutex programming
|
|
[2 replies] Last: In Windows, a Mutex is global, that is it operates across processes an... (by kbw)
|
by inmillion
subst command not working through createProcess()
|
|
[5 replies] Last: Subst has nothing to do with junctions points (existed in Win 9x) Cre... (by george135)
|
by viperfang
FINAL EXAM
|
|
[7 replies] Last: thanks for the help mikeb570 :D (by viperfang)
|
by ddog6785
Program from console to Visual
|
|
[2 replies] Last: Yeah, what firedraco said. Pretty simple really. (by giantMidget)
|
by izyani
Develop CSP in XP
|
|
[no replies]
|
by babe20042004
Errors in my gpa calculator program
|
|
[2 replies] Last: cout<<"Please insert the number of courses that you have taken for ... (by guestgulkan)
|
by Fasih Ahmed
Linking a static library to a dynamic library
|
|
[6 replies] Last: I was building this on windows platform using C++ Express Edition 2008... (by Fasih Ahmed)
|
by jrohde
GetDIBits
|
|
[2 replies] Last: 1) The class constructor sets scanlines to NULL. Therefore it either... (by jrohde)
|
by danyaljj
A chalenge in generating [REALY!] random numbers
|
|
[12 replies] Last: The best way is with Win32 api . (Crypto and others) Those two... (by Tsuruya)
|