Search:

Type: Posts; User: nano_nasa

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    4,786

    I’m actually working in OSX, but I’m trying to...

    I’m actually working in OSX, but I’m trying to develop across platforms. I was looking for information on opening multiple graphics windows that is general to C++ and not specific to windows, mac,...
  2. Replies
    1
    Views
    4,786

    draw a scatter plot?

    I am interested in writing a program that draws several scatter plots, (x vs. y with the axis etc.) I already have the program written to generate the data in arrays lets call them x1[], y1[], y2[]....
  3. Re: mea culpa

    I am worried about the same thing. Eventually I'm going to need 16 of these 2D arrays and my stack would be way too overloaded. Setting these declarations into the global moves everything to the...
  4. Thanks for the suggestions everyone. I had tried...

    Thanks for the suggestions everyone. I had tried declaring the variables as static before and was still running out of memory. Once I found the target settings in the compiler I was able to change...
  5. memory allocation problem with 2 dimensional array

    I need to define two very large 2 dimensional arrays. The following statement compiles fine, but it seems to kill my system when it is run.

    short retr[256][512],appr[256][512];

    I've compiled...
Results 1 to 5 of 5