User profile: lordmat

User info
User name:lordmat
History
Joined:
Number of posts:30
Latest posts:

catching cheaters on assignments
This is what happens http://www.youtube.com/watch?v=95xC4jkZrCI

Implementation of the proposed data structure
I guess Google translate didn't do a good job =\

What are you using to write your code?
Visual Studio 2010 and QT

Fibonacci Program
To be honest it is kind of pointless to just give you the answer instead I'll try and set you on the...

Whats wrong with my code?
Don't use [code]system("pause")[/code] Instead use [code] cin.get(); std::cin.get();[/code]