by wolfv
How to pipe output to less instead of cout?
|
|
[4 replies] Last: I haven't thought of that. I will output to cout. Thanks dhayden. (by wolfv)
|
by Bizzy
Improper outputs/stringstream help
|
|
[4 replies] Last: Taking a closer look at your code... In the conditions in printDayOf... (by cire)
|
by Amarilis
drink survey
|
|
[6 replies] Last: Never mind I found my mistake.... Just had to move a couple of curly b... (by Amarilis)
|
by Devynao
Stuck on Homework assignment (Converting pennies into least amount of coinage.)
|
|
[1 reply] : So tell us how you have made the calculation by showing us a small pro... (by closed account 48T7M4Gy)
|
by Bizzy
Uninitialized Local Variable
|
|
[8 replies] Last: http://www.cplusplus.com/forum/beginner/207530/ (by closed account 48T7M4Gy)
|
by Bizzy
Valid Date issues
|
|
[3 replies] Last: http://www.cplusplus.com/forum/beginner/207530/ http://www.cplusplus.c... (by closed account 48T7M4Gy)
|
by ar2007
vector memory leak
|
|
[9 replies] Last: solved !! in line 252, (for loop) I had forgotten a "-1", which on pap... (by ar2007)
|
by spax1111111
Sending more then one result from a function to main
|
|
[10 replies] Last: You are a wise man Abstraction :D (by spax1111111)
|
How to keep the turn the same |
|
[4 replies] Last: To avoid crashing the program, play() should check the value of pos be... (by dhayden)
|
by cameronTX
Trying to convert numerical grades to letter grades
|
|
[1 reply] : Is that return at line 167 in the correct place? Shouldn't it be outsi... (by jlb)
|
by madeleine
queue structure - linked list - empty element
|
|
[3 replies] Last: Well tell your professor that Dave on cplusplus.com says he's an idiot... (by dhayden)
|
by NOSgraf
Improve the speed of my program
|
|
[7 replies] Last: Thanks it worked , it took me some time to understand it but now it se... (by NOSgraf)
|
by weirdo123
fstream ios::
|
|
[4 replies] Last: thank you!!!! im sorry for the silly questions :'( (by weirdo123)
|
by takaflaka
Function for finding Euler's Number
|
|
[1 reply] : You didn't initialise sum, so you missed the first term in the series.... (by lastchance)
|
by spax1111111
Deleting a pointer
|
|
[7 replies] Last: yes it does thx a lot :D i have a new topic on pointers so if you'r th... (by spax1111111)
|
by CosminPerRam
I didnt see what mistake is here :/
|
|
[2 replies] Last: yes, it worked, thanks! (by CosminPerRam)
|
15/4 equals 3? |
|
[1 reply] : Put a decimal point after 15 thus 15./4 http://stackoverflow.com/ques... (by closed account 48T7M4Gy)
|
by jaydegabert
Temperature conversion table
|
|
[3 replies] Last: I have done this for Dr. Tyson Mcmillan, in Fort Worth,//Program creat... (by cameronTX)
|
by tristan1333
#include mess, errors when including a file
|
|
[3 replies] Last: You probably need to forward declare something rather than including t... (by Zhuge)
|
by sandoda
Basic String Manipulation
|
|
[2 replies] Last: the user will input an integer representing the starting index of a n... (by Hengry)
|