In all my classes never taught us how to us C++
I still don't know how to put it to use
My professors taught us how to write it, but now how to use it
every program we wrote would excute some programming by inputing data or outputing data on a black "DOS" looking screen.
1. What are some of the modern day uses of C++?
2. How do you create a real application that is installed on your PC, where a GUI uses C++ to manipulate a Windows Operation System? Or is just for backend use?
3. How can I create an application that is meant to be used in a LAN Environment. Example below (client/server):
End User -> PC Hardware (i.e. Keyboard, Mouse & Monitor) -> GUI -> Processes/Executes C++ Code -> <- Data Transport Median -> Server Stores Data and Executes Code
^^^Hope that made any sense :-|