View Single Post
  #2 (permalink)  
Old November 9th, 2007, 10:42 PM
Dave Doknjas Dave Doknjas is offline
Authorized User
 
Join Date: Jul 2003
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Default

You can have non-.net C++ code in a mixed mode C++/CLI project.
i.e., you can have non-CLI classes and even within CLI classes, you can still use most standard pointer-based C++ code and use the standard libraries.


Reply With Quote