by nduriri
How to create 2 push buttons
|
|
[7 replies] Last: if (wParam==IDB_BUT) The button ID is extracted with LOWORD(wParam... (by closed account E0p9LyTq)
|
by wuqiangheng
Documentation of c++
|
|
[3 replies] Last: a couple more (from http://en.cppreference.com/w/cpp/links ) Microsoft... (by Cubbi)
|
by aloz
very simple program lvalue required
|
|
[2 replies] Last: haha how could i be so dumb.. thanks! (by aloz)
|
by stas76
help with CodeBlock
|
|
[3 replies] Last: What do you mean by "bookmark"? When you click on "Projects" it will ... (by jlb)
|
by adam2016
Null objects?(can't think of better name)
|
|
[7 replies] Last: Here is a fairly exhaustive book list for C++: http://stackoverflow.co... (by jlb)
|
by RobCh
gluLookAt() cont. Roll, pitch, yaw problems?
|
|
[2 replies] Last: Firstly, I have realised an error with the pitch. This being that it o... (by RobCh)
|
by adam2016
inheritance compiler error?
|
|
[5 replies] Last: Thanks petter that makes sense I finally figured it out after all it w... (by adam2016)
|
by CosminPerRam
request for member '...' in '...', which is of non-class type 'int' (1,2)
|
|
[25 replies] Last: :) (by closed account 48T7M4Gy)
|
by RobCh
gluLookAt() center vs up?
|
|
[3 replies] Last: http://www.cplusplus.com/forum/beginner/195405/ (by closed account 48T7M4Gy)
|
by ArgentGrace
Not obtaining data from source file correctly
|
|
[8 replies] Last: http://www.cplusplus.com/forum/beginner/195383/ (by closed account 48T7M4Gy)
|
Battleship |
|
[2 replies] Last: I would use loops in DisplayGrid() Imagine you want to change the siz... (by Thomas1965)
|
by cojeap
advice concerning statements inside if
|
|
[1 reply] : I find if((pozX+moveSizeX)<(sizeX-100)) more readable. (by Thomas1965)
|
by dabbin26
consonant counter
|
|
[3 replies] Last: :) (by closed account 48T7M4Gy)
|
by stayne
Compilation error in C
|
|
[no replies]
|
by loni
C++ Write line to text document in original order
|
|
[5 replies] Last: http://www.cplusplus.com/reference/ctime/clock/ (by closed account 48T7M4Gy)
|
by Apotato
How do I loop back if it is invalid input?
|
|
[1 reply] : There are many permutations on the same theme, this is one: #include... (by closed account 48T7M4Gy)
|
by mertsamilgul
hide in .exe
|
|
[2 replies] Last: If you are using Windows you can use an RCDATA resource to include raw... (by closed account E0p9LyTq)
|
Program that has student name, id number, and classes registered |
|
[5 replies] Last: Thanks guys, I ended up getting it. (by closed account ozTkSL3A)
|
quick problem with class member variable not being saved |
|
[10 replies] Last: double Car::brakeFunction() { return carSpeed = -5; } you are going... (by ne555)
|