by JAI SINGH
Deubug Assertion failed
|
|
[5 replies] Last: @ modoran : Good to know, I'll try to remember that one. @ OP: We're... (by Computergeek01)
|
by avt0
please help me for instalation win 7
|
|
[3 replies] Last: Generally you won't because either the generic device driver recognize... (by Computergeek01)
|
Having trouble with edit control |
|
[4 replies] Last: Yes, adding the ES_AUTROHSCROLL style worked perfectly. Thanks. (by chakaflokiles)
|
by ArsenArsen
Getting folder that holds EXE
|
|
[6 replies] Last: You also need to link to the correct library, #pragma comment(lib, "S... (by Grey Wolf)
|
by jheard901
Looking for Feedback on a Game
|
|
[11 replies] Last: If you are interested, you can take a look at the source code for the ... (by jheard901)
|
by zdzero
IoGetCurrentProcess
|
|
[2 replies] Last: This... is embarrassing. lol. Thanks. (by zdzero)
|
by hdbuster
Stuck after the Hello World tutorial
|
|
[5 replies] Last: In Visual Studio, set up a new project as an "Empty Project". Then ad... (by freddie1)
|
Filling the console window |
|
[4 replies] Last: Thank you, The function "WriteConsoleOutput()" is exactly what I was... (by chakaflokiles)
|
by ArsenArsen
Open with... command
|
|
[15 replies] Last: Sorry for annoyingness, but i need example, i dont understand it, litt... (by ArsenArsen)
|
by Ng Trung
How to use MessgeBox with variables
|
|
[1 reply] : The main function must return int . You have to convert a and b to s... (by LB)
|
by kernel1990
Modifing the entry point of an exe file
|
|
[1 reply] : May I ask why? You know that there are quicker ways to break a binary ... (by Computergeek01)
|
by ajitm
what exactly meaning of name mangling? why it is occurred?
|
|
[1 reply] : ..what cause it to occur? The compiler linker causes name mangling... (by Computergeek01)
|
File.exe has stopped working... |
|
[2 replies] Last: Oops, I assumed because of the windows OS and all... (by RealGiganitris)
|
by sebihp2007
Problem with DC_BURSH and SetDCBrushColor?
|
|
[1 reply] : Bump?.. any help?.. I'm completely stuck on this :( EDIT: tried updat... (by sebihp2007)
|
by sebihp2007
Custom Cursor not working?
|
|
[8 replies] Last: This is creating and assigning to a local variable of the same name, ... (by sebihp2007)
|
External File commands |
|
[18 replies] Last: I ran both code lines std::ofstream fs("/test.txt"); and system("ex... (by NDprogramming)
|
by kmtompkins
opening and closing CD drive on damand
|
|
[2 replies] Last: You can do either way you can use the code for the VK or you can use t... (by kmtompkins)
|
by kuroro03
Find and replace program
|
|
[2 replies] Last: ok thanks for the suggestion... anyways I'll take your suggestion on u... (by kuroro03)
|
by ajitm
Why we should got for static linking library and dynamic linking library
|
|
[1 reply] : If your application and plugins loaded by your application need to all... (by LB)
|
by ajitm
what is difference between static member function and global member function and when we should go for each
|
|
[1 reply] : A static member function must always be within the scope of a class. A... (by LB)
|