0
OBJECTED-ORIENTED PROGRAMMING
So with C++ as an objected-oriented programming (OOP) language, is it possible to use C++ in writing mobile apps and other complex apps for tablets and even laptops or it's just restricted to robotics the usual C programming language?
4 Answers
+ 10
You can develop ANYTHING with C++.
Application (mobile & Desktop), Robot...name it
+ 3
It's a general purpose language. That says it all.
+ 2
of-course, u can.
windows is written in C/C++.
in some mobile apps such as some games are developed in c++.
+ 2
Anything and everything. C++ is fast and low level and yes you should use classes as they are intended to reuse code and for polymorphic data abstraction.