Thread
:
Add c++ code to c++.net project
View Single Post
#
2
(
permalink
)
November 9th, 2007, 10:42 PM
Dave Doknjas
Authorized User
Join Date: Jul 2003
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Dave Doknjas
View Public Profile
Find all posts by Dave Doknjas