User profile: smokefin

User info
User name:smokefin
History
Joined:
Number of posts:2
Latest posts:

How to return a loop from a function.
#include <iostream> using std::cout; using std::cin; using std::endl; class CPlayerStats { pub...

How to return a loop from a function.
Hello I have this code: [code]#include <iostream> using std::cout; using std::cin; us...