how to create c++ programs without the requirement of .net framework to run (like ccleaner and utorrent) -


I was wondering how programs like Scelleran and Utoran were done? AFAIK has been written in C ++ but they run without the need for a net framework and apparently also run on Windows 98. How can this be done? Visual C ++ requires the .Net Framework to be installed to run a binary file.

While the free infrastructure is free, this can be a hassle and possibly it will close many users because setup is 20 MB and installs many files / registry entries.

No,

visual c ++ is required Doesn't happen like this. In fact, the C ++ and .NET frameworks are highly unrelated. If you have been written in C ++ / CLI, which is far from regular C ++, then you only need the .NET framework.

If you develop an application in standard C ++, then you do not need the .NET framework. , Only runtime with your toolchain (Visual C ++, Mingav, whatever) has been sent. In some cases you can also link the runtime permanently, so you do not even need to distribute DLL etc.

To create a GUI in regular C ++, there are toolkit Microsoft offers the bare Windows API, MFC, and like third-party products or


Comments