by dbridle
Strange results in std::string.substr()
|
|
[2 replies] Last: Ah that makes more sense, I seem to have misread the MSDN page for it!... (by dbridle)
|
cin file input integers |
|
[5 replies] Last: thanks for your help! (by Spiffy P Mcgee)
|
by joseplusplus
error: expected constructor, destructor, or type
|
|
[8 replies] Last: Thank you very much filipe !, your explanation is worthy to me. I've r... (by joseplusplus)
|
by erohanip
Unexpected return point in recursive function
|
|
[1 reply] : Use the [/ code] (remove the space after the '/') to list your code ... (by jamesmk)
|
by buldogao87
Whats wrong with my program
|
|
[12 replies] Last: cout.setf(ios::fixed); cout.setf(ios::showpoint); (by jamesmk)
|
by r011
problem run exe on comp with no vc++
|
|
[1 reply] : Sounds like you need the Visual C++ runtime on the 2nd computer. Ho... (by jamesmk)
|
by frankilische
menu
|
|
[4 replies] Last: use a loop, then when your submenu exits, it's just back in the main m... (by jamesmk)
|
by praecox
getline being skipped after first time through loop.
|
|
[2 replies] Last: Put your cin.ignore(1000, '\n') , or just a cin.get() , AFTER ever... (by jamesmk)
|
Access specific part of list |
|
[4 replies] Last: Ahhh.. I see. That map makes all the difference. I should have this ma... (by closed account 1yvXoG1T)
|
by xyriene
Already defined?
|
|
[3 replies] Last: either: 1) put the function bodies in a cpp file (not a header) ... (by Disch)
|
by harpo
.ini files
|
|
[7 replies] Last: It will still work. All that means is that .ini files are "outdated" ... (by Disch)
|
by Ziljan4
Stack
|
|
[1 reply] : That would defeat the purpose of homework, now, wouldn't it? We may b... (by hamsterman)
|
by jmastin
Need advice on how to produce a bar graph
|
|
[2 replies] Last: Sorry, I modified it to at least show some of the bar graph. I need it... (by jmastin)
|
by fukki
do while with character problem
|
|
[2 replies] Last: Ok, thanks again Athar !!! (by fukki)
|
by fukki
Euro sign
|
|
[3 replies] Last: Thanks a lot Disch and Athar , i will give it a look! (by fukki)
|
smallest value error |
|
[2 replies] Last: thankyou Athar! :) (by khattakjunaid)
|
by soad122
read file into a 2D array
|
|
[1 reply] : std::cin.getline(cin,array ) + for loop = solution! Although ideall... (by Albatross)
|
by ToniAz
C Strings, Char Arrays, Char Pointers - Confused!
|
|
[4 replies] Last: When declaring variables usage of empty automatically sizes the arra... (by Disch)
|
by DJ TLG
Linked List Copy Constructer Problem
|
|
[3 replies] Last: If it was up to me i would take that route too. Unfortunately this is ... (by DJ TLG)
|
by buldogao87
temperature convention program
|
|
[no replies]
|