Reading from file, checking contents of a lineAnd Bazzy is correct. You should compare line_number, not ss, to atoi( argv[i+1] )
Reading from file, checking contents of a lineThe problem is that [code]argv[i+1][/code] contains chars and the char '2' has not the value 2. You ...
A few issues with my first (physics based) programI'm not sure, if the problem is really that simple, but: You never update the variable ratio. In ...
Class member function - how to do thisYou are trying to uppercase the first letter in every word, right? You can look for whitespaces and ...
Removing from fileDuoas, i did the 6 steps and it works all fine. Thanks a lot! Thanks to all for the help!
This user does not accept Private Messages