How to make app in C++ or Java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

How to make app in C++ or Java

3rd Mar 2021, 3:55 PM
Melekte Petros
Melekte Petros - avatar
6 Answers
+ 4
Search on Google and YouTube
3rd Mar 2021, 4:41 PM
ታዲዎስ
+ 4
K but i d't want tutorial
3rd Mar 2021, 4:44 PM
Melekte Petros
Melekte Petros - avatar
+ 2
To make an app uses different procedures on different platforms. Windows, Mac, Linux, etc. Every platform has some form of compiler that will compile the app from your source code. Compilers, libraries, etc all vary from platform to platform. You need a tutorial to learn how. There is no simple answer. Find a C++ compiler for your platform then learn to use that. In the case of Java, it’s an entirely different answer. Every language and every platform has their own tools and procedures. None are so difficult, but they are all different. Look for a tutorial.
3rd Mar 2021, 5:32 PM
Jerry Hobby
Jerry Hobby - avatar
+ 2
I dunno..
5th Mar 2021, 1:00 PM
Him8=)
Him8=) - avatar
+ 1
Melu You can make but it is not easy you need to do hard work for it to make a app using cpp because cpp is good lanuage for making apps
5th Mar 2021, 3:09 AM
Anurag Kumar
Anurag Kumar - avatar
+ 1
Depends on what `app` you want. For example, if you want GUI app you have to look for Qt/wxwidgets ,for 2D games SFML/SDL2, for 3D OpenGL.
11th Mar 2021, 9:22 PM
Maher Al Dayekh
Maher Al Dayekh - avatar