by Parasin
Building Class and Saving Class using Fstream
|
|
[4 replies] Last: I fixed my problem x_x It was all caused by an issue with a class con... (by Parasin)
|
by Relit
Edit. Compiler errors. Code Blocks
|
|
[5 replies] Last: Have you created a console project, sounds like you may have created ... (by Codermik)
|
by Kash12311
Cin issues?
|
|
[4 replies] Last: good answer MiiNiPaa, I didn't know that! (by Parasin)
|
by mrju5t
how to find spaces in between characters in string?
|
|
[4 replies] Last: Just saying. Your brackets are a nightmare to look at. Having said tha... (by Parasin)
|
by robozzz
program not reading from file properly
|
|
[3 replies] Last: On line 163 you have a random ++i; Not going to fix your problem most... (by Parasin)
|
by road
Checking mult choice test answers!
|
|
[1 reply] : Your for loop on line 23 is incorrect I believe. It's in your conditio... (by Parasin)
|
Error: Undefined reference to class |
|
[3 replies] Last: Yes I was about to say scratch what I said, your code compiles fine fo... (by closed account L6b7X9L8)
|
by Bdanielz
how would you count objects of same name in OOD
|
|
[2 replies] Last: I am asking about objects of the same type and same name. (sorry drink... (by Bdanielz)
|
by beyar95
How can i swap word
|
|
[1 reply] : If you want to do it this way then I would suggest looking into the da... (by Hambone)
|
by bmccormack
strings and failed passing
|
|
[5 replies] Last: Well it can go either way <type>& t or <type> &t and same with poi... (by BHX)
|
What is GNU GCC C++ Compiler |
|
[1 reply] : http://www.coronadoenterprises.com/tutorials/cpp/cpp_ans.html (by Lachlan Easton)
|
by derpyderp
copy pasted array tutorial, got errors
|
|
[1 reply] : These errors have to do with the fact that the string literals aren't ... (by xismn)
|
by Mohsinh94
Printing string in reverse order
|
|
[5 replies] Last: Pretty much, yeah. This would entail reading from a file, properly par... (by xismn)
|
by spacer15
Overwriting of a text file.
|
|
[3 replies] Last: See (1) for the problem with that. (by Duthomhas)
|
by feraudyh
problem with for_each and lambda expressions
|
|
[12 replies] Last: The C++11 mode is not enabled by default -- lambda expressions are e... (by Duthomhas)
|
by segurivirix
Odd or Even counter in Array
|
|
[8 replies] Last: Your welcome :) (by Codermik)
|
by suhuhuhu
class help/static variable problem
|
|
[5 replies] Last: thank you! adding the" int Toy:: _count = 0;" worked! (by suhuhuhu)
|
ifstream empties file |
|
[2 replies] Last: Oh, thank you that fixed it. And I thought my book was wrong for writi... (by closed account EwCjE3v7)
|
fstream read a line at a time |
|
[3 replies] Last: Thank you guys, posted at the same time :). Thank you once again. (by closed account EwCjE3v7)
|
by Huppa
Extra parameter in call to function main
|
|
[3 replies] Last: Yes. (by AbstractionAnon)
|