what app can one develop using C++?

what app can one develop using C++, I want to be cleared, have heard many jargon about this. can someone put it right.

Anytihng. But you'll have to use different libraries for different purposes.
please I need more detailed explanation. thanks
Let's see. You can make dating apps, you can make games of any scale, you can make just about anything. If you want a more detailed answer, ask a more detailed question.
Do you have any good links that explain and teach about the other libraries? Cause I know there is a Bluetooth library, but I want to know how to use it.
Cause I know there is a Bluetooth library, but I want to know how to use it.


It's not that hard to use google to find information.
http://lmgtfy.com/?q=c%2B%2B+bluetooth+library
Thanks all
suppa,
as others have said, you can do whatever you want with C++, assuming the usage of 3rd party libraries, but always take care about documentation and popularity of these libraries.

some are hard to learn since documentation is scarce while others might be not well maintained, thus probably wasting your time using such libraries.
Thank you for the help as well, I didn't mean to sound lazy and look it up for me. I just wanted to know of any good sites that you have personally explored and found useful. Thank you again for your help =D
suppa,
I have personally explored (and still exploring) following libraries:

for GUI: http://www.gtkmm.org/
for cryptography: https://www.cryptopp.com/
for networking and anything else: http://www.boost.org/
unicode libraries: http://site.icu-project.org/

I also made Visual Studio 2015 projects which can be used to build updated versions of all these libraries without too much overhead here: https://github.com/codekiddy2/Visual-Studio-gtkmm/tree/msvc-140

Documentation is not the best on the planet, but these libraries give me all I need.

I Hope that helps answer your question, other people might recommend you other libraries, it's up to you what you choose.
Topic archived. No new replies allowed.