17ย years, 2ย months ago
Highlights
Community contributions featuredQuote:Original post by alvaroThe line `in >> temp;' reads in an integer from the file, in decimal. If you want to read a single character you shouldn't use an int variableโฆ
17ย years, 2ย months ago
Some code of mine doesn't seem to be working (it compiles and runs, but doesn't output the right thing). I recreated the problem with the following code (I stripped out all theโฆ
17ย years, 2ย months ago
18ย years, 2ย months ago
I have two classes, Surface and Brush. The idea is that Surface provides a drawing surface (and handles all the system resources) and Brush does all the drawing on that surโฆ
18ย years, 2ย months ago
Is there any easy way of making this work? I want the method do_something(), which is defined in a nested class, to have access to members of the parent class. #include <iostโฆ
18ย years, 3ย months ago
Latest Activity
See all in DiscussionsQuote:Original post by alvaroThe line `in >> temp;' reads in an integer from the file, in decimal. If you want โฆ
17ย years, 2ย months ago
Some code of mine doesn't seem to be working (it compiles and runs, but doesn't output the right thing). I โฆ
17ย years, 2ย months ago
I wouldn't blame the format because it is in ASCII. I don't think the performance loss is as great as โฆ
18ย years, 2ย months ago