by Tyler T
WriteFile() fails with error ERROR_INVALID_HANDLE
|
|
[4 replies] Last: Thanks to both Necip and Thomas1965. I have solved the problem. Turns ... (by Tyler T)
|
by matshazini
compiler can't be found
|
|
[1 reply] : So set the compiler toolchain path. If you don't know what you are do... (by freddie1)
|
by kahlo08
Help for CLR->Windows form App in C++ windows visual studio 2008
|
|
[3 replies] Last: I assume you have a main form with a menu or is it just a button? Anyw... (by Thomas1965)
|
by Tyler T
How can you create a loop for a game in Win32 API?
|
|
[4 replies] Last: Thank you very much Thomas! I tried double buffing and now the flicker... (by Tyler T)
|
by Carneno
Visual Studio 6.0, C/C++ Build errors
|
|
[2 replies] Last: you can download vs2005 2008 or other by search msdn itellyou, then r... (by nchxiaowei)
|
by Tyler T
Strange behavior of TextOut() Win32 API C++
|
|
[5 replies] Last: @Hydranix, the idea of TCHAR is that you can use use the code either ... (by Thomas1965)
|
by Mikelin
How to make a function for keystrokes
|
|
[2 replies] Last: Please use code tags. http://www.cplusplus.com/articles/jEywvCM9/ ... (by integralfx)
|
How do I change Win32 C style to C++? |
|
[2 replies] Last: Thank you, must have been a copy error somewhere which didn't throw an... (by Jack Hammered)
|
by Bespread
Chess program with unknown error
|
|
[1 reply] : That error is going to happen with every derived class, you are not in... (by closed account E0p9LyTq)
|
Counting Numbers of Symbols in a line |
|
[1 reply] : use a map to solve this problem! map<char,int> m; for (int i=0;i<cou... (by closed account 48bpfSEw)
|
by allen1996
looking for help
|
|
[1 reply] : if (index >= b.length()) (by closed account 48bpfSEw)
|
by devendert
How to copy an array to vector
|
|
[no replies]
|
by turnbui
using a backbuffer but still getting flicker
|
|
[16 replies] Last: finally got time to try a few things. silly me had SRCAND in the orig ... (by turnbui)
|
by dheat2much
GPA program
|
|
[2 replies] Last: Here are a lot of examples in many programming languages. search your ... (by closed account 48bpfSEw)
|
by Cambalinho
how can call the message loop in a diferent way?
|
|
[5 replies] Last: you have right freddie. so what i did: - instead add all code on main... (by Cambalinho)
|
by bordonbert
Does CListCtrl display only filled rows?
|
|
[no replies]
|
by demon6552
so... is visual studio 2015 community edition almost like the full edition?
|
|
[no replies]
|
by Cambalinho
win32 - how change window icon?
|
|
[7 replies] Last: my objective is create a class for change that :( on rc file we use a ... (by Cambalinho)
|
by bordonbert
CListCtrl disappears after minimising
|
|
[7 replies] Last: Glad to hear that it works now. Another way to fix the headers is to c... (by Thomas1965)
|