CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: cpp_only

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    3,892

    Solving Matix in lorg # of var [around 400]

    How about if I just want to solve any size of matrix in C++, is there any code I could just use.
    Since an small part of my program needs to solve lots of equations like :

    b+f+d = 3
    a+b+f+i+h =2...
  2. Replies
    3
    Views
    3,765

    Re: Alocating damanice memory link list .....

    Thanks a lot
    How about if I just want to solve any size of matrix in C++, is there any code I could just use.
    Since an small part of my program needs to solve lots of equations like :

    b+f+d =...
  3. Replies
    3
    Views
    3,765

    Alocating damanice memory link list .....

    hi everyone here is what I am trying to do.
    I am building a link list which the element are [last|element |next];
    which the link list 2 directional [do not worry about it ...]
    any way the issue...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured