Search:

Type: Posts; User: mkorolen

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,595

    thanks for the help guys, I actually figured it...

    thanks for the help guys, I actually figured it out before coming back here. I also should have said that I was to do it recursively only, hence making a little more sence to my above madness. I did...
  2. Replies
    5
    Views
    1,595

    2D array passing to function

    well here's the call

    rec_function(matrix_a, matrix_b, multiply, user);

    /* that's 3 already initialized matrix's, plus the size (square) */


    /*and here's the function*/

    int...
  3. Replies
    4
    Views
    1,215

    Thank you much klausi, I've got something I can...

    Thank you much klausi, I've got something I can use now.

    Your right about not understanding functions enough, I'll do a bit more research next time;)

    ~mike~
  4. Replies
    4
    Views
    1,215

    This is what's coming out... @n=0 ->0...

    This is what's coming out...

    @n=0 ->0
    @n=32 ->20000
    @n=128 ->1040000

    Are these values representing CPU ticks or do they have actual value when it comes to time....

    eg. @n=32...
  5. Replies
    4
    Views
    1,215

    timing your code

    Is there a way to time your code

    eg..

    main()
    {

    starttime();

    do some stuff.....
Results 1 to 5 of 5