by Brandon23z
How do you modify a getValue?
|
|
[1 reply] : You can return it as a reference or pointer instead of a copy then you... (by giblit)
|
by polarbear22
Formulas?
|
|
[7 replies] Last: There is no need to make it a global in this program. (by giblit)
|
by DeathLeap
Reading from a file multiple lines.
|
|
[6 replies] Last: Thank you! What confuses me is why would the teacher give this assign... (by DeathLeap)
|
by Merriak
Program that Counters # of Objects in a Given Program?
|
|
[1 reply] : You could make a counter class with a static count and use it as a par... (by giblit)
|
by unsensible
Template Classes
|
|
[2 replies] Last: nevermind lol. Thanks a bunch dude everything works great! (by unsensible)
|
by AnaMariaB
exceptions
|
|
[2 replies] Last: int width; for (std::cout << "Enter a value: "; !(std::cin >> width);... (by Smac89)
|
by daabren
expected unqualified-id before ‘{’ token
|
|
[4 replies] Last: Thank you jidder (123) you are my hero. I have just tried it and it w... (by daabren)
|
by gabrielh
Use of const_iterator
|
|
[4 replies] Last: This is fantastic! Thanks for the very fast help! (by gabrielh)
|
by Fauch911
Handling huge numbers
|
|
[4 replies] Last: Great, thank you. (by Fauch911)
|
by Skarma
User created cosine function producing incorrect output
|
|
[9 replies] Last: Chervil: Thank you, your suggestion worked. (by Skarma)
|
by w7y7a7t7t
Help with little histogram program
|
|
[2 replies] Last: fixing 22 and 25 fixed the issue, thanks! once it was mostly working t... (by w7y7a7t7t)
|
by AnaMariaB
Specific operators
|
|
[1 reply] : http://en.wikipedia.org/wiki/Operators_in_C_and_C%2B%2B http://en.cppr... (by Catfish666)
|
addin files |
|
[2 replies] Last: Alright thank you so far this is doing everything I need it too have a... (by ProgramMaster)
|
by AnaMariaB
Constructors order
|
|
[3 replies] Last: when you create an object of the class Y, constructor of class X is ca... (by rich1)
|
by Mishu
bt.exe has stopped working
|
|
[1 reply] : What's the point of passing a pointer to add if you never use that poi... (by Peter87)
|
by AmitH
Dynamic allocation
|
|
[3 replies] Last: Thanks! (by AmitH)
|
by wannabeCoder
Including a header vs forward declaring a class
|
|
[3 replies] Last: A few more basic questions: How does a compiler interpret a forward d... (by wannabeCoder)
|
by Subbestionix
No output in win32 console [VCPP2012]
|
|
[2 replies] Last: @NT3 Thank you! That worked pretty well. (by Subbestionix)
|
by raveset
C++ ARRAY
|
|
[11 replies] Last: [quote=jidder]If you use negative numbers it reads back from the end o... (by TwilightSpectre)
|
by bpedigo
simple calculator
|
|
[2 replies] Last: You forgot to put cout<<fixed; #include <iostream> #include <iomanip... (by SorinAlex)
|