Login Register






C++ filter_list
Author
Message
C++ #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?

Reply

RE: C++ #2
http://www.stroustrup.com/applications.html is a list of applications which utilize c++. It is used quite frequently when performance is imperative.

Reply

RE: C++ #3
(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:
  • Operating Systems (Windows, Linux)
  • Web browsers
  • Games & Game Engines
  • Servers

C is like the godfather of modern, powerful languages. (atleast in my opinion)

[+] 1 user Likes m0dem's post
Reply

RE: C++ #4
(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)

Say no more.

Well said, I have nothing to add.
[Image: AD83g1A.png]

[+] 1 user Likes mothered's post
Reply

RE: C++ #5
Anyone got any suggestions on the best place to learn some C++? Smile
[Image: 9JVyFsC.png]
Sig by @Symadox

XMPP: Mi5@DukGo.com

Reply

RE: C++ #6
(12-07-2015, 01:35 PM)Megan Wrote: Anyone got any suggestions on the best place to learn some C++? Smile

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.
141592653589793238462643383279502884197169399375105820974944592307816406286208998628034825342117067982148086513282306647093844609550582231725359408128481117450284102701938521105559644622

Reply

RE: C++ #7
(12-07-2015, 01:35 PM)Megan Wrote: Anyone got any suggestions on the best place to learn some C++? Smile

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++!

Reply

RE: C++ #8
Really good information, I only seen the programs run in command prompt. I thought everyone moved on to GUI.

Reply

RE: C++ #9
(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?
141592653589793238462643383279502884197169399375105820974944592307816406286208998628034825342117067982148086513282306647093844609550582231725359408128481117450284102701938521105559644622

Reply