Search:

Type: Posts; User: Robn

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,419

    Easy ? everybody i know thinks FindNextFile() is...

    Easy ? everybody i know thinks FindNextFile() is a b*tch to use.

    Id use the read in the text file method especially if you want to do it with other programs.

    Actually that tutorial looks good.
  2. Replies
    10
    Views
    1,161

    Why dont you just use a multi dimensional array ?

    Why dont you just use a multi dimensional array ?
  3. Replies
    4
    Views
    987

    Include the windows.h header and do it in strait...

    Include the windows.h header and do it in strait windows api :)

    http://www.winprog.org/tutorial/

    Theres also a popular class they use cant remember the name oh yea MFC.
  4. Thread: substrings

    by Robn
    Replies
    30
    Views
    4,642

    Main has to return due to compatibility issues....

    Main has to return due to compatibility issues. E.G so external programs can check if it exited successfully or not.

    Also gets() is unsafe because it can be used to cause a buffer overflow.

    Id...
Results 1 to 4 of 4