Search:

Type: Posts; User: Sanglier

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    2,172

    OK, Thanks, I'll try to cut it down to the...

    OK, Thanks, I'll try to cut it down to the essentials tomorrow and post it - it's over 1000 lines in all & I'm sure you don't want to see all that ;)..... I take it this is a bad thing to do then :( ...
  2. Replies
    3
    Views
    2,172

    defining array size at runtime

    Hi, I've read in several places now that you can't define an array size at runtime - you need to use pointers and malloc/free to dynamically allocate arrays. The thing is I found this after I'd...
  3. Replies
    3
    Views
    1,224

    Thanks - bizarre :confused: how are you...

    Thanks - bizarre :confused:
    how are you supposed to write portable code :confused:
    guess I'll start including windows.h
    is it reasonable to check if the directory exists using:

    #include...
  4. Replies
    3
    Views
    1,224

    working with directories

    I need to create, remove and check if a directory exists. It seems that theres no standard/portable way to do this? Is this correct? Are there "recommended" functions, or should I just use system()?...
  5. Replies
    6
    Views
    1,167

    Thanks for taking the time to reply Hammer, I...

    Thanks for taking the time to reply Hammer, I only started learning last week, I've done no programming before & I started with the impression that C is C is C (is a bit of C++).... I'm finding out...
Results 1 to 5 of 5