User: rossipoo

  • Public profile

User profile: rossipoo

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

Graphics How?
I would look into programming games for DOS. Windows (and any other advanced operating system), does...

stopping functions with if, else if and else
If you want to return from a void function, simple use return; with nothing else. [code] void f ...

Linking errors
The prototype and implementation don't match: [code] void permutation (int readInt[], const int in...

Hiding Console Window In Runtime
I think you could just create a new WIN32 project (I assume you are using VC), and then remove the d...

function style initializer
It looks like it's because the return type does not match, double in the prototype void in the imple...

This user does not accept Private Messages