by cppnoobie
reading a line from a file and creating a vector of words from it
|
|
[7 replies] Last: thank you very much for explaining. i'll approach this right after i g... (by cppnoobie)
|
type of streams |
|
[2 replies] Last: Thank you Peter, this operator was new for me. But it's sparse documen... (by nuderobmonkey)
|
by squiffy123
how do i make this program loop?
|
|
[3 replies] Last: One more thing. Please, use code tags <> when posting code. See http:/... (by keskiverto)
|
by kidenvoy
fstream library
|
|
[12 replies] Last: std::map<char,int> or, maybe std::map<char,char>. How do you get 1 or... (by lastchance)
|
by jujull
How to update the integer in other function
|
|
[4 replies] Last: This assignment was before we learn array, so we shouldn't using any a... (by jujull)
|
by jjordan33
Min max mid
|
|
[1 reply] : You cannot rely on if (num > mid) { ... (by Satan)
|
Conditional statement not registering AND condition. |
|
[1 reply] : It's sosMade == true not sosMade = true = is for assignment an... (by Satan)
|
by rek49
patterns with while loop, even odd number
|
|
[1 reply] : Question: Why are you asking the user to input a character? You only ... (by Satan)
|
by beemo
Returning Recursive function
|
|
[1 reply] : return sq*sq would return you the square of the number. What are you... (by Satan)
|
by naguilar661
If statements not executing when calling function
|
|
[2 replies] Last: Oh youre totally right, I didn't even notice that. thanks man! (by naguilar661)
|
by cppnoobie
parsing commands from an external file as commands to a datastructure
|
|
[9 replies] Last: http://www.cplusplus.com/reference/string/string/c_str/ (by keskiverto)
|
"No matching function for call to 'book::book()'" |
|
[1 reply] : You created a Book constructor with multiple arguments so the compiler... (by jlb)
|
by siten0308
writing class and using header and files correctly
|
|
[6 replies] Last: Gotya thanks, i will definitely remember that to keep the with the Log... (by siten0308)
|
by kretze
problem with binary trees
|
|
[19 replies] Last: Yes, except, as I wrote before, < should be > (in the insert() me... (by dhayden)
|
by brucemalis
Help with Case/Switch
|
|
[4 replies] Last: Ok, thank you. So each case needs to have a break added to it basica... (by jonnin)
|
by wubbits
Help with homework
|
|
[7 replies] Last: This code worked to input and find the average properly within the p... (by jlb)
|
by badsheep
Online judge question
|
|
[3 replies] Last: There is no simple way to solve these problems without proper understa... (by Thomas1965)
|
I need some help with hangman. |
|
[4 replies] Last: @RandomCppN00b, I don't think that @JLBorges was expecting you to cut... (by lastchance)
|
by AL88
How can I make this print the arguments in reverse order
|
|
[19 replies] Last: You're welcome. Hope it's all clear now. (by MikeyBoy)
|
by whmJupiter
Debugging My Homework and I'm stumped
|
|
[4 replies] Last: There's no such thing as "closing a thread". The thread will remain o... (by MikeyBoy)
|