by MikeCheezy
Can't access private variable
|
|
[3 replies] Last: It's poor etiquette to remove your question after it has been answered... (by mbozzi)
|
by jerommal
getline(cin, ) stops code
|
|
[no replies]
|
how do i insert spaces in char Array? |
|
[1 reply] : Please use the code-tags (the "<>" button) when posting code. Here is... (by Nico)
|
by MackieJ
How to loop back if incorrect input put in
|
|
[2 replies] Last: Yes this works much better, tyvm. But with me doing this I now have a... (by MackieJ)
|
by wennuan
Question about overload operators "<<" and "+"
|
|
[2 replies] Last: Your operator+ should not change the operands, but return a new Test o... (by Arslan7041)
|
How does virtual destructor work in this case of derived class |
|
[4 replies] Last: When you destroy an object, you don't only invoke the destructor of th... (by MikeyBoy)
|
by lonewohlf42
double precision
|
|
[3 replies] Last: For situations dealing with money, one could use integer values based ... (by Chervil)
|
by Anteeks
Improper call to function
|
|
[1 reply] : main.cpp line 8: You instantiate MyMaze using MazeReader's default co... (by AbstractionAnon)
|
by LemonHappy
Don't know how to add prefixes/postfixes to objects
|
|
[1 reply] : Lines 50-55: operator > should return a bool. Your line 52 will eval... (by AbstractionAnon)
|
by joe864864
Having trouble with code error
|
|
[3 replies] Last: I've retained the intended program logic unchanged, but made some modi... (by JLBorges)
|
by bucky95
Is it possible to input pi?
|
|
[1 reply] : No, there is no built-in way to allow expression like that. You'll hav... (by Peter87)
|
by SharperThanC
Pointer Program Help (Completely Lost)
|
|
[8 replies] Last: Perhaps you need to dereference with *pScore and *pYear? (by koothkeeper)
|
by fluppe
problems with a string ...
|
|
[8 replies] Last: Cool, that sounds easy. I'll do that immediately. Thank you very much... (by fluppe)
|
by Hengry
Help with classes and object
|
|
[3 replies] Last: You're welcome. Why would I need to pass-by-reference and not just ... (by gunnerfunner)
|
by dingfuttsie
segmentation fault
|
|
[3 replies] Last: while (in_stream >> mnames >> fnames && i++ < size) This is going ... (by lastchance)
|
by LemonHappy
Help with Error 'cannot bind'
|
|
[4 replies] Last: I guess this is what you are asking for: #include <iostream> using na... (by lastchance)
|
by ofiryak1994
Adding real numbers
|
|
[4 replies] Last: thank ye so much :) worked (by ofiryak1994)
|
by ruslive109
issue with an else statement
|
|
[2 replies] Last: Many Thanks! (by ruslive109)
|
by kingkush
iterating through an array for condition statement?
|
|
[1 reply] : If you are trying to decide whether or not to accept an incoming numbe... (by gunnerfunner)
|
by heckorb
need help with tower of hanoi logic
|
|
[2 replies] Last: It's the series of if statements in the solve function, which I based ... (by heckorb)
|