by proudHelios
Adding the sum of the digits in an integer
|
|
[5 replies] Last: Actually, from a certain point of view, you all are wrong. This is imp... (by QWERTYman)
|
by kg123
A little problem
|
|
[6 replies] Last: @guestgulkan I was taken aback by the question, because I was sure it... (by Timaster)
|
by wneil22
Multiplication table
|
|
[1 reply] : Read: http://www.cplusplus.com/forum/beginner/5082/ (by Zaita)
|
by soryan
string question
|
|
[4 replies] Last: Have a look at: http://www.cplusplus.com/forum/beginner/5053/ (by Zaita)
|
by low1988
TIMER problem
|
|
[5 replies] Last: I still cannot figure it out ,i tried several other ways but the time... (by Zaita)
|
by ruby09
Can't find errors
|
|
[2 replies] Last: Don't give him his homework answers please. There is also another i... (by Zaita)
|
by quant
array structs?
|
|
[4 replies] Last: Your going to have to write or your implementation of a map in C, as t... (by Zaita)
|
by uscuba2
Assist with shapes please
|
|
[1 reply] : What environment are you working in? Gui Toolkit? OS? http://www.... (by Zaita)
|
by proudHelios
Reading input using .putback()
|
|
[7 replies] Last: It's not suppose to be an answer for you. Merely an illustration of a ... (by Zaita)
|
by ruby09
arrays
|
|
[2 replies] Last: ok, thanks..... (by ruby09)
|
by ruby09
Problem with some exercises
|
|
[3 replies] Last: Hint: cout << static_cast<int>(WHEAT); will help you solving 2.a ... (by Bazzy)
|
by Scipio
Some general questions
|
|
[8 replies] Last: Thanks for all the help. cin.ignore() and cin.get() both do what i ... (by Scipio)
|
by trebaruna
dynamic memory, pointers not lvalue
|
|
[9 replies] Last: Sure. Yes, it's important to learn the fundamentals of arrays and... (by jsmith)
|
by DNRN
function to print a list <solved>
|
|
[3 replies] Last: Use list<string>::const_iterator i; instead. That will fix you... (by jsmith)
|
by etwilight
C++ input/output surface area
|
|
[4 replies] Last: You're going to need to think about how the text file are going to be ... (by danthehat)
|
by MBattiston
error LNK2001: unresolved external symbol
|
|
[2 replies] Last: you use the static keyword when declaring the function inside the cla... (by MBattiston)
|
by CheesyBeefy
Highest Number Errors
|
|
[4 replies] Last: Thanks! That worked perfectly, and shortened my code greatly. :) (by CheesyBeefy)
|
by MBattiston
initializing arrays (1,2)
|
|
[28 replies] Last: cheers jsmith it worked perfectly (by MBattiston)
|
by euphoric28
calculating highest number in a variable loop?
|
|
[3 replies] Last: Indeed, the hardest error are often the simplest, don't worry about it... (by firedraco)
|
by corey7
I have a problem...
|
|
[3 replies] Last: No, parameters are for a different purpose. The return type makes no ... (by firedraco)
|