All Questions
2
questions
2
votes
1
answer
384
views
Making a Extracting/Compiling program in Visual C++ 2010 but have errors
I am building a .SM2 and .RM2 extractor/compiler for a game but I am having trouble with the code. I am not experienced in C++ at all and the code is source code given by the original creator. Even ...
1
vote
2
answers
304
views
C++ istream extractor precision?
I am reading from a text file which contains the following line:
deltaT 0.005;
Once I've got the correct line within a string, I want to read out the value with code like this:
...