by kong288
I get a Access violation reading location error every time I close my program.
|
|
[5 replies] Last: Hmm. I thought making the texture static would only make one instance... (by Disch)
|
Fatal error in a 2D array |
|
[4 replies] Last: Sweet! I added those in to my program. Now it looks pretty solid! Than... (by Shane Anderson)
|
by jackbruns28
confusion with the void function
|
|
[1 reply] : There are supposed to be two separate functions here, but somehow one ... (by Chervil)
|
by Specula
Ignoring a specific keypress while (event) happens
|
|
[2 replies] Last: *Headdesks* Thank you, much appreciated. Seems all the real problems I... (by Specula)
|
by totalnoob
Battleship project
|
|
[no replies]
|
by Michael Kane
Passing Array to function
|
|
[3 replies] Last: Be careful! Output(MyArray, sizeof(MyArray)); This only works well b... (by tcs)
|
by Moooce
enums and operator overloading
|
|
[no replies]
|
by aMo38
Ifstream array help
|
|
[1 reply] : Your << is going the wrong way. It should be infile >> num; (just lik... (by freddy92)
|
by tcan618
Lexicographical order
|
|
[no replies]
|
by yoshe21
rock paper scissors game. plz check my program!!
|
|
[2 replies] Last: Your int winner(int, int); function is supposed to return an integer... (by Yanson)
|
by cspctec
Help me understand this recursion please
|
|
[4 replies] Last: You're very welcome (by Stewbond)
|
by uzferry
A failed attempt to create "PC guesses a number" game..
|
|
[17 replies] Last: A way to make the computer never repeat the same thing twice is to fir... (by Vidminas)
|
by kyiro37
IFSTREAM, very basic.
|
|
[4 replies] Last: Thank you! I've figured it out thanks to your help. But I think I was ... (by kyiro37)
|
by H3avenlySoul
Prime Numbers Program
|
|
[14 replies] Last: See This Code Maybe Help u #include <iostream> using namespace std;... (by Abdo2)
|
Reading a data file with a Header Value |
|
[2 replies] Last: Line 29, 32, 35, 38 read in some variable. Line 30, 33, 36, 39 overwri... (by tcs)
|
by Icshorts
2 Classes and interface Class HELP PLEASE.
|
|
[no replies]
|
by jsmith1
Error in calculation
|
|
[2 replies] Last: MiiNiPaa made a good point in his last statement. Implementing the if... (by regnar86)
|
by prahladyeri
Unable to compile and run this C program
|
|
[9 replies] Last: No, you cannot. It is C++ library. You have to use something like int... (by MiiNiPaa)
|
by Markc
win32 api c++ listview
|
|
[no replies]
|
by skpdh
exe created by C++ and what it means by saying it is in assembly code
|
|
[2 replies] Last: When a program is built with debugging symbols, the executable usually... (by closed account zb0S216C)
|