User profile: mybluesock

User info
User name:mybluesock
History
Joined:
Number of posts:6
Latest posts:

return type specification for constructor invalid
That did the trick :) Thanks!

return type specification for constructor invalid
I'm sorry, I haven't worked with C++ much before. Could you explain?

return type specification for constructor invalid
When I try to run this program, I'm told "return type specification for constructor invalid". I've ...

Read float data from txt file to array
Nevermind; it seems to be working now!

Read float data from txt file to array
Okay, I made all data an array of characters, and used atof to convert it back to a float, but now i...