by mzimmers
resizing a string object
|
|
[4 replies] Last: I appreciate the feedback anyway; it's a good reminder. Apart from th... (by mzimmers)
|
by CppJim
The Very Evil Deck of Cards
|
|
[2 replies] Last: xD Thank you very much! (by CppJim)
|
by samrux
Header files and C++ files
|
|
[13 replies] Last: You should only include headers in files that need it. IE: if main... (by Disch)
|
by Madguy
Boolalpha question
|
|
[4 replies] Last: Yeah you are right, thanks (by Madguy)
|
by grutsch
sorting of classes not working
|
|
[9 replies] Last: Did you added const to getSimpHanzi() in the declaration and definitio... (by R0mai)
|
by Ch1156
Polymorphism program questions (1,2)
|
|
[21 replies] Last: I also agree with naraku9333. You don't want to get ahead of yourself.... (by coderguru)
|
by vckngs7
warning: adress of local variable '<variable>' returned
|
|
[1 reply] : The error is just what the warning says. You're returning a pointer to... (by Athar)
|
by EindacorDS
Question about class access functions
|
|
[2 replies] Last: so i can embed setOverallCondition() to run at the end of addAbuse()? ... (by EindacorDS)
|
by guyu
C++ primer 5th. Bad book? examples inside
|
|
[3 replies] Last: Have a look here: http://stackoverflow.com/questions/388242/the-defin... (by closed account o3hC5Di1)
|
by Aceix
Aid needed
|
|
[3 replies] Last: Thank you all. It's working perfectly!!! (by Aceix)
|
by KodeBreaker
Creating "map", problem with array in a class?
|
|
[1 reply] : Hi there, Try doing the following: Map1.h: #ifndef MAP1_H #define ... (by closed account o3hC5Di1)
|
by Mrcerimo
Undefined reference to error
|
|
[3 replies] Last: Most welcome, glad I could help. Have a nice day, NwN (by closed account o3hC5Di1)
|
by chameleon
Avoid prev/next pointers on a really big list?
|
|
[2 replies] Last: Maybe a disc based random access db such as Berkeley DB http://en.wik... (by mik2718)
|
by vckngs7
Knowing which exception to catch
|
|
[3 replies] Last: cannot figure out what kind of exception atof throws and how to stor... (by Cubbi)
|
by Wisely Done
2D platformer game
|
|
[6 replies] Last: Ah, sorry. I was checking for collision only with the surrounding tile... (by Wisely Done)
|
by Aceix
I need some clarification please
|
|
[8 replies] Last: Friends are indeed not actual members of classes (although I'm not sur... (by closed account o3hC5Di1)
|
by ts4525
Question about arrays
|
|
[2 replies] Last: Hi there, Let's say integerValue has value 25. In that case what the ... (by closed account o3hC5Di1)
|
by xzbit
using class library..help pls
|
|
[2 replies] Last: i already tried that first and got me an error,,i forgot to add ^ symb... (by xzbit)
|
by jojo25800
loop question.
|
|
[3 replies] Last: the easist way but the dangerouest way: goto sentance maybe worked,but... (by ghking)
|
by zkl
Data type and its size
|
|
[7 replies] Last: Thanks for the explanations :) (by zkl)
|