by darthwiz67
Im having an issue with a class project
|
|
[1 reply] : You don't add {} to your if statements. For example, if (score < 0 ||... (by hamsterman)
|
by gantsooj
add 2D array values
|
|
[1 reply] : Very nice. (by Disch)
|
by qjwzyy
strange error
|
|
[1 reply] : n .PIPIN is a char array. When you cout a char array it's like prin... (by Disch)
|
heelp with homework |
|
[5 replies] Last: Oh.... 'kay then.... http://cplusplus.com/articles/how_to_ask/ -Al... (by Albatross)
|
by zeroslash
Decimal to Hexadecimal
|
|
[2 replies] Last: Thank you. I've been meaning to study other forms of streams besides f... (by zeroslash)
|
by soupsoup
Destructor called early
|
|
[4 replies] Last: I do delete all my objects when I'm done with them. This isn't assigne... (by soupsoup)
|
by Fedot
IfStream,Ofstream
|
|
[4 replies] Last: ok now i change myfile.open ("nr.txt",ios::app ); but how i can... (by Fedot)
|
by LittleQuick
Keeping track of exits.
|
|
[no replies]
|
by novice22
Custom Error Message
|
|
[no replies]
|
by cristi121
Animated backtracking
|
|
[1 reply] : You could look up SFML, which in my opinion is pretty simple once you ... (by Zhuge)
|
by Fedot
Unique Random Numbers!
|
|
[3 replies] Last: Solved whit time delay thank you! (by Fedot)
|
by nathan10
Wumpus Hunt 3
|
|
[no replies]
|
by sk1tz0
reading in char in int
|
|
[1 reply] : Now what does this mean? (by firix)
|
by firix
pow function
|
|
[12 replies] Last: I understand very well.thanks (by firix)
|
Two dimensional array |
|
[2 replies] Last: int matrix = { {11,12,13}, {21,22,23}, {31,32,33} }; int mai... (by eraggo)
|
Question of regular expression |
|
[2 replies] Last: Now I have another question string s = "point(1,1,:)=[303 225 1]... (by stereoMatching)
|
by p00nani
hello how can i get the ascii value from a char
|
|
[1 reply] : Characters are stored as ascii values, to display it you need to cast ... (by Bazzy)
|
by firix
class Imaginary to represent imaginary numbers
|
|
[no replies]
|
Array element |
|
[no replies]
|
by firix
C/C++ Certification
|
|
[7 replies] Last: Do you have microsoft exams ? (by firix)
|