A
A
Alexander Shilov2016-03-11 22:42:07
C++ / C#
Alexander Shilov, 2016-03-11 22:42:07

How to work in Visual Studio 2015?

Such a topic. I used to write programs in C ++ in the usual Builder, now I have to switch to VS, because. in all companies they write on it, downloaded VS 2015, console applications are still clear, they are practically the same, but I don’t understand visual (form) applications at all how to work with them, it seems that there is not a C ++ language, but some Chinese characters. Please help, who can already figured out who is what, or tell me something, I will be very glad to any literature, any lessons.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vitaly, 2016-03-11
@Tabbols

As it will not be in the builder;) VCL has long died, like MFC, here you are right that you switched.
VS is just an IDE, rather poor for pluses without any resharpers and plugins there. Incl. write not on VS, but in VS.
For C++, a sane GUI (and not only) framework is Qt. That's what you need to study if you want interfaces (do not forget about QML). I would say that there are simply no alternatives corresponding to the level. The situation is the same in the labor market.
By the way, there is an extension for VS to support Qt. I'm really not sure about extensions for the latest versions (because I don't work under Windows), but you can look at the site.

K
kstyle, 2016-03-11
@kstyle

Zibor's VS 2010 book will do for a start

D
deathor, 2016-03-20
@deamentor

To work with forms in VS, you need to know, in addition to pure C ++, also .NET

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question