help with functionsyour if statements are buggy also. you used it correctly in your main function [code]if (chips_in_p...
help with functionsyour functions prototypes aren't formatted correctly. [code] int init_game; int ask_move; bool...
Need help with loopswhat can't you figure out? [code]char repeat = 'y'; while( repeat == 'y' || repeat == 'y' ) [/c...
coding in linuxanyone out there coding in Linux? what editor do you use or recommend? im new to linux and i love it...
preincrement operator problemyou can't decrement a variable by another during initialization.. and if you can you shouldn't. that...
This user does not accept Private Messages