What common application types are created with Visual C++? -


C # and VB Net (high level languages) is good for n-level business applications and so on.

I get C ++ very interesting language and spend more time developing it.

What kinds of applications are better suited for C ++ applications? Do many windows create applications (for example) created using C ++?

C ++ is most suitable for system programming. For example, in addition to creating window services, traditionally there is a language of choice for writing high-performance code such as 3G graphics or scientific applications.

In general, compared to the C ++ framework (MFCs, etc.), the graphical applications are hard to create, modern options such as WPF and Windows Forms.


Comments

Popular posts from this blog

Is there an open source WebSockets (JavaScript) XMPP library? -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

iphone - How do I make a UIPickerView in a UIActionSheet -