by sparky
Validating int and char using enum?
|
|
[10 replies] Last: Jsmith, Your right, Duoas code works like a charm! (by sparky)
|
by rej3kt
arrays within an if statement
|
|
[6 replies] Last: for (counter = 1; counter <= 9; counter++) { std::cout << "Ente... (by kbw)
|
by damzeta
[ASK] C++ about friend function
|
|
[1 reply] : In other words, you know nothing about the problem since you've marked... (by jsmith)
|
by chinzoo
Class date
|
|
[2 replies] Last: Thanks screw! I couldn't find the information about this! (by chinzoo)
|
by unregistered
why are friends used?
|
|
[5 replies] Last: Providing a get/set methods for a class is usually a bad idea: http... (by Abramus)
|
Setw() out files, while(!inFile.eof()) repeats final term |
|
[3 replies] Last: Alright so I got setw() working for the cout commands but when I expor... (by Programmer Will)
|
by ashley19
Guessing game. 1-1,000 but only loops twice?
|
|
[3 replies] Last: also you do not need your answer variable (by Aazor)
|
by Scubatoad
Cannot Understand Compile error
|
|
[2 replies] Last: Now that you know that the global (white space) is really there for v... (by guestgulkan)
|
by Regine
program that displays pyramid of asterisks
|
|
[4 replies] Last: ah, the mystery of the pyramids! examine the evidence! each level is ... (by herbert1910)
|
by kenryuakuma
3d or multi-dimensional arrays
|
|
[10 replies] Last: Thanks a lot for helping and clarifying that. It is much better now. (by kenryuakuma)
|
Reading floats and integers from files |
|
[2 replies] Last: Alright, no parenthesis. Thank you for that one. I think I found the s... (by Programmer Will)
|
by ripley
type word
|
|
[2 replies] Last: thank you :) (by ripley)
|
by tl1000s
Won't compile, can't figure out why
|
|
[3 replies] Last: Ah HA! I had a feeling it was a problem with the braces, just couldn't... (by tl1000s)
|
by studentm
Array
|
|
[5 replies] Last: that was it thanks all. (by studentm)
|
by Afupi81
Issue dereferencing iterator
|
|
[1 reply] : Ok I fixed the above issue. Thanks again! (by Afupi81)
|
by atticusr5
Function Crisis!
|
|
[2 replies] Last: thanks for the quick response i just had a DUH moment reading that... (by atticusr5)
|
by destro
Guessing game loop problems
|
|
[7 replies] Last: Thanks bunches. (by destro)
|
by nowrd2xpln
why is the copy constructor called twice?
|
|
[2 replies] Last: It is because you are not returning 'temp' itself, you are returning a... (by firedraco)
|
by DCC1
Sort algorithm for integers
|
|
[2 replies] Last: Thanks for the reply. It appears I have solved both issues - after ste... (by DCC1)
|
by tl1000s
converting string to integer program problems (1,2)
|
|
[20 replies] Last: Yea it all makes a bit more sence, thank you everyone. (by tl1000s)
|