by Crogn
vector issues
|
|
[2 replies] Last: Thank you, how would the for loop know to print say the first object i... (by Crogn)
|
help with structures |
|
[2 replies] Last: sir/mam, thank you for your reply. You are correct. When i tried using... (by MaseratiDeluxe)
|
by ruwan2
Could you explain this copy member function to me?
|
|
[1 reply] : new Wilma(*f.p_) This line creates a new Wilma instance. It calls t... (by liuyang)
|
by nruiz8
I keep getting an error message AFTER running my program
|
|
[4 replies] Last: ok i took that out, thanks, but now i get this error: 'time' was no... (by nruiz8)
|
by keanedawg
Hi everyone, if I delete nodes from a linked list, why does ptr->pPrev not already point to NULL
|
|
[2 replies] Last: You're right Cire. I missed something in my constructor. I underestima... (by keanedawg)
|
by alicialng
Hey guys pretty much the overloaded constructor
|
|
[1 reply] : class Salaried :public Employee { protected: int managementLe... (by alicialng)
|
by kvilla32
Keep getting error 86:23: error: no match for 'operator<<' (operand types are 'std::basic_ostream<char>' and 'void')
|
|
[3 replies] Last: Well here's some hints: Are you aware of the modulus ( % ) operator an... (by Ganado)
|
by keanedawg
Why has my code broken when ran in Unix/Linux but worked perfectly in Visual Studio?
|
|
[1 reply] : Have you tried breaking when you get the exception or even setting a b... (by firedraco)
|
by Jonnyd36
getting information out of a for loop
|
|
[1 reply] : Please explain line 45 and its effect on line 46. (by keskiverto)
|
by alicialng
pretty much the overloaded constructor
|
|
[4 replies] Last: There should be a big button that says edit on it at the bottom right ... (by shadowmouse)
|
Dealing with a large number of files |
|
[4 replies] Last: so final result... in order for the files to open and close correctly... (by Feymanismyhero)
|
by Aki12
Suggestions on how to fix my code? Please I'm already stressed enough
|
|
[10 replies] Last: Thank you everyone for helping me out. (by Aki12)
|
by cutiepi314
Reading USB problems
|
|
[3 replies] Last: Ok I found My problem I had the wrong Baud Rate thanks any way :) (by cutiepi314)
|
by wolfv
How to make a circular dependency work?
|
|
[4 replies] Last: > This solution compiles that "solution" has different behaviour. A(B... (by ne555)
|
by bext
Making my own pow
|
|
[5 replies] Last: (OP's problem is a common introductory course homework.) (by Duthomhas)
|
by sajis997
Role of the destructors while using smart pointers as member variable
|
|
[5 replies] Last: The constructor is explicit. This would compile: mAPekare = std::sha... (by JLBorges)
|
by omurad
Correct use of string::copy?
|
|
[2 replies] Last: 1) The stream::copy return a size_t value; 2) You just copy the string... (by stormSpirit)
|
by jhykima
Deleting a Linked List
|
|
[4 replies] Last: @coder777 I see. Thank you so much for the help! Clarified a ton for ... (by jhykima)
|
by Ahsen
Please helperror: no matching function for call to 'getline(std::istream&, int&, char)'|
|
|
[2 replies] Last: line 25 and line 29, you're comparing names not ages. Also, you're ... (by AbstractionAnon)
|
by Kallamarie
Not all control paths return a value?
|
|
[3 replies] Last: Lets start with: bool upTest(char custPass ) { for (int i = 0; i < ... (by keskiverto)
|