by Stronghead
String to char array
|
|
[2 replies] Last: c_str will return the char array of the string. std::string S = "Str... (by BlackSheep)
|
by roberts
Boost program_options
|
|
[no replies]
|
by kimberly
hashtable
|
|
[2 replies] Last: ok..tnx a lot..how about payroll code?? (by kimberly)
|
by killermelga
making movement
|
|
[4 replies] Last: I guess I would use SDL/SMFL to manage my keyboard inputs in accordanc... (by Azagaros)
|
by adn258
My Function To Convert Function To Char Array?
|
|
[3 replies] Last: Memory wouldn't be left hanging since it's deleted on the fly as soon... (by cire)
|
by fstigre
Understanding the strcmp function
|
|
[3 replies] Last: Thank you all for the good information. I found the problem why my co... (by fstigre)
|
by Pirogun
Networking
|
|
[2 replies] Last: Thanks! (by Pirogun)
|
by ihmps
Reading files, using two instances
|
|
[2 replies] Last: template <typename ElementoPTR, typename Elemento> don't do that. Yo... (by ne555)
|
by jmrag
STL erase
|
|
[4 replies] Last: Thx a lot man!!! You are my hero! (by jmrag)
|
by rphello101
Play sound while key is pressed
|
|
[no replies]
|
by LB
Graceful Polymorphic Serialization, but not Deserialization
|
|
[2 replies] Last: This is exactly what I am already doing, to every detail you describe. (by LB)
|
by C Theroux
class function to display not working
|
|
[3 replies] Last: also the "problem" asks us to load the data for the InvBin objects for... (by C Theroux)
|
by Randi Miller
Easiest way to work with a database.
|
|
[2 replies] Last: The only reason that I was thinking it wouldn't work is because the ju... (by Randi Miller)
|
by m4wk
edit
|
|
[5 replies] Last: edit (by m4wk)
|
by Jesus805
Console Question
|
|
[1 reply] : I don't think so. The console is VERY limited in capabilities. Prett... (by Stewbond)
|
Member function must be called or its address taken |
|
[1 reply] : Sorry, I don't know your answer. However there is another similar thr... (by Stewbond)
|
by louflow
class Functions
|
|
[6 replies] Last: Normally getters/setters are done with function overloading: int NameO... (by LB)
|
by Eyad
Correct please
|
|
[11 replies] Last: @Eyad Could you please post your input data, and what you get as outp... (by therockon7throw)
|
by carlosbgois
Calculating the maximum precision, some doubts
|
|
[4 replies] Last: Many thanks for the paper, I studying it entirely. (by carlosbgois)
|
by lakshpoo
Polymorphism
|
|
[1 reply] : #include<iostream> #include<string> // 1 you are missing this using ... (by Eyad)
|