by Girasol
Simple Windows application
|
|
[2 replies] Last: I'd suggest downloading Visual C++ Express from Microsoft. It's free a... (by Zaita)
|
by Inferno42
Embedding bmp resource into program
|
|
[2 replies] Last: I was under the impression the .net was a framework or template for C+... (by Inferno42)
|
by Brandonm
Trouble getting WMI working
|
|
[5 replies] Last: Found the solution :) String^ Form1::GetGPUName () { String^ Ve... (by Brandonm)
|
by Oxuyan
Web request in C++
|
|
[3 replies] Last: A 1.1 request has more fields than you're specifying. You really need... (by kbw)
|
by Null
Put controls into tabs
|
|
[1 reply] : You can't put controls on a tab control. A tab control is literally a... (by guestgulkan)
|
by aatwo
loading dll problem
|
|
[2 replies] Last: words cannot express my love for you right now :P (it worked) I hav... (by aatwo)
|
by thenewguy
catching phrases
|
|
[no replies]
|
by GABsturr
Custom Cursor?
|
|
[2 replies] Last: Thanks a lot; that should help me sleep easier. After including "reso... (by GABsturr)
|
by Shatronics
Playing .mp3 with MCI - Not working :S
|
|
[no replies]
|
by ajitm
abnormal termitionation of the program
|
|
[1 reply] : Your OS might be expecting a return value to see if the application ex... (by Computergeek01)
|
OPENFILENAME Structure Not Acting How I want. |
|
[7 replies] Last: One more thing-the lpstrFilter member has to be a double null terminat... (by sunny712)
|
by hasula
how does WxGrid work ?
|
|
[5 replies] Last: this is my code #include "wx/wx.h" #include <wx/grid.h> #includ... (by hasula)
|
by thenewguy
Java has .jar, C++ has .???
|
|
[8 replies] Last: idk if this is even doable for what you want, highly recommend that yo... (by mahertamim)
|
by raulkolk
Naming babies
|
|
[3 replies] Last: You could use std::cin.ignore(std::numeric_limits<std::streamsize>::m... (by raulkolk)
|
by goodboy
Screen Saver Starter Kit Download
|
|
[4 replies] Last: I think there should be an example in the install directory for that, ... (by dev247)
|
Combining std::string array into a CHAR* |
|
[7 replies] Last: NEVER MIND ON ALL OF THIS.... I got it to work :D (by some random dude)
|
by Necrogigas
DirectX 10 Linker Error
|
|
[7 replies] Last: Uninstalled and reinstalled the SDK, no effect. (by Necrogigas)
|
Looking for talented individuals to participate in finishing off my game. |
|
[1 reply] : hey, i'd be willing to participate in this, but i would prefer to use... (by mahertamim)
|
by Zyl
MSVC 2010 C++ Project-dependent code
|
|
[2 replies] Last: That looks exactly like what I need. Thanks. I will try this when I ge... (by Zyl)
|
by qlmmb2086
Access Violation when assigning specific char to position in local CString
|
|
[3 replies] Last: Ok, so I found a way to make it accept a string literal as an argument... (by qlmmb2086)
|