Search:

Type: Posts; User: garf13ld

Search: Search took 0.01 seconds.

  1. Replies
    19
    Views
    2,929

    You should find some help here...

    You should find some help here
    http://www.newty.de/fpt/callback.html#member
  2. Replies
    12
    Views
    2,287

    Well the reason I wanted to do something like...

    Well the reason I wanted to do something like this is because I am designing a matrix class and when I do something like



    Matrix jacobian;
    ...
    cout << jacobian;


    I want it to print out
  3. Replies
    19
    Views
    2,929

    boost::bind is the way I use to do it.. sorry...

    boost::bind is the way I use to do it.. sorry dont have time right now.. to post the details. check out the boost documentation. they have explained in detail.
  4. Replies
    12
    Views
    2,287

    I mean, I know as far as the language is...

    I mean, I know as far as the language is concerned its impossible.. But could there be any ugly compiler hack that may allow this..?
  5. Replies
    12
    Views
    2,287

    Object prints out its variable name

    Hi!

    I wanted to do something like




    MyClass var1, var2;

    cout << var1.name() << var2.name() << endl;
Results 1 to 5 of 5