Search:

Type: Posts; User: Leiken

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,651

    Includes in header files?

    I was just wondering what the differencs between putting includes in the header and putting it in the source file, and when you should use what because it seems that people in general uses both.

    ...
  2. Replies
    5
    Views
    1,753

    Thanks

    Thanks loads guys! I'm happy now.. :)
  3. Replies
    5
    Views
    1,753

    Memory allocation

    I'm just wondering if it's possible to allocate a matrix with the "new" command in any way like this:

    matrix=new float [size][size];

    I've tried most things, and can't find it anywhere on the...
Results 1 to 3 of 3