Search:

Type: Posts; User: laserlight

Search: Search took 0.13 seconds.

  1. Replies
    11
    Views
    6,424

    Hmm... I cannot replicate your error. However, my...

    Hmm... I cannot replicate your error. However, my compiler does complain about this line:

    float Speed[];
    Did you forget to specify the size of the array?
  2. Replies
    11
    Views
    6,424

    Post the smallest and simplest program that you...

    Post the smallest and simplest program that you expect will compile but which demonstrates the error. At the moment, I could ask if say, you placed the prototype in the wrong place, but having to...
  3. Replies
    11
    Views
    6,424

    Is your program in just one source file? If not,...

    Is your program in just one source file? If not, the problem is probably that you did not compile and link all your source files, e.g., because you forgot to include them when running the compiler,...
Results 1 to 3 of 3