![]() |
|
C++ - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Computers (https://sinister.li/Forum-Computers) +--- Forum: Software & Programs (https://sinister.li/Forum-Software-Programs) +--- Thread: C++ (/Thread-C--62201) |
C++ - BlueJay - 08-18-2015 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? RE: C++ - RuinaImperii - 12-06-2015 http://www.stroustrup.com/applications.html is a list of applications which utilize c++. It is used quite frequently when performance is imperative. RE: C++ - m0dem - 12-06-2015 (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? 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:
C is like the godfather of modern, powerful languages. (atleast in my opinion) RE: C++ - mothered - 12-06-2015 (12-06-2015, 04:03 AM)m0dem Wrote: Where does C++ "come into play"? Hmm... Say no more. Well said, I have nothing to add. RE: C++ - Megan - 12-07-2015 Anyone got any suggestions on the best place to learn some C++?
RE: C++ - Iron Lady - 12-08-2015 (12-07-2015, 01:35 PM)Megan Wrote: Anyone got any suggestions on the best place to learn some C++? Doesn't really matter where you learn it from as long as it teaches it properly. If you are into books, C++ Primer or C++ The language from the author of the language Bjarne Stroustrup is a great source to learn from. Additional Resources: C++ Programming Learn CPP C++ Tutorial Just focus on the basics. Learn the core concepts thoroughly and then start working on projects. Use Google and stackoverflow to get answers to your questions or problems you are having with your program. RE: C++ - m0dem - 12-08-2015 (12-07-2015, 01:35 PM)Megan Wrote: Anyone got any suggestions on the best place to learn some C++? Really anything will help. I liked http://www.cprogramming.com/. BTW: If you need any help, I'd be happy to help you with learning C++! RE: C++ - BlueJay - 12-16-2015 Really good information, I only seen the programs run in command prompt. I thought everyone moved on to GUI. RE: C++ - Iron Lady - 12-19-2015 (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. Errr what? |