Can someone explain how this program works?You should use the code tags to post code, so it's formatted and easily readable. int divide = nu...
a question[code] while (a!=5) { cout<<"the number is not 5"; } [/code] if a != 5 it will loop foreve...
Creating a loop for Two player gameJust a thought, but a circularly linked list might work well here: http://en.wikipedia.org/wiki/Link...
Spelling checker...I might start by solving the 'exact match' case first. That seems pretty easy and should get you goi...
how do i create a binary float?Haha.. that's a good one.
This user does not accept Private Messages