Search:

Type: Posts; User: gunne

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,401

    allocate mem for a multi-dimensional array?

    How do I allocate memory for a two-dimensional array?



    double* array;

    array = new double[10][3];


    does not work...
  2. Replies
    13
    Views
    2,947

    Linux on a 486 laptop?

    I'm a newbee to Linux so bare with me...

    laptop: 486, 12M, 400M.


    The things I need are debian potato, Xfree86, and a GUI wich doesn't use too much memory. (blackbox? fluxbox?)

    more?
  3. Replies
    1
    Views
    4,993

    need help with TGA writer.

    I'm working on a TGA writer for a ray-tracer, but I can't get it to work. Can anyone see what is wrong with it?



    #include <fstream.h>
    #include <iostream.h>

    typedef unsigned char UCHAR;...
Results 1 to 3 of 3