+ 2
What can I use C++ for?
I managed to join a C++ class but I'm not sure if I need it and i don't want to drop the class because I'm already enrolled. I don't know anything about C++ but i need to know if i can use it in website design and development. can i use it to do anything fun? Ps. i already did html, css, JavaScript, Apache, php and MySQL. (because i want to make a forum website where people can join)
1 Answer
+ 6
Don't drop C++ it's a great language :)
You can use C++ for device driver development advanced engines (audio, image processing), games, telecom, embedded software (for devices) and many more!
Personally, I use C++ to create photoshop plugins, window forms (a type of windows application) and games using Unreal Engine.