by smasherprog
cannot run application
|
|
[4 replies] Last: In addition to statically linking, you must make sure that you are run... (by Lamblion)
|
by Hakate
Questions about insertion sort
|
|
[4 replies] Last: No problem - hope it makes sense. Read up about it on wiki to have a b... (by Mythios)
|
by fali
Visual C++ 2008 OPC client
|
|
[no replies]
|
by wachtn
Where to start?
|
|
[5 replies] Last: For the price of lower performance. /me knows this statement will ... (by JCED)
|
by helios
DWORD
|
|
[11 replies] Last: When I tested it, I did this: I moved one file and its headers outside... (by helios)
|
by favor929
Searching program files problem.
|
|
[3 replies] Last: See any of the MS samples from SDK for a recursive directory search. (... (by george135)
|
by shafeeqw
Calling functions in netapi32.dll
|
|
[4 replies] Last: Wut. Just look for it. We're not doing it for you since your the one w... (by closed account S6k9GNh0)
|
by Xianto
Send HEX data over TCP/IP
|
|
[5 replies] Last: It's not a string, you shouldn't be using string functions. Strings a... (by kbw)
|
by Talis
How to limit desktop client area?
|
|
[3 replies] Last: Client applications should be calling SystemParametersInfo( SPI_GETWO... (by Duthomhas)
|
by Robertlzw
SOAP / WSDL for web portal on Windows
|
|
[no replies]
|
by Hakate
Accessing 2 objects
|
|
[10 replies] Last: Intressting eaven if i set the bool to true it still continues in a en... (by Hakate)
|
by johnny80
Order Status, Can't figure out what is wrong with code.
|
|
[no replies]
|
by Lamblion
Trapping WM_VSCROLL & Multiple Listboxes
|
|
[4 replies] Last: Thank you for that explanation. I sort of had an idea, but your explan... (by Lamblion)
|
by walker88
Retrieve current function address
|
|
[2 replies] Last: That won't work on injected code. You have to do some pointer arith... (by Duthomhas)
|
SetSuspendState() function program errors |
|
[4 replies] Last: You're already using the namespace std , just use cout << endl; to ... (by Kiana)
|
by Hakate
OOP and classes
|
|
[3 replies] Last: Alright i solved this sorry :) (by Hakate)
|
Cryptic C++ Build Error |
|
[4 replies] Last: How much of the code? The original .cpp file is 39 KB in size, and wo... (by TheProgrammer09)
|
by NGen
Learning the Win32 API
|
|
[8 replies] Last: MFC is an encapsulation of win api. (by icerlion)
|
by ward
what is the errors in this code?????
|
|
[3 replies] Last: Show the error code! What does the compiler or the linker tell you? (by icerlion)
|
by Gregor
Rendering with alpha values
|
|
[1 reply] : Indeed. My thoughts exactly! If I ever get back to the issue I'll m... (by Gregor)
|