|
by ausairman
How do I create a vector of new'd vector pointers
|
|
|
|
[5 replies] Last: [quote=cire]My question is, why add 100 new'd elements to a vector? Wh... (by cire)
|
|
by suraya
fatal Error C1083
|
|
|
|
[4 replies] Last: thank you guys i will try that zhuge :) (by suraya)
|
|
by Wesley6694
while with a string? Help please.
|
|
|
|
[1 reply] : The loop condition is only checked at the beginning of the loop so it ... (by Peter87)
|
|
by ccwhat
can't reference have a type cast?
|
|
|
|
[1 reply] : It is possible, but be careful and know what you do. int a = 10; doubl... (by Peter87)
|
|
by Angry Food
Help: Case and Infinity Loop
|
|
|
|
[7 replies] Last: Problem solved. Thank you! (by Angry Food)
|
| if/else statement |
|
|
|
[16 replies] Last: I've just put the function into main.cpp and now it all works except t... (by CPPprogrammer)
|
|
by DarkSeer
help!
|
|
|
|
[6 replies] Last: well i actually got it now i should use this one = {{ "Marcus Banks", ... (by DarkSeer)
|
|
by Hiamavi
Need help with function outputting stars.
|
|
|
|
[5 replies] Last: Even if it weren't given by a "teacher", it would be homework -- somet... (by keskiverto)
|
|
by Frede
I cant get Librarys to work...
|
|
|
|
[3 replies] Last: did you include the libraries in the library directory? (by palauan73)
|
| Questions about this code? |
|
|
|
[2 replies] Last: You have to create an object of the structure FootballPlayer, which yo... (by palauan73)
|
|
by Hillcyd
array algarythm
|
|
|
|
[3 replies] Last: 1. Same question as in http://www.cplusplus.com/forum/general/100059/ ... (by keskiverto)
|
|
by BrianDehn
method inside another method of same class
|
|
|
|
[1 reply] : You would be able to do that, but you wouldn't declare the function as... (by palauan73)
|
|
by lwill199101
Validation problem
|
|
|
|
[1 reply] : your while statement says that if yesno is not Y and not y and not N a... (by palauan73)
|
|
by itskleb
Quick Error question
|
|
|
|
[1 reply] : temp = divers .totalScore ; (by MiiNiPaa)
|
|
by majoras mask
Converter/else and if
|
|
|
|
[2 replies] Last: Wow, thanks that makes perfect sense :) (by majoras mask)
|
| Quadratic Equation solver program returning incorrect answers |
|
|
|
[2 replies] Last: Oh, I see. I haven't really memorized how a lot of C++ works yet so I ... (by EarthBoundNess)
|
|
by majoras mask
Ideas for a new guy
|
|
|
|
[4 replies] Last: @uzferry-I've taken your advice and am sticking to more basics for a l... (by majoras mask)
|
|
by destroyer333
Transaction History
|
|
|
|
[7 replies] Last: Doesn't matter because it's in the destructor. (by Zaita)
|
|
by pilsang0512
Problem with system()
|
|
|
|
[6 replies] Last: You're writing this in C? (by Zaita)
|
|
by ccwhat
why can't set array size with a const int from argument from main()
|
|
|
|
[5 replies] Last: It means after you finish typing your code, you compile it (and maybe ... (by Chervil)
|