|
by lmsmi1
Parsing Commands
|
|
|
|
[12 replies] Last: I've found a way to do this right, but can't seem to correctly parse t... (by lmsmi1)
|
|
by Yom
BlackJack help
|
|
|
|
[3 replies] Last: Thanks for the comments, but maybe I should have clarified. I understa... (by Yom)
|
|
by simon1221
A problem with using getline
|
|
|
|
[7 replies] Last: Thanks. I'd studied the code in detail but not studied the test data s... (by Chervil)
|
|
by kradragon94
Help me find bug in this class!
|
|
|
|
[2 replies] Last: Thank for helping, i will try :) EDIT: It's worked, thank you very muc... (by kradragon94)
|
|
by uzferry
How to check if user made an input in a loop
|
|
|
|
[no replies]
|
|
by simon1221
Can't run a program about string.
|
|
|
|
[9 replies] Last: Here is the test code I used to test my logic #include <string> #inc... (by Zaita)
|
|
by Sowmen Das
loop problem
|
|
|
|
[6 replies] Last: but doing this just puts it in an infinite loop if anything else is ty... (by Sowmen Das)
|
|
by vanessatse
print to file from class
|
|
|
|
[2 replies] Last: I've now overloaded my opeartor to std::ostream. How do I now put my o... (by vanessatse)
|
|
by backslashx00
How to compress file(s) in C++
|
|
|
|
[5 replies] Last: http://zlib.net/ (by Zaita)
|
|
by Maxthenoob
To many choices in choices (1,2)
|
|
|
|
[20 replies] Last: Here is the main section im having problems with. from line 72 to 136 ... (by Maxthenoob)
|
|
by rjryan94
I'm getting something weird (1,2)
|
|
|
|
[35 replies] Last: To be honest with you, people like me will not respond and help you be... (by Zaita)
|
|
by simon1221
How to get a sentence?
|
|
|
|
[4 replies] Last: You mean only read in the first three words? you would have to modify ... (by giblit)
|
| Pausing a calculator program |
|
|
|
[1 reply] : cin leaves the newline character in the stream. Adding cin.ignore() to... (by palauan73)
|
|
by redrooman
Please Help!! Cant see what im doing wrong
|
|
|
|
[3 replies] Last: As I said this function has no sense. Instead of processing of the loc... (by vlad from moscow)
|
|
by antu55
c++ fstream
|
|
|
|
[4 replies] Last: thanks man. now i know where my mistake. (by antu55)
|
|
by billycro
Templating Errors
|
|
|
|
[1 reply] : templates must all be in the header (cut/paste from the cpp). Also, s... (by LowestOne)
|
|
by sakonpure6
Can Char be given numerical values?
|
|
|
|
[10 replies] Last: 'A' is output as a character, but it is really a number: char ch = 'A... (by LowestOne)
|
|
by Fenrir
Question about Input ! Need your help!
|
|
|
|
[7 replies] Last: I'm in a basic c++ class as well and to me that stuff is a necessity. ... (by giblit)
|
|
by sakonpure6
A more efficient code?
|
|
|
|
[3 replies] Last: This should work: int indexToMax = 0; for(unsigned int i = 1; i<10; ... (by fun2code)
|
|
by Nooby23
Help with array sorting
|
|
|
|
[2 replies] Last: Haha I definitely feel silly. I was changing too much. Always the litt... (by Nooby23)
|