User: MintDropz

  • Public profile

User profile: MintDropz

User info
User name:MintDropz
History
Joined:
Number of posts:23
Latest posts:

help with functions
your if statements are buggy also. you used it correctly in your main function [code]if (chips_in_p...

help with functions
your functions prototypes aren't formatted correctly. [code] int init_game; int ask_move; bool...

Need help with loops
what can't you figure out? [code]char repeat = 'y'; while( repeat == 'y' || repeat == 'y' ) [/c...

coding in linux
anyone out there coding in Linux? what editor do you use or recommend? im new to linux and i love it...

preincrement operator problem
you can't decrement a variable by another during initialization.. and if you can you shouldn't. that...

This user does not accept Private Messages