by lcam2
Numerical Array split
|
|
[1 reply] : The split function should have a void return type, so in other words... (by shacktar)
|
by Gabe 101
error: no matching function for call to...
|
|
[5 replies] Last: Apparently, all I needed was to see the question I was asking! Oops! C... (by Gabe 101)
|
by woodchuck
Compilation / Linking Problem for very simple program
|
|
[8 replies] Last: Thank you, Athar. Now I understand the difference between declaration ... (by aaron2015)
|
by eidge
Deleting new arrays
|
|
[9 replies] Last: Thanks for the tips, I'll try to keep them in mind. (by eidge)
|
by eidge
Pass by reference or not?
|
|
[3 replies] Last: When to pass parameters by value, reference, and pointer http://www.cp... (by jsmith)
|
Multi Dimensional Array Multiplication Failure |
|
[1 reply] : double H creates an array 13x8 or 13 arrays with 8 blocks (okay, t... (by Danny Toledo)
|
by TexanMonkey
What does the "return" statment do?
|
|
[2 replies] Last: Thanks (by TexanMonkey)
|
by Ischips
A little help? TWO more errors!
|
|
[4 replies] Last: Thanks man, that made it work. EDIT: It runs through, and system("... (by Ischips)
|
by the storm
conversion
|
|
[5 replies] Last: sorry Zhuge I couldnt get u .. u said the data to be passed should be ... (by the storm)
|
by monkeybutt
Assertion Failure?
|
|
[5 replies] Last: Awesome! Thank you. (by monkeybutt)
|
by JesusAlex
How to run ./Configure?!? Someone please try help!
|
|
[13 replies] Last: cd /cygdrive/<rest of the path> (by writetonsharma)
|
by shoaib malik
POINTER\ARRAY CONFUSION
|
|
[2 replies] Last: if you want to use an array, you should declare an array. it is true ... (by muratagenc)
|
by woodchuck
Returning strings from functions
|
|
[2 replies] Last: I do not assume it works. Well it does ;P. The only thing you have... (by Disch)
|
by nand
matrix as a function argument
|
|
[1 reply] : I got it! this is wrong: board1.getmask(this->side, mask1 ); this ... (by nand)
|
by woodchuck
Cannot access private members from within same class???
|
|
[7 replies] Last: I have seen this same construct in C# only, so I immediately diverted ... (by webJose)
|
by rej3kt
Simplifying a menu
|
|
[2 replies] Last: Good point, will switch to a case statement, makes it much easier, tha... (by rej3kt)
|
by Nisheeth
Help in finding the error
|
|
[7 replies] Last: No, by Board.board The name of your actual created object is Board... (by Moschops)
|
by camhahn
Menus
|
|
[2 replies] Last: Ok. Sorry. (by camhahn)
|
by FR3DDIE
SFML cube and sprites
|
|
[no replies]
|
by Nisheeth
Inheritance
|
|
[4 replies] Last: So what's the point of having Private inheritance? Private inheritan... (by closed account z05DSL3A)
|