by WaVyPaRtIcLe
Moving around inside arrays?
|
|
[4 replies] Last: Something like this: int world = {1,0,0,1; 0,0,0,0; 0,0,0,0; 1,... (by WaVyPaRtIcLe)
|
by htown
File I/O Question
|
|
[1 reply] : ofstreams are for file OUTput, if you want to read data in you want to... (by Computergeek01)
|
by qwertyiop
Mysterious error
|
|
[2 replies] Last: I can't test the code myself now, but the first 2 errors look like the... (by georgep)
|
by trynreadme
Better way? ...again ;)
|
|
[5 replies] Last: I see, thanks!! Appreciate it. (by trynreadme)
|
by awall859
Count blank spaces in a file
|
|
[5 replies] Last: Thanks, got it working now (by awall859)
|
by kih1251
simple dll help
|
|
[1 reply] : You are mucking up your namespace names. In your header the namespa... (by Disch)
|
by Ch1156
Update console
|
|
[7 replies] Last: the newline character is the last character of the string, so this is ... (by Texan40)
|
by jsrevathy
Mini c++ project without graphic
|
|
[1 reply] : There's always Project Euler: http://projecteuler.net/ http://proj... (by Disch)
|
by captain47
Variable being used without being initialized?
|
|
[6 replies] Last: I'll look into ShowMenu(), never heard of that code before. It's no... (by TheIdeasMan)
|
by nerak99
Objective C Declaring a NSDictionary in the correct place.
|
|
[8 replies] Last: Interestingly (well maybe!) if I left the declaration out of the heade... (by nerak99)
|
Pointing to a new array in a function. |
|
[2 replies] Last: Okay, that seemed to solve that problem, but now I have a similar one ... (by TheNuclearDart)
|
by tyler22
Tic Tac Toe Game
|
|
[1 reply] : Read this: http://www.cplusplus.com/forum/beginner/63/#msg343 (by Aceix)
|
by lmsmi1
FOR & IF
|
|
[13 replies] Last: How does the array apply to the variable? (I lost the original page an... (by lmsmi1)
|
by mikohama
what is this command "a ? x : y"
|
|
[3 replies] Last: The important difference is that an arithmetic if results in an expre... (by JLBorges)
|
by gerfy1
Want to make basic text game
|
|
[3 replies] Last: Tic-Tac-Toe and Hangman are both games that many beginner programmers ... (by DesiredNote)
|
by weliot
I'm a math student taking a basic programing class with C++
|
|
[2 replies] Last: Thanks! (by weliot)
|
by trynreadme
Better way?
|
|
[5 replies] Last: I appreciate the responses, very informative, exactly what I was looki... (by trynreadme)
|
by Snipez
Bejeweled - Setting up graphical array (game board)
|
|
[3 replies] Last: I have not had a look at them. I got the info from this post: http://w... (by Aceix)
|
by MET
C++ Which developer surface ?
|
|
[3 replies] Last: Thank you for the suggestion. After a second thought I realise that it... (by MET)
|
by JAI SINGH
is this not a correct way to overload binary plus operator as class member function
|
|
[8 replies] Last: @vald & disch thanx to all I got it... (by JAI SINGH)
|