by Rodr1697
Syntax Error?
|
|
[2 replies] Last: Thanks, can't believe I didn't realize that. Works fine now and I edit... (by Rodr1697)
|
by Kevint
Switch/case need help
|
|
[7 replies] Last: Never mind i FINALLY got it. thank you so much for your help (: (by Kevint)
|
by MarkyMark
C string program
|
|
[1 reply] : What have you written so far? What specifically is confusing you?... (by LB)
|
by TheDMinor
Quick look at "Accepts a pointer to a C-String" What does this mean???
|
|
[6 replies] Last: Thank you, I thought I had that, guess I overlooked it lol (by TheDMinor)
|
by hoofhamples
c++ converting pseudo code for runtime
|
|
[4 replies] Last: Ah, thank you i cant believe i didn't notice that. haha Thanks (by hoofhamples)
|
by SamuraiGoat
I/O problems including a map container
|
|
[9 replies] Last: if im understanding correctly of the reporducable code this should be... (by MiiNiPaa)
|
by rich1
Column sums
|
|
[2 replies] Last: Your solution was the first that sprung to my mind and yes - it's not ... (by rich1)
|
by Dan03055
problems with for command
|
|
[1 reply] : Please put your code in code tags: [co de]Put your code between thes... (by Disch)
|
by srowe
Formatting iostream for readable hex.
|
|
[6 replies] Last: Right again. Boy I am rusty. lol Thanks. And yes the class library i... (by srowe)
|
by tofiffe
Finding a char array in a large file
|
|
[6 replies] Last: Use a string search algorithm (instead of a pattern-matching algorithm... (by JLBorges)
|
by Agusted
Search a dynamic array for a string, and return the indices
|
|
[2 replies] Last: Looks like you need to increase your compiler warning levels, and fix ... (by jlb)
|
by Ausha
operator overloading
|
|
[3 replies] Last: Very nice^^ Please mark your question as answered ;) (by Gamer2015)
|
by RotatingAxis
Error C2678?
|
|
[16 replies] Last: Ah, I see. Well, I think all my questions have been answered, so thank... (by RotatingAxis)
|
by bpc123
Not exiting While loop
|
|
[1 reply] : You exit the while loop only if both conditions are false, so you need... (by ats15)
|
conveting string to decimal |
|
[2 replies] Last: you will also need to use a fixed declaration before it cout << fixed... (by sly858)
|
by lampshader
Deep copy and operator overloading
|
|
[3 replies] Last: If you don't use pointers, you don't have to worry about this crazines... (by LB)
|
by cppnoob25
Reference question
|
|
[2 replies] Last: That makes sense. Thank you TheIdeasman and you were correct in what I... (by cppnoob25)
|
by swoopsplat
Strings supposed to get stored in vector, then gets printed. It's not working...
|
|
[1 reply] : This code cannot compile because you have not defined your class const... (by LB)
|
by Ganado
Shadowing with 'using' declarations
|
|
[6 replies] Last: > you should not redefine the name 'Coordinate' to be some other struc... (by ne555)
|