Search:

Type: Posts; User: Clandestine

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,010

    I declare them with: int x[100000]; int...

    I declare them with:

    int x[100000];
    int temp[100000];


    and later change the size of the arrays in a series of if statements
  2. Replies
    4
    Views
    1,010

    Linking Error while passing arrays

    I haven't done much with passing array's around in C++ in a while and things were going fine until just recently when I started getting the following error:

    1>Sort_Comparison.obj : error LNK2001:...
Results 1 to 2 of 2