+ 2
C++ can?
6 ответов
+ 13
C++ can
Develop Graphical related application like computer and mobile games.
Evaluate any kind of mathematical equation use C++ language.
C++ Language are also used for design OS. Like window xp.
Google also use C++ for IndexingFew parts of apple OS X are written in C++ programming language.
Internet browser Firefox are written in C++ programming languageAll major applications of adobe systems are developed in C++ programming language.Like Photoshop, ImageReady, Illustrator and Adobe Premier.
Some of the Google applications are also written in C++, including Google file system and Google Chromium.
C++ are used for design database like MySQL.
+ 9
@William Salunson Galas you're welcome
+ 5
@WilliamSalunsonGalas Although you can use C++ For mobile apps, for Android devices I advise to stick with Java and Google Android Studio as IDE. Android studio has full set of basic controls of an android app, like buttons, menus, checkboxes, etc like controls you see in sololoearn app and they have acceptable beauty but in most cases it's native Android appearance. Google publish a design concept called Material Design, you can read about it and give some ideas. Also you can use many graphics and icons available in the Material Design web page to give your app a better look. For some apps like games, in many cases you need a game engine or a propper platform that making menus or buttons, etc in this case is a bit different. For instance Unity and UnrealEngine are engines which are used in so many mobile games.
+ 2
@#00FF0 What is requirements to make your mobile apps with a good graphics
+ 2
@developer thanks