by acimmarusti
[Solved] opening file using a stringstream as path?
|
|
[5 replies] Last: Thanks again, I changed completely how I get user input so that it is ... (by acimmarusti)
|
by takerman
Problem with inputing the char type
|
|
[no replies]
|
Reading from txt file and putting into array |
|
[3 replies] Last: Thanks very much popasquat; but there is another rpoblem: what do I n... (by agajantorayev)
|
by Esmaeil
Problem with this file (1,2)
|
|
[22 replies] Last: If I understand correctly the problem is that when you delete an entry... (by m4ster r0shi)
|
by cyker
How to define mutual friend functions?
|
|
[1 reply] : Functions can be friends of classes (is this what you want) Functio... (by guestgulkan)
|
by cyker
copy constructor not called during initialization
|
|
[1 reply] : After all, it should call cons first on 3 to create a temp object and... (by Disch)
|
problem with opertaions with numbers |
|
[4 replies] Last: Multiplying numbers is done the same way, using the * operator. Get... (by closed account Lv0f92yv)
|
by tidbit
Median function
|
|
[1 reply] : http://en.wikipedia.org/wiki/Bubble_sort -Albatross (by Albatross)
|
I/O File streams in C++ HW... |
|
[4 replies] Last: http://www.cplusplus.com/doc/tutorial/files/ (by Duthomhas)
|
by navish
output file is overwrited
|
|
[1 reply] : Open your file with the flags as std::ios::out | std::ios::app . Hop... (by Duthomhas)
|
by Kakashi
user input from keyboard
|
|
[4 replies] Last: Thank you oghma that fixed it just right. I see now that the code was ... (by Kakashi)
|
by Gatt
Cant open my dev ++ project file
|
|
[8 replies] Last: Main.cpp and the .dev file both have the exact same thing inside them ... (by Gatt)
|
by sirkyuubi
Literals.. numeric character and string?
|
|
[3 replies] Last: I find that hard to believe. (by guestgulkan)
|
by ARWA
simple class and im confused>.<
|
|
[2 replies] Last: 1. If you the programmer provide a constructor that thakes parameters,... (by guestgulkan)
|
by aztecatenocx
Mean and Standard Deviation to 100 numbers
|
|
[5 replies] Last: What? There's nothing wrong with arrays. For an assignment asking ... (by Duthomhas)
|
by xeyide
Dynamic Array of Objects
|
|
[2 replies] Last: Ahhhh I see. I didn't even think about that. Thank you so much! A... (by xeyide)
|
by chisser98
2D Vector won't compile
|
|
[4 replies] Last: Ahh okay, that makes perfect sense then. Thanks jsmith! I'm experi... (by chisser98)
|
by haim
Strings replace word in file
|
|
[4 replies] Last: Your while condition is checking the state of the stream and it probab... (by moorecm)
|
by mikecbjc
Difficulty defining function pointer to DLL class member function
|
|
[2 replies] Last: Sounds like I'm going to have to do some serious research into C++/C# ... (by mikecbjc)
|
by GRANT90
convert exponential to decimal
|
|
[2 replies] Last: You can read that as float or double in the first place and leave the ... (by Bazzy)
|