Search:

Type: Posts; User: Dane

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,624

    Thanks for quick responses. This is a little odd...

    Thanks for quick responses. This is a little odd to me.
    My program works fine when I call it via a Matrix * directly, but it crashes when I go via Model *.
    I have been using C for years for math...
  2. Replies
    5
    Views
    1,624

    Trouble with strucutures and pointers

    Dear all,

    I have two structures like this:



    struct Matrix
    {
    int r;
    int c;
Results 1 to 2 of 2