User Profile

Collapse

Profile Sidebar

Collapse
scorpion06
scorpion06
Last Activity: Apr 11 '07, 03:10 PM
Joined: Mar 2 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • scorpion06
    started a topic Get Base Class name
    in C

    Get Base Class name

    Hello,
    I would like to know how can i get the name of the base class of my object,
    for example:

    class A{};
    class B: public A {};
    class C{}:public B{};

    C c;

    GetBaseClass(c) ;
    I would like that the fonction return me: C or B or A.
    because my application verify if c has a type of A or B or C else ......
    thanks.
    See more | Go to post

  • scorpion06
    started a topic Help with "CPtrArray"
    in C

    Help with "CPtrArray"

    Hello,
    I want to know how can I rewrite the class "CPtrArray" without MFC.
    only with C++ and API win32.

    thanks
    See more | Go to post

  • scorpion06
    started a topic help with "AfxTermExtensionModule"
    in C

    help with "AfxTermExtensionModule"

    I would like to clean my DLL when one process terminate of using this DLL.
    the problem is that "AfxTermExtensi onModule" is an MFC class and my project is
    created with C++ and API Win32 only.
    I would like to know how can I substitute the class "AfxTermExtensi onModule".
    thanks!!!!!!!!! !!!
    See more | Go to post

  • scorpion06
    started a topic help with CSyncObject
    in C

    help with CSyncObject

    i would like to rewrite the class "CSyncObjet " without using MFC.
    only C++ and API Win32.
    See more | Go to post

  • scorpion06
    started a topic help with "CSyncObjet"
    in C

    help with "CSyncObjet"

    i would like to rewrite the class "CSyncObjet " without using MFC.
    only C++ and API Win32.
    See more | Go to post

  • scorpion06
    started a topic help to "CSingleLock"
    in C

    help to "CSingleLock"

    Hello, i would like to know how can i rewrite the function "CSingleLoc k" without MFC, using only C++ and API Win32.
    thanks
    See more | Go to post

  • scorpion06
    replied to HELP: "CEvent" and "CMap"
    in C
    HELP: "CEvent&qu ot; and "CMap&quot ;

    i want to rewrite "CEvent" and "CMap" with C++.
    i would like to include there class in linux.
    thank you
    See more | Go to post

    Leave a comment:


  • scorpion06
    started a topic HELP: "CEvent" and "CMap"
    in C

    HELP: "CEvent" and "CMap"

    I would like to know how can i change "CMAP" and "CEvent" (class MFC) to an algorithm on C++.
    thank you.
    See more | Go to post

  • scorpion06
    replied to MFC --> C++
    in C
    I would like to know how can i change "CMAP" and "CEvent" (class MFC) to an algorithm on C++.
    thank you.
    See more | Go to post

    Leave a comment:


  • scorpion06
    replied to MFC --> C++
    in C
    I would like to know how can i change "CMAP" and "CEvent" (class MFC) to an algorithm on C++.
    thank you.
    See more | Go to post

    Leave a comment:


  • scorpion06
    started a topic MFC --> C++
    in C

    MFC --> C++

    salut tous le monde, je cherche a savoire comment on peut réecrir la classe "CMap" et "CEvent" de MFC en C++.
    Merci d'avance.
    See more | Go to post
No activity results to display
Show More
Working...