Creating a Skill Calculator for Runescape

Posted by USDblades on Stack Overflow See other posts from Stack Overflow or by USDblades
Published on 2011-01-01T05:42:38Z Indexed on 2011/01/01 5:54 UTC
Read the original article Hit count: 184

Filed under:
|

I am beginning C++. I have a long way to go and I am one to never stop learning. I want to create a project for myself that will allow me to learn as I go. It will also give me the motivation and possibly add to my portfolio when I graduate.

The runescape skill calculator will ask for your current experience in the current skill of your choosing and your desired level.

For Example: my woodcutting experience is 60 and I want to get to lvl 5 which is 120 exp. That means im 60 experience away. by cutting oak logs I get 5 experience per log. The calculator would tell me I need to cut 12 Oak logs. All these numbers are made up.

So to my question. Where would I even begin? Hoping it would have buttons to press.

© Stack Overflow or respective owner

Related posts about c++

Related posts about gui