Search:

Type: Posts; User: vinod_mrd

Search: Search took 0.00 seconds.

  1. I'll solve this and will be back with my...

    I'll solve this and will be back with my solutions friends. Because Nothing is Impossible in this world.............
  2. So tell me how can I typecast the function return...

    So tell me how can I typecast the function return type from pointer function array at run time ?
  3. Not function pointer. When I need to call a...

    Not function pointer. When I need to call a function from that array first I need to type cast that function to its original return type right.
  4. If I have a Function pointer array of void type...

    If I have a Function pointer array of void type and storing few function with different return type. I dont know which function user is going to call at run time, so I need to code in such a way that...
  5. Nothing common factor in functions. For...

    Nothing common factor in functions. For Example,in Micrsoft Paint brush user will select the circle object and draw it means he can use any object at any time . If in some situation there are 500 of...
  6. how to convert return type of function at run time ?

    But I'm giving option to user that which object and which function to be called at run time. So user will enter only numbers. If He enters 1,1 then it means store object is calling Fn_stor(). So that...
  7. how to convert return type of function at run time ?

    Then how can you call member function without type casting the object ?
    If I wan to call member function of store class then I need store class object right ! so that I need to typecast !!!
  8. I have created Generic class because at run time...

    I have created Generic class because at run time I need to typecast the object. The Generic class inherited all 3 classes so compiler will do typecasting of object to me at...
  9. How to convert return type of function at run time ?

    This code is written for TURBO C++ 3.0 version



    #include<iostream.h>
    #include<stdio.h>
    #include<conio.h>

    #define EVENTS 5
    #define OBJ_FUN 2
  10. how to convert return type of function at run time ?

    Hi friends,
    I have a function pointer array of void type for some functions with different return types, I want to typecast the return type of function at run time. Any one have...
  11. Replies
    4
    Views
    2,895

    when you create header node for doubly linked...

    when you create header node for doubly linked list that time keep counter in header node so whenever you add nodes to list then simply increment counter in header node then that header node...
Results 1 to 11 of 11