return type specification for constructor invalidThat did the trick :) Thanks!
return type specification for constructor invalidI'm sorry, I haven't worked with C++ much before. Could you explain?
return type specification for constructor invalidWhen I try to run this program, I'm told "return type specification for constructor invalid". I've ...
Read float data from txt file to arrayNevermind; it seems to be working now!
Read float data from txt file to arrayOkay, I made all data an array of characters, and used atof to convert it back to a float, but now i...