by FrankRafa
Questions about connect 4 board
|
|
[8 replies] Last: If lastposition is supposed to record the users' X and O on the boar... (by fg109)
|
by pacman169
EOF
|
|
[4 replies] Last: You'll want to print a newline at the end of the printing within the l... (by Zhuge)
|
by sirrunrun
urgent help
|
|
[1 reply] : help please (by sirrunrun)
|
by aarjm123
minesweeper/GetPixel()
|
|
[2 replies] Last: Microsoft Visual Studio 2013? (by aarjm123)
|
by Sev
Program immediately closes and expects a ";"
|
|
[2 replies] Last: Thank you (by Sev)
|
by Sev
Program wont start "identifier 'end1' is undefined"
|
|
[4 replies] Last: Thank you very much (by Sev)
|
Battleship Game with Classes Help |
|
[no replies]
|
by steezedq
Determining if numbers are prime
|
|
[7 replies] Last: good to know, no problem x'D (by Gamer2015)
|
by as4mvp
Arrays with Random Numbers
|
|
[1 reply] : Using the statistics library What library does that refer to? wi... (by keskiverto)
|
by Xatasha
Manipulating strings from a file
|
|
[1 reply] : Depending on how you're saving your data (how does it look in the save... (by fg109)
|
by joecooler
call parent function from overriding function in child
|
|
[6 replies] Last: so i think my code should look like this: class parent { public: in... (by joecooler)
|
by PapaSmurf
Pointers to functions and vectors within vectors
|
|
[7 replies] Last: Then your class hierarchy should look like this: class Ship { //... (by fg109)
|
Problem with Fibonacci's sequence and Binary search |
|
[4 replies] Last: @windmilltaker Well, I did some more thinking and realized that wha... (by fg109)
|
by Comicalizard
Difficulty with ending loop/while statement
|
|
[2 replies] Last: I hate overlooking the small things... Thanks!! (by Comicalizard)
|
by thebossman
Files problem
|
|
[2 replies] Last: What I ended up doing was creating a text file in Visual Studio and sa... (by thebossman)
|
by toesockshoe
Guessing game help.
|
|
[5 replies] Last: Every time you use a cin >> in your program it leaves a "\n" in the in... (by Jims)
|
by spotzform
Multiple inputs from cin
|
|
[3 replies] Last: c1.push_back(i); //... c2.push_back(j); You are pushing back the ind... (by fg109)
|
Problem with...(well basically everything) |
|
[2 replies] Last: Firstly, this doesn't compile for me. You're using a variable called ... (by SuperCrusader)
|
by etrusks
another pointer exercise again
|
|
[6 replies] Last: @Lorence30 I don't think that's a logic error. The p pointer is supp... (by fg109)
|
File Editing |
|
[1 reply] : http://stackoverflow.com/questions/12774207/fastest-way-to-check-if-a-... (by fg109)
|