C# or C++ or C.net compiler choice
C# or C++ or C.net compiler choice
(OP)
I have currently been starting with a MFC dialog program and I would like to choose a compiler for some motion control and engineering calculations. Can someone provide some helpful ideas on picking the correct compiler. I have programmed only one simple program in Visual C++.
Thanks.
Thanks.





RE: C# or C++ or C.net compiler choice
This leaves you with one thing -- get yourself Microsoft Visual Studio.
RE: C# or C++ or C.net compiler choice
Anytning with a .NET on the end has similar problems. The new MS Visual C++ .NET compiler puts the main code in the header files!
There are nice new features in the development environment but porting from old applications will be a pain.
RE: C# or C++ or C.net compiler choice
If you are doing GUIs or anything low level, there are lots of components in C/C++ already written for engineering that you can use.
Note that if you are using Windows NT, 2K or XP, low level stuff is very limited.