Forum: C Feb 2nd, 2008 |
| Replies: 2 Views: 1,465 How Do You Repeat A Loop Say I have an infinite loop, and I want to start over or terminate depending on what user inputs.
while( 1 ) // start the inifite loop
{
printf( "Enter your number: " ); // prompt
scanf( "%d",... |
Forum: C Oct 21st, 2007 |
| Replies: 7 Views: 1,218 |
Forum: C Oct 21st, 2007 |
| Replies: 7 Views: 1,218 Solution to my lexicographical sorting problem My problem was over here: http://www.daniweb.com/forums/thread93806.html
After many advices, helps, I could eventually solve this problem myself, happy~~:D
All I did was to write a replacement... |
Forum: C Oct 21st, 2007 |
| Replies: 5 Views: 1,734 |
Forum: C Oct 21st, 2007 |
| Replies: 5 Views: 1,734 |
Forum: C Oct 21st, 2007 |
| Replies: 5 Views: 1,734 |