User profile: Daleth

User info
User name:Daleth
History
Joined:
Number of posts:1030
Latest posts:

How much C++ syntax do you need to know?
It's known as a ref qualifier. http://stackoverflow.com/questions/8610571/what-is-rvalue-reference-...

Checking if a floating point value is within a certain range
That's only if you test for equality, i.e. == and !=. That is why checking a range (of acceptable er...

Playing sounds
According to MSDN: http://msdn.microsoft.com/en-us/library/windows/desktop/aa383751(v=vs.85).aspx L...

fstream help
You might want to reference this table: http://www.asciitable.com/ Maybe the data you are reading h...

fstream help
Did you try iterating through the string yourself to see if you did read anything? [code] for(unsign...