by devaravn
Difference between returning object and returning reference to an object
|
|
[7 replies] Last: So which one to use roughly depends on a trade-off between efficiency ... (by kfmfe04)
|
by snazziosity
Const/String Problems
|
|
[5 replies] Last: haha, oops. Thanks for catching that ne555. (by sargon94)
|
by mzimmers
constructors and using "new"
|
|
[3 replies] Last: Outstanding. I guess I should have been able to figure that out myself... (by mzimmers)
|
by bmos31
Redefining implentation of a push function for an array-based Stack class
|
|
[2 replies] Last: Oh, wow, thanks. I was trying to include myTop in the function, but th... (by bmos31)
|
by hydride
I/O in classes
|
|
[4 replies] Last: Sorry about the mix up. @blackcoder41: What is word.cpp? Is it the co... (by hydride)
|
by kultrva
Problem with functions
|
|
[1 reply] : Line 14 and 27 you are creating the variable "random" again when you a... (by OHGxLeetGamerxOHG)
|
by thepro
needs an introduction to c++
|
|
[1 reply] : If you like reading: http://cplusplus.com/doc/tutorial/ If you like... (by OHGxLeetGamerxOHG)
|
Menu not responding to input |
|
[1 reply] : Yeah, I've heard ... This is just a little learning project for me.... (by Disch)
|
by Acid Snow
Odd getline() behavior (w/o cin >>)
|
|
[no replies]
|
by jkowarsch
Precision limited to 16 decimal places
|
|
[1 reply] : that number is too large to fit in a double, so you're losing precisio... (by Disch)
|
by joseplusplus
This use of iterators crashes.
|
|
[5 replies] Last: I must be blind, I apologize ! Thank you very much Disch, I've noti... (by joseplusplus)
|
by slenkar
memory management
|
|
[6 replies] Last: the memory footprint is still staying the same when i clear the vecto... (by Disch)
|
by llazwas
get; set;
|
|
[no replies]
|
by FinalFortune
Function Pointer in classes
|
|
[3 replies] Last: You need to pass a Coordinate instance there. Instead, you have just ... (by PanGalactic)
|
by Sericet
Visual C++ 2010 Problem
|
|
[11 replies] Last: Agree. For a start, the 2010 help documentation system is shite.. (n... (by guestgulkan)
|
by jwentz4
Loan Program - Error in displaying
|
|
[1 reply] : Please edit your post and put code tags around the source code. (by PanGalactic)
|
by manolos152
take a single charakter from string
|
|
[10 replies] Last: It's an exercise for my university... if i don't give it then i will f... (by manolos152)
|
Scrambled pointers |
|
[3 replies] Last: Thank you Disch, that new code works. I don't know what I was doing w... (by kamikazeUnicorn)
|
by korbul
Polymorphism destructors
|
|
[2 replies] Last: thank you ne555 for your quick reply. It seems to be working now (by korbul)
|
by C Plus Noob
Can't use dll functions
|
|
[1 reply] : try typedef double (__cdecl *FUNCTION1)(double, double); or typedef... (by Null)
|