User: mordekai

  • Public profile

User profile: mordekai

User info
User name:mordekai
History
Joined:
Number of posts:52
Latest posts:

Reading from file, checking contents of a line
And Bazzy is correct. You should compare line_number, not ss, to atoi( argv[i+1] )

Reading from file, checking contents of a line
The 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) program
I'm not sure, if the problem is really that simple, but: You never update the variable ratio. In ...

Class member function - how to do this
You are trying to uppercase the first letter in every word, right? You can look for whitespaces and ...

Removing from file
Duoas, 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