replace a word in string |
|
[9 replies] Last: Though this code is not good nevertheless it resolves the task #incl... (by vlad from moscow)
|
by hanhthai
Please help with array
|
|
[7 replies] Last: Thank y'all very much. I really appreciate all the help :) (by hanhthai)
|
by Ali93
Decimal to Binary
|
|
[6 replies] Last: Thank you rcast for help but I didn't understand what did you do in t... (by Ali93)
|
by Marine11
fatal error LNK1120: 1 unresolved externals
|
|
[4 replies] Last: I thank you for your input, you have taught me a programming concept t... (by Marine11)
|
by Mustehssun
Does making games improve OOP?
|
|
[2 replies] Last: sure, games are programs after all. so, doing it, you're training. (by Stauricus)
|
by catdance
Inconsistent "cannot open source file" error
|
|
[2 replies] Last: Yes they are. I ended up fixing the problem by creating a new program... (by catdance)
|
by bn06a2b
Using multiple functions, cin and variable conflicts
|
|
[1 reply] : * you have a junk comma on line 17 and 30 * your function definition ... (by Giraffatron)
|
by Giraffatron
Overloading operator delete[], iostream already does?
|
|
[no replies]
|
by itcsr
File Managment, selecting certain parts from a file to write or edit
|
|
[3 replies] Last: Use std::getline() to read character delimited strings from an input... (by JLBorges)
|
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)
|
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]
|
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)
|