please how can i create applications and what programming language is most suitable | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

please how can i create applications and what programming language is most suitable

20th Oct 2017, 9:07 PM
Atinse Eromo
Atinse Eromo - avatar
9 Respostas
+ 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...
21st Oct 2017, 2:18 AM
Manual
Manual - avatar
+ 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.
20th Oct 2017, 9:19 PM
Christian Barraza
Christian Barraza - avatar
+ 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.
20th Oct 2017, 9:26 PM
Christian Barraza
Christian Barraza - avatar
0
What kind of applications? Applications for Windows? Linux? iOS? Android? Depending on your target platform, some languages may be more useful than others.
20th Oct 2017, 9:10 PM
Christian Barraza
Christian Barraza - avatar
0
applications for windows
20th Oct 2017, 9:11 PM
Atinse Eromo
Atinse Eromo - avatar
0
thanks sir...would love to ask briefly what is the usefulness of c++ and can it be used for applications development
20th Oct 2017, 9:21 PM
Atinse Eromo
Atinse Eromo - avatar
0
sir what IDE is best fo c++
20th Oct 2017, 9:29 PM
Atinse Eromo
Atinse Eromo - avatar
0
Should be Visual Studio still.
20th Oct 2017, 10:25 PM
Christian Barraza
Christian Barraza - avatar