Search:

Type: Posts; User: boatsun

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,085

    Found the problem

    Thanks for all the help you guys gave me. It looks like I FUBARed my compiler. That's what I get for trying to upgrade my compiler using Bearshare :)
  2. Replies
    6
    Views
    1,085

    I meant linking error

    Thanks for replying to my post. I am using MS Visual C++ and although it compiles, I get a linking error. Here is what I get:

    Compiling...
    Skipping... (no relevant changes detected)
    Assignment...
  3. Replies
    6
    Views
    1,085

    Linking error I don't understand

    I am working on a program for a class, it compiles but when I try and run it it gives me a compile error. Anybody know what I am doing wrong. By the way, I haven't yet put in the fuction call to...
  4. Replies
    5
    Views
    1,479

    The Structure

    I didn't copy and paste the structure so here is what I have

    struct Record
    {
    char Name[30];
    int Grade[2][3];
    }Student[30]
Results 1 to 4 of 4