what app can one develop using C++?

Dec 6, 2015 at 4:16pm
what app can one develop using C++, I want to be cleared, have heard many jargon about this. can someone put it right.

Dec 6, 2015 at 5:57pm
Anytihng. But you'll have to use different libraries for different purposes.
Dec 6, 2015 at 6:11pm
please I need more detailed explanation. thanks
Dec 6, 2015 at 6:13pm
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.
Dec 6, 2015 at 6:26pm
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.
Dec 6, 2015 at 7:11pm
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
Dec 6, 2015 at 8:02pm
Thanks all
Dec 6, 2015 at 8:02pm
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.
Dec 6, 2015 at 8:56pm
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
Dec 6, 2015 at 10:05pm
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.