by lost110
Use of enum in array of structures
|
|
[3 replies] Last: Yes, like I said before, you have to do the conversion to a string you... (by Ganado)
|
by Asteris
Count knot with one successor in Tree
|
|
[1 reply] : You need to change the condition on line 5. Right now it checks that ... (by Duthomhas)
|
by frza45
Length command and variable not declared in scope
|
|
[10 replies] Last: Do you really need a string? int year = 0; while ( std::cin >> year &... (by keskiverto)
|
by mrtammy2008
C++ linked list user input out of bound validation causes program to end
|
|
[2 replies] Last: You leak memory at lines 3, 4, and 20. And if you delete anything othe... (by dhayden)
|
by NeonDolphin
condition continuation question
|
|
[4 replies] Last: Thank you very much Jonnin!! I can see it now! that is my problem...bl... (by NeonDolphin)
|
by shiannn
About index starting from zero
|
|
[7 replies] Last: Is there any detailed mathematical meaning or purpose for the index o... (by MikeStgt)
|
by Jimmy2174
Access second to last element of Vector Array
|
|
[2 replies] Last: Thankyou for the reply Repeater. Sorry for my confusion over 'Vector'... (by Jimmy2174)
|
by stoneJax
Constructor
|
|
[7 replies] Last: Thank you! I appreciate the insight. (by stoneJax)
|
by shiannn
About Template
|
|
[2 replies] Last: > what is the scope of the keyword template? > is template only affe... (by JLBorges)
|
Classes help |
|
[8 replies] Last: Thanks for the input. I'm not quite advanced enough to understand that... (by closed account jEb91hU5)
|
by psosmol
no match for ‘operator=’
|
|
[6 replies] Last: I see that I must steel persevere in my c++ Besides I put the inicial ... (by psosmol)
|
by suprax
In String only letters?
|
|
[7 replies] Last: Thanks a lot! I understand everything very well. (by suprax)
|
by mary02
taking # as char, producing *
|
|
[5 replies] Last: Can I only do that if it is less than 10? A question of mine would be,... (by jonnin)
|
by novice12
Trying to add search
|
|
[1 reply] : Hello novice12, You should compile your program before posting it. Th... (by Handy Andy)
|
by Bopaki
Program compiles OKAY but bombs out when running it
|
|
[6 replies] Last: There is something seriously wrong with the function: move_to_rear ... (by dhayden)
|
by alphabet22
Reverse Alphabet no arrays
|
|
[3 replies] Last: thank you both! it makes so much more sense than everything I had trie... (by alphabet22)
|
Convert Integers to Roman Numerals using Classes |
|
[3 replies] Last: ah. it looks like your class is supposed to be a single value --- aki... (by jonnin)
|
by suprax
Sorting with Vectors?
|
|
[5 replies] Last: Sorry for writing back so lately, meanwhile i solved the task. ps.:... (by suprax)
|
by Alien000
Coin program not calculating correct results
|
|
[5 replies] Last: Hopefully I don't come out being completely idiotic. You did already... (by MikeStgt)
|
by psosmol
incomplete type
|
|
[3 replies] Last: Also, your constructors make no sense. One of them thinks sequence is ... (by Repeater)
|