Support Forums
What are The Benifits of C++? - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Programming with C++ (https://www.supportforums.net/forumdisplay.php?fid=20)
+---- Thread: What are The Benifits of C++? (/showthread.php?tid=19367)

Pages: 1 2 3


RE: What are The Benifits of C++? - BacklTrack - 06-16-2011

(06-16-2011, 01:05 PM)0xE9 Wrote: Yeah it's such a nice language, It's good to see someone who loves C around here. Most of the people I see say they code C++ but are actually coding C and can't tell the difference lol. Probably as when you google "C++ <source_here>" You get a lot of C.
Yeah lol most people I see who are relatively novice don't really touch many libs other than iostream. A lot barely know of templates and all the other stuff C++ has. But it is a pretty big and somewhat confusing language..with ugly syntax.


RE: What are The Benifits of C++? - 0xE9 - 06-16-2011

(06-16-2011, 01:18 PM)BacklTrack Wrote: Yeah lol most people I see who are relatively novice don't really touch many libs other than iostream. A lot barely know of templates and all the other stuff C++ has. But it is a pretty big and somewhat confusing language..with ugly syntax.
Yeah my main problem with it was the syntax. I thought it looked like C after being beaten in the face with a shovel.


RE: What are The Benifits of C++? - codevade - 06-16-2011

I am currently learning c++ with some members of hackforums. We are going through the basics now. But i hope soon i will be able to make useful programs. Smile


RE: What are The Benifits of C++? - LiamLC - 06-16-2011

C++ is a lot harder than VB.net and a lot faster and more powerful. There is much more you can do with C++, however if you just want to make a quick little app you should just use vb imo.

codevade, btw we switched to the IRC just to let you know the details are on skype


RE: What are The Benifits of C++? - Trustable - 06-17-2011

Start with VB, easier syntax.


RE: What are The Benifits of C++? - Mr. House - 06-17-2011

C++ is better for lower-level projects that interact with hardware more closely, or for things that need speed like games.

For simple projects with GUI's , it's usually easier to just make it in Visual Basic or Visual C++ with Windows Forms.


RE: What are The Benifits of C++? - Epicly - 06-17-2011

Well in general, I'm saying it easier to work down.