Search:

Type: Posts; User: MartaC

Search: Search took 0.01 seconds.

  1. Replies
    15
    Views
    2,628

    As far as I know in C you cannot create an array...

    As far as I know in C you cannot create an array of a lenght an integer read either on a file or introduced by the user, so the instruction


    int key[n];

    should give you compilation problems....
  2. Replies
    2
    Views
    5,771

    Thanks for the tip on the code editing (bad usage...

    Thanks for the tip on the code editing (bad usage due to latex habits )

    As for the question if I only write fopen ("namefile"."w") it does not create any file anywhere. Since I am programming in...
  3. Replies
    2
    Views
    5,771

    Addressing a file path in C

    Hello. I have recently moved from programming in C in Windows (Using Visual Studio) to programming C in a Mac (using Xcode). I am still learning to master Xcode, but one of the first problems I...
Results 1 to 3 of 3