DirectX issues. |
|
[1 reply] : try this #pragma comment(lib, "d3dx9.lib") #include <d3d9.h> #... (by whitekid)
|
by azencot
memory issues with C++ algorithm in Windows
|
|
[no replies]
|
by dobby156
passing by reference? safe?
|
|
[3 replies] Last: You just need to make sure that the lifetime of the caller outlives th... (by onur)
|
by haveaniceday
Using Dev C++ with Turbo C++ compiler
|
|
[6 replies] Last: Because gcc makes really big .exe files, and it doesnt handle the o... (by freddie1)
|
by cyberpirate
send data using serial connection?
|
|
[no replies]
|
by LordRaiden
ODBC access via MFC
|
|
[1 reply] : Why is the exception mysterious? (by kbw)
|
by anuj7anuj
Copy Source Volume to Destination Volume copy by sector level/file level
|
|
[1 reply] : xcopy /s (by kbw)
|
by c0d3r4life
Deallocate vector of pointers
|
|
[3 replies] Last: I found the problem. I was trying to deallocate the memory twice. I di... (by c0d3r4life)
|
by RaptorX
tray and print messages?
|
|
[no replies]
|
by bifteki
Struct problem
|
|
[1 reply] : Ok, I found out myself. Actually, I thought that texture coordinates ... (by bifteki)
|
by soumyaxyz
connecting to/disconnecting form internet
|
|
[3 replies] Last: figured it the ping can be replaced by rasdial |find "No connec... (by soumyaxyz)
|
by Mister L
Pause a game
|
|
[4 replies] Last: er... that code goes inside your message handler. Inside your wndproc... (by Disch)
|
by coryj525
Projectile C++ and OpenGL
|
|
[1 reply] : void Update(float dt) { Vector3 acceleration; Vector3 Vi, V... (by coryj525)
|
by ShadowRayz
Window doesn't always update
|
|
[9 replies] Last: I'm on 7 (x64) too, i guess this is one of those things that well, it ... (by ShadowRayz)
|
by helpmeagain
How do you write in to a window?
|
|
[9 replies] Last: If you knew 100% of the Windows API then you would be able to remember... (by some random dude)
|
by PiMaster
Window isn't being created
|
|
[1 reply] : 1. You need a default case in your window procedure that passes unused... (by guestgulkan)
|
by nickelbird
JPG Image extraction from hex file
|
|
[no replies]
|
by Migeria
GotFocus
|
|
[no replies]
|
by thenewguy
Visual Studio problems
|
|
[9 replies] Last: Doesn't VisualAssistX cost a fair bit though?? (by guestgulkan)
|
by philhippus
Winsock2.0 VC++2010 issue
|
|
[3 replies] Last: Finally got rid of the squiggles by doing this: pHent = (hostent*)get... (by philhippus)
|