Search Results

Search found 1 results on 1 pages for 'littlesmith'.

Page 1/1 | 1 

  • Root base class in C++

    - by Littlesmith
    Every object in .NET inherits (directly or indirectly) from the common root base "Object". Is there such a common object root in C++? How do I pass any object to a function? public void DoSomeStuff(object o) { ... }

    Read the article

1