which is better? c++ or c++.net ?
This is a discussion on c++ OR c++.net within the C++ Programming forums, part of the General Programming Boards category; which is better? c++ or c++.net ?...
which is better? c++ or c++.net ?
Better?
C++ is a general-purpose language.
C++.Net (actually C++/CLI) is, in its origins, a glue language between native and .Net code.
Use whichever is appropriate for your purpose.
All the buzzt!
CornedBee
"There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
- Flon's Law