Search:

Type: Posts; User: lbyram

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    798

    Parse error help please

    #include <stdio.h>
    #define MAX 25

    int read_array(double ar[], int limit);
    void show_array(const double ar[], int n);
    double mean(const double ar[], int n);
    int main(void)
    {
    double...
  2. Thanks for the heads up on the compiler Salem. As...

    Thanks for the heads up on the compiler Salem. As evidenced by my original post, I am new to this and am using the compiler supplied by my instructor. I will be changing that today!
  3. With the coding tips from Kurz7 and the path tip...

    With the coding tips from Kurz7 and the path tip from Dave, I am happy to say that I now have a functional, albeit ugly, program. I cannot believe the response I received from this post and the speed...
  4. Fixed all the errors pointed out by Kurz, but I...

    Fixed all the errors pointed out by Kurz, but I still get the same error during the build. Any idea what 'Destination string too small' means?
  5. You're right Kurz, I apologize and it is very...

    You're right Kurz, I apologize and it is very hard to read. Once I posted I realized my error. Thank you for your reply though!
  6. Linker Error (Severity 8) when using Miracle C Workbench

    I am a student, but not looking for anyone to re-write code. I just need some direction with this error code.

    My code:


    /* Currency Converter Program */
    /* This program displays 5 currencies...
Results 1 to 6 of 6