As i am comiing from Delphi to C++ i am testing the
most of the known packages related to C++ such as
RAD XE7, Visual Studio 2013, Code::Blocks, Dev-Cpp
hopping to find the most convinient programming IDE
to my expectations before i conclude to the assembly
programming that lucks of an automate visuall editor
such Visual Studio or XE7 C++ Builder for example.
Even if i conclude to assembly i have to be able to read
and understand all the rellated documendation that comes
for the processors as all examples are written bassically in
C# including C++ and some traces of Assembly.
For my testings till now:
What was impressed me was the size of the independent
Release executable that is not justify 1.5 or 3.9 Megabytes
in size with just a Form, a RichEdit, 2 Buttons and two lines
in the RichEdit1, that outputs a Unicode text with 16 letters
and a Unicode char in Greek.
As Delphi is so close to C/C#/C++ i am looking forward to
hear any of your suggestions/opinions that may guide me
to the most propper C programming enviroment that will
offer to me a true size of my code as a finall and totaly
independent executable programm that will run in any of
windows version without the need of an external .NET
version or a *.bpl or *.dll file.