by ghostfacelz
Mapping/indexing a vector<string>
|
|
[14 replies] Last: Its a bit late, but still.. I will need to do some reading to under... (by simeonz)
|
searching through a char array (1,2) |
|
[21 replies] Last: for this program I assumed that the user is inputting correct data. I ... (by shadowvillian)
|
by nguyentrang
difference between %lf and %Lf?
|
|
[3 replies] Last: For printf (), the "%lf" is not valid -- it should be "%f". For sca... (by Duthomhas)
|
by hardcode
Polymorphism (function overloading)
|
|
[5 replies] Last: Thank you all for your precious answers. I can't believe that I'd "... (by hardcode)
|
by Ozge
OPERATORS???
|
|
[3 replies] Last: // lastclass.cpp : Defines the entry point for the console applicatio... (by Kyon)
|
by Obyz88
ARRAY 2D with char
|
|
[2 replies] Last: use std::map store number as key, string as value (by stereoMatching)
|
not understanding "push_back" if used recursively |
|
[3 replies] Last: Well, I can't do to much from my iPod (very hard to post), but you are... (by jimc)
|
by teguh123
What's wrong witht this code?
|
|
[5 replies] Last: RadianLongitudeLatitude is a decendant of std::pair<double,double>::fi... (by teguh123)
|
by teguh123
What is wrong with this ostringstream code
|
|
[3 replies] Last: well, I dont know where you can find that it requires it, but it does.... (by Seraphimsan)
|
by teguh123
How to Convert Degrees into Double
|
|
[7 replies] Last: I can't really answer that :O I've never had to write the iostream hea... (by Seraphimsan)
|
by declan
Try/catch statement not catching bad_alloc
|
|
[6 replies] Last: The only code before it in that function is Where did I say in ... (by rapidcoder)
|
by SebGR
Software prefetching
|
|
[2 replies] Last: PanGalactic - Sorry for being at the wrong place, but thanks a bunch f... (by SebGR)
|
tpe casting - bitwise |
|
[2 replies] Last: Hi, Thanks for the answer and the link. (by srinath duraisamy)
|
by pizet
value checking function
|
|
[6 replies] Last: the boost library provides boost::optional. That would be: boost::... (by coder777)
|
by Adidas
String
|
|
[4 replies] Last: and if getline(....) fails what it is returned ? it sets bits in the ... (by coder777)
|
by Masood786
Reading Other Application Data
|
|
[no replies]
|
by shanex88
editing user input
|
|
[2 replies] Last: ahh thank you very much! it solved my problem! (by shanex88)
|
Simpler recursive solution? |
|
[8 replies] Last: well m4ster r0shi showed how to solve it (if the level is indeed the i... (by coder777)
|
by latuyetkha
want to find the second smallest number without array
|
|
[1 reply] : int smallest, almost_smallest; If you replace smallest, then you sh... (by ne555)
|
by vivmen
why static main function not allow ?
|
|
[3 replies] Last: And I should also add that the C++ standard say that it should not be... (by guestgulkan)
|