by geekocoder
error in program
|
|
[1 reply] : You can't increment/decrement " a " because it's not a pointer. When "... (by closed account zb0S216C)
|
by degausser
Character I/O, and inputting spaces. (1,2,3)
|
|
[45 replies] Last: As Kealow has already said, the unsetf lines would need to be removed ... (by andywestken)
|
by geekocoder
problem with sizeof()
|
|
[1 reply] : Why? Because string literals are still null-terminated, just like stri... (by DesiredNote)
|
by btbtbt
New to C++ programming
|
|
[7 replies] Last: It is said to have basic cin cout conditional statement loop and the ... (by btbtbt)
|
by Edwards
Simple While Loop...so I thought...
|
|
[2 replies] Last: Seriously, sometimes I feel so inadequate at times lol...yes and you'r... (by Edwards)
|
by clavier
difference between for and while loops
|
|
[11 replies] Last: Your reply doesn't make sense, It's OK maybe English is not your first... (by TheIdeasMan)
|
by darkmark21
I need help with a code. eclipse is giving me errors that i dont understand
|
|
[4 replies] Last: Thanks for the help everyone. Eclipse seems to be kind of buggy for m... (by darkmark21)
|
by dalawh
2D Arrays: Mistake?
|
|
[8 replies] Last: When I check to see if that location is NULL That's impossible. An a... (by maeriden)
|
by kry
Basic problem with do loop
|
|
[2 replies] Last: This isn't a good candidate for a do while loop. while ( (c=a*5)... (by cire)
|
by HarryPho
Using stack to store objects
|
|
[2 replies] Last: I just figure it out. I forgot to declare the default constructor. Tha... (by HarryPho)
|
by MW130
How to make a game with images?
|
|
[2 replies] Last: SDL is written in C you know. It's a library that save you the trouble... (by maeriden)
|
File Handling |
|
[11 replies] Last: And eather, link is bookmarked. Thank you as well. (by ProductFailure)
|
by Z feng
Tic-Tac-Toe problem
|
|
[5 replies] Last: You never update xChoice within the while loop. (by Lowest0ne)
|
by Victor714
Having a hard time with nested if statements
|
|
[5 replies] Last: ok i think thats it. Im on it. thanks (by Victor714)
|
C++ Program Help |
|
[3 replies] Last: Maybe. I can't say if I don't see the code. If you want to PM me feel ... (by maeriden)
|
by NOFYE
Help
|
|
[8 replies] Last: "letter" has no way of getting into the function isVowel unless it is ... (by BrentSpinor)
|
by veeyik
Why i get the address instead of the result?
|
|
[7 replies] Last: Hello guru's and gods of C++; I did make an error here in the funct... (by SquattingDog)
|
by pattilupwned
Linked Lists Segmentation Fault
|
|
[5 replies] Last: Switch line 103 with 104? (by Lowest0ne)
|
by pattilupwned
Adding a Node to a Linked List
|
|
[2 replies] Last: Line 93 should be outside the loop. (by cire)
|