by Lucas Shadow
Odd Vector Resizing Problem
|
|
[2 replies] Last: Don't use new here. Vector is the safer way to go. resize can explo... (by Disch)
|
by Haroonrulz
ListView_GetItemRect Help
|
|
[no replies]
|
by ylxin1993
MFC CPen
|
|
[4 replies] Last: thanks a lot, guestgulkan , It's my fault and I don't know why to put... (by ylxin1993)
|
by tnjgraham
How to set Flow Control setting for System Com Port
|
|
[4 replies] Last: On the system where you set up flow control, become superuser or assum... (by rockdenim)
|
Using the std namespace in user written classes in a Windows Form project. |
|
[4 replies] Last: Thanks for the answers. I am simply using vectors now instead of array... (by KalmanFilteredCoffee)
|
by Shatronics
Change edit control selected text color
|
|
[1 reply] : From what I know - you cannot do this for an individual edit box. The... (by guestgulkan)
|
by Laokoon
C++ HTTP POST alternative Libraries
|
|
[2 replies] Last: LibCURL isn't exactly Class-based, but it's still C++ valid and compil... (by S G H)
|
Problem detecting intersection. |
|
[1 reply] : From what I see, your collision detection consists of checking if the ... (by Ogoyant)
|
OOP in C++ |
|
[4 replies] Last: This is simple. Have you not paid attention/gone to class? (by ResidentBiscuit)
|
by Zapeth
std::list how to store copy of an object?
|
|
[13 replies] Last: Okay, thanks again for explaining everything to me :) (by Zapeth)
|
by coder213
masking input
|
|
[2 replies] Last: Thank you that worked great (by coder213)
|
by rozick1
Merging mp3 files
|
|
[8 replies] Last: [quote=rockdenim]Simply move or copy in other file. Unrelated answer?... (by S G H)
|
by Hotice
Some possible data problem...
|
|
[3 replies] Last: You can remove directories with RemoveDirectory: http://msdn.microsof... (by Disch)
|
by popa6200
HELP 2D rpg game
|
|
[2 replies] Last: this is the bast I could come up with using functions, I didn't unders... (by mathacka)
|
by lfnunley
Crashing upon new Gdiplus::Image()
|
|
[11 replies] Last: Try checking like: FILE * pFile = fopen("imagepath here","rb"); if(!... (by S G H)
|
by Hotice
Just a conceptual question...
|
|
[7 replies] Last: I think I was wrong. But, anyways, a pointer to a DWORD is requested, ... (by S G H)
|
by Codeeater
Crashing on creating large-ish array
|
|
[10 replies] Last: I can't imagine how that could be, as I can't believe that amount of ... (by Cubbi)
|
by lfnunley
Error in creating a Gdiplus::Image
|
|
[5 replies] Last: I was actually having an error a week ago that I tried to fix by doin... (by lfnunley)
|
by Clearner1
weird declaration
|
|
[2 replies] Last: thanks .... i already knew that a little bit different than native c++ (by Clearner1)
|
by Clearner1
Windows Form Apps
|
|
[11 replies] Last: ok thanks a lot (by Clearner1)
|