+ 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
5 Respostas
+ 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++.
+ 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.
0
i want to design apps on computer like adding colors background
0
@Papanikitas qt must also be used for Android studio how to program with c ++?
0
Thanks 👍