0
please how can i create applications and what programming language is most suitable
9 ответов
+ 2
Well there was a free ebook available from
https://www.packtpub.com/packt/offers/free-learning
on windows programming you may have missed it...
+ 1
I'd recommend learning C# (which can be done on SoloLearn), and then searching for other tutorials to XAML (not taught on SoloLearn. Basically the language used to create the UI (user interface) of an application in Windows), and Visual Studio (the popular IDE (a program that helps you keep track of your code and files, also not taught on SoloLearn) used for developing Windows applications.
+ 1
C++ is an older programming language than C#. You could also use it to make Windows applications. However, it is a bit more difficult to learn, not only because it's older, but because C++ gives you much more direct control over the memory of a system as opposed to other higher level languages on C#. This makes C++ particularly more appealing for building games, where memory management becomes extremely important (though there are other reasons to want to have the kind of control). C# was meant to be a little more user friendly, and was created in response to the Java programming language.
0
What kind of applications? Applications for Windows? Linux? iOS? Android? Depending on your target platform, some languages may be more useful than others.
0
applications for windows
0
thanks sir...would love to ask briefly what is the usefulness of c++ and can it be used for applications development
0
sir what IDE is best fo c++
0
Should be Visual Studio still.