Using Visual C ++ for C ++ instead of C ++ / CLI

I know how to program in C ++ creating console programs, but now I want to code programs with interfaces for Windows. MS VS 2010 simplifies the process of encoding applications in C ++ Windows using a drag and drop design system. (.net Framework) However, Visual Studio seems to be using C ++ / CLI, which I am not familiar with.

Is there an IDE that uses only C ++? Is there a good IDE with an easy-to-use graphic designer, or can I customize VS 2010 to not use C ++ / CLI?

+1
source share
3 answers

Visual C ++ doesn’t use the C ++ / CLI syntax perfectly, in fact it works even better without it.

" .NET Framework (/clr)" "". "Win32 Application" .

"" , - , .

+8

Qt Creator - IDE Qt? http://www.qt.io/ide/

+1

RAD ++, ++, "CodeGear ++ Builder"

+1

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


All Articles