- 3
What's the maximum that I can do with C++?
I'm VERY new in programing, so I don't know that much.
3 Antworten
+ 2
First read about features of cpp language then you will automatically understood what you can do with cpp.
There are several benefits of using C++ for developing applications and many applications product based developed in this language only because of its features and security.
Be it Microsoft Windows or Mac OSX or Linux - all of them are programmed in C++. C/C++ is the backbone of all the well-known operating systems owing to the fact that it is a strongly typed and a fast programming language which makes it an ideal choice for developing an operating system. Moreover, C is quite close to the assembly language which further helps in writing low-level operating system modules.
https://www.google.com/amp/s/hackr.io/blog/features-uses-applications-of-c-plus-plus-language/amp
........ Thankyou.......
+ 2
type "applications of c++" in Google and hit enter.
0
In programming you just don't go with language thinking what maximum I can do with it. You should have specific goal about what you want to develop. Then learn all the skills needed to complete that task.
Coming to answer, C++ can do almost everything things which you can think of.
Thanks for reading!!!