Search:

Type: Posts; User: ./fsck

Search: Search took 0.00 seconds.

  1. Replies
    41
    Views
    9,375

    thats because your printf statement is within...

    thats because your printf statement is within your while loop this time so it will print each time it goes through the while loop instead of waiting for EOF. In this case when you supply EOF the...
  2. Replies
    70
    Views
    14,545

    Its because using pointers you can modify the...

    Its because using pointers you can modify the original variable from directly within a function instead of copying the variables over, then manipulating the data and finally returning the data back...
  3. Thread: Program help

    by ./fsck
    Replies
    4
    Views
    1,207

    Just so you know, I am an utter noob when it...

    Just so you know, I am an utter noob when it comes to programming (only recently started programming again after a 4 year break since college)so I know my advice is probably not great and my coding...
  4. And if you want to completely close the...

    And if you want to completely close the application then the following does the job:


    Application.Exit();
  5. Replies
    3
    Views
    1,244

    Sorry about that, I just re-read it and your...

    Sorry about that, I just re-read it and your right, that was a terrible first post from me. Anyway, thanks for taking the time to try to decypher it, you did a pretty good job by all accounts and it...
  6. Replies
    3
    Views
    1,244

    to use or not to use... (a separate class)

    I am wondering into the vast realms of learning to program... or at least trying to anyway. Actually I did a little way back when I was a student but most of the stuff I learnt each day... was drunk...
Results 1 to 6 of 6