Search:

Type: Posts; User: siliconbz

Search: Search took 0.01 seconds.

  1. Simple. //start while(this line contains...

    Simple.

    //start
    while(this line contains something)
    do something
    //the loop has finished so the blank line has been found
    while(end of file not reached)
    do something
  2. Replies
    11
    Views
    2,791

    If you're using GCC, try using a long long long ;)

    If you're using GCC, try using a long long long ;)
  3. Replies
    13
    Views
    1,186

    Just get started with GCC. Programming with MSVS...

    Just get started with GCC. Programming with MSVS is a headache. So many buttons and menus. You're learning code, not M$'s interfaces and quirky methods.
  4. Replies
    13
    Views
    1,186

    I recommend that you install Linux/GCC/GDB/Vim as...

    I recommend that you install Linux/GCC/GDB/Vim as soon as you are able. Beats a Windows development environment, hands down.
Results 1 to 4 of 4