problem of effective C++ 38 : model "has-a" through composition |
|
[6 replies] Last: Thank you so much, now I could continue my research. (by stereoMatching)
|
by tonnot
About classes and cpp and h files
|
|
[1 reply] : What? http://www.cplusplus.com/forum/articles/10627/ (by Bazzy)
|
by Maniak47
Calculations in a for loop not working properly
|
|
[1 reply] : Suggestions: 1. fix your formatting - I can't tell where your block... (by kfmfe04)
|
by krishan22
What is next-to-last value from list?
|
|
[2 replies] Last: thank-you very much.... (by krishan22)
|
by atrosh
How to check if T (in template class) overloads '<' ?
|
|
[14 replies] Last: IMO boost concept_check does everything needed: http://www.boost.org/d... (by Bazzy)
|
by hotham
Polynomial Root Solver
|
|
[1 reply] : Off the top of my head, I would look into: Mathematica, Matlab, and R,... (by kfmfe04)
|
by over the top
save files with different names
|
|
[1 reply] : 1. You can use strings: std::string name; std::getline ( std::cin... (by Bazzy)
|
by Kness
Frustrated with problem.
|
|
[19 replies] Last: Unless your phone's keypad has uppercase and lowercase letters, you ca... (by closed account 3hM2Nwbp)
|
by RAWB3RRY
Text RPG - Damage function (Random within range)
|
|
[5 replies] Last: Hi Disch, actually it is not really that bad for a person to do a text... (by sohguanh)
|
by Flynn380
Display ASCII chars spreadsheet - Any thoughts?
|
|
[4 replies] Last: That worked and has gotten me on the right track. Thanks. Being a be... (by Flynn380)
|
by krishan22
Is it assignment operator ?
|
|
[5 replies] Last: C++ is so flexible that sometimes I am "afraid" :O I think if you... (by guestgulkan)
|
by wlv
About the template class.......
|
|
[1 reply] : the template functions cannot go in a separate cpp file. They must al... (by Disch)
|
by liyarax
linker error, undefined reference?
|
|
[1 reply] : undefined reference to `Command::PVT' In your class you have belo... (by sohguanh)
|
by Maerle
Question from an university test
|
|
[2 replies] Last: 2) There's an old joke saying "C++ : Where friends have access to you... (by sohguanh)
|
by Matorian
Right Triangle calculation program question
|
|
[2 replies] Last: 2) you can't do direct == or != comparisons with floating points beca... (by sohguanh)
|
by Mustachious
2 beginner C++ problems
|
|
[2 replies] Last: As well, I do believe you're stuck with | and _ as your borders. ... (by sohguanh)
|
by Ritter688
Enumeration Question
|
|
[1 reply] : Only identifiers can be used as enumeration elements. An identifier ca... (by helios)
|
by pabloist
problems deleting elements in vector while iterating through?..
|
|
[7 replies] Last: ! Holy crap, thanks, it works now! I removed the increment from the... (by pabloist)
|
by pauyon
Printing, and Sorting a 2D char Array?
|
|
[3 replies] Last: Try the standard functions: http://www.cplusplus.com/reference/clibra... (by Bazzy)
|
by Maerle
A file of exemples of struct (exercises, programs, etc) in format .cpp
|
|
[4 replies] Last: For exemple, last semester i did some exercises of C of a book(how to ... (by Maerle)
|