How to Design C++ and java programs | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to Design C++ and java programs

I made programs with java and c++ and I want do design them how to do it

28th Feb 2018, 5:21 PM
Mark
5 Answers
+ 2
If you mean that you want to make GUI (Graphical User Interface), you need to learn how to use some kind of framework like JavaFX for Java and Qt for C++.
28th Feb 2018, 6:11 PM
Tanasis
Tanasis - avatar
+ 1
@Mark - I guess that you want to create window based applications instead of using the terminal/console. If that's the case my previous answer holds. You need to use a GUI framework. @Jusuf Qt is written in C++ and is a cross-platform framework, meaning that it can be used for many operating systems, one of which is Android. I don't know if it has been implemented in Android Studio, but this doesn't mean that it can't be used independently. Search the web, you can find a lot of information on the subject.
28th Feb 2018, 8:34 PM
Tanasis
Tanasis - avatar
0
i want to design apps on computer like adding colors background
28th Feb 2018, 6:34 PM
Mark
0
@Papanikitas qt must also be used for Android studio how to program with c ++?
28th Feb 2018, 8:01 PM
Jusuf Hasic
Jusuf Hasic - avatar
0
Thanks 👍
28th Feb 2018, 9:24 PM
Jusuf Hasic
Jusuf Hasic - avatar