User profile: tom221b

User info
User name:tom221b
History
Joined:
Number of posts:23
Latest posts:

If statements error
Works fine for me except the warning for unused variable 'weight'. But I think there are a few issue...

Making a Video Game
I don't have much experience with unity or JavaScript. I generally use c++ and SFML to create small ...

Some questions
Since you know the basics, you can check out http://www.codeabbey.com This is a great site to learn ...

Need suggestion on how to solve this problem.
[quote] Should be [code]float converted_grade = (input - 60.f) / 10.0f;[/code] [/quote] Fixed it! t...

Need suggestion on how to solve this problem.
[quote] [code]float converted_grade = input * (4.f / 100.f);[/code] Is wrong. [/quote] What is wron...