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 elseIf you want to return from a void function, simple use return; with nothing else. [code] void f ...
Linking errorsThe prototype and implementation don't match: [code] void permutation (int readInt[], const int in...
Hiding Console Window In RuntimeI think you could just create a new WIN32 project (I assume you are using VC), and then remove the d...
function style initializerIt 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