Is Visual C ++ a good choice for running visual programming?

My friends should create a whitch program containing some forms ... they need to choose between VC ++ and Delphi, but many have said that VC ++ is not a good place to create Winforms applications, is that true?
My friend is a newbie and they only know a few things in C ++ and Delphi, so what's the best choice?

Edit: This is a university program, and C # and other languages ​​are not allowed.

+3
source share
8 answers

I recommend you use Delphi , it is very easy to learn, and you can do amazing things in a short time, incredibly productive, has a very well-developed visual library ( VCL ) and has a very fast compiler that creates stand-alone executable files (no dependencies).

There are many well-known applications in Delphi, such as Skype (Windows client) , Toad , Fl Studio . also has a very active community, there are also thousands of third-party components that you can use in your applications as soon as you start using delphi never comes back.

, , # ++, Delphi, .

+15

, .

  • 1: , : Delphi, .
  • 2: -, , : Delphi! Delphi , #, , , #
  • 3: : ++, Delphi. ++ "" , . , ++, Delphi.

, , " MY software startup", . , Delphi.

+6

Delphi - , , . , Delphi , , , - . Java, #, ++ QT.

+3

# - Winforms.

Delphi (, , ), V++, ( ). .

+2

++ Visual Studio ( , Delphi) Qt.

Qt . API , .

+2

Delphi ++, , , Delphi, WinForms

, ++, , (express edition?), #

# Delphi,

+1

V++ , . Delphi / ( IDE//).

Delphi: , - V++: ,

, , . , , . !

+1

Why not C ++ Builder? Delphi - Pascal.

+1
source

Source: https://habr.com/ru/post/1766162/


All Articles