C++ 08-18-2015, 03:17 PM
#1
So I just started learning C++ and wondering where does it actually come into play. I haven't seen the code used often. Can someone tell what is good for?
| C++ filter_list | |
(08-18-2015, 03:17 PM)BlueJay Wrote: So I just started learning C++ and wondering where does it actually come into play. I haven't seen the code used often. Can someone tell what is good for?
(12-06-2015, 04:03 AM)m0dem Wrote: Where does C++ "come into play"? Hmm...
Basically everything. (if we speak of C++ and C interchangeably; because they are really similar and somewhat interchangeable)
I you name any one application, any program; you'd better be sure C/C++ is down the line.
Here's a list of some of the more prominent ones:
- Operating Systems (Windows, Linux)
- Web browsers
- Games & Game Engines
- Servers
C is like the godfather of modern, powerful languages. (atleast in my opinion)
(12-07-2015, 01:35 PM)Megan Wrote: Anyone got any suggestions on the best place to learn some C++?
(12-07-2015, 01:35 PM)Megan Wrote: Anyone got any suggestions on the best place to learn some C++?
(12-16-2015, 05:33 AM)BlueJay Wrote: Really good information, I only seen the programs run in command prompt. I thought everyone moved on to GUI.