Objective C to Visual C++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jacky Luk
    New Member
    • Aug 2010
    • 6

    Objective C to Visual C++

    I wonder how to convert the following statement into C++?

    [self setPathAssessme nt:[[[ASISpatialPathA ssessor alloc] initWithMap:map] autorelease]];

    It's in objective C
    Thanks
    Jack
  • newb16
    Contributor
    • Jul 2008
    • 687

    #2
    If it's a part of some framework written in Obj-C, you can't use it in a pure C++ code.

    Comment

    Working...