Support Forums
Jumping into 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: Jumping into C++ ? (/showthread.php?tid=17329)

Pages: 1 2 3 4


RE: Jumping into C++ ? - BacklTrack - 05-29-2011

Answer is, if you want to go for it. C++ is just a lower level programming language( technically it's high level, but in comparison to the other popular languages now a days it's kind of lower level. ), if you think you have the time to learn it. It's not exactly easy to start off in, but its worth it if you can learn it. You may get confused in the beginning by templates, streams, some of it's more abstract OOP concepts, dynamic memory allocation and so on and so forth. Don't expect this to be something you can get good at easily. But luckily C++ is very well documented and has a hell of a community. I don't think you should listen to everyone telling you to jump into .NET before you get into C++, because I think the transition will be tricky and you'll be lacking a lot of the details of C++ that are necessary.

Why not start off with C? It's what C++ is derived from, and its more minimalist which makes learning the language as a whole quite easier. C++ is quite frankly, a huge language. It's not exactly a bad thing -- but could be kind of overwhelming if you catch my drift.

In short, if you think you can learn C++ go for it. You'll have to work hard but once you've got some of it down it'll become easier and worth it. But my personal recommendation is to first learn C and lower level concepts and then move up to whatever you see fit.


RE: Jumping into C++ ? - !LoL - 06-01-2011

I mean general programming like I know how it works and how each language has it's own syntax, I've done some C# and VB6 and a little bit of PHP.



RE: Jumping into C++ ? - LiamLC - 06-17-2011

You should be fine just jumping into C++ at first it may be slower but it will save you time in the long run.

and btw are you baked from HF?


RE: Jumping into C++ ? - Dubstep - 06-18-2011

My first language was Python. I found that to be really easy to learn and very powerful. I started to learn C++ about a month ago and it seems fairly easy to me I think because of python.


RE: Jumping into C++ ? - LiamLC - 06-18-2011

(06-18-2011, 12:31 AM)Dubstep Wrote: My first language was Python. I found that to be really easy to learn and very powerful. I started to learn C++ about a month ago and it seems fairly easy to me I think because of python.

yeah i agree python is a great place to star if you have no experience.


RE: Jumping into C++ ? - Mr. House - 06-22-2011

Any language becomes easier once you know at least one.


RE: Jumping into C++ ? - Bigandrewgold - 06-24-2011

i would recommend you start with a "simplier" language but if you think you could do c++ go for it


RE: Jumping into C++ ? - Slurms Makenzi - 06-24-2011

Personally, i would not jump right into it.

If i was you i would start with C# then C++


RE: Jumping into C++ ? - Black Ghost - 06-29-2011

Java is a good one to learn.
I am also going to learn C++ soon.


RE: Jumping into C++ ? - ily - 06-29-2011

Thats what I am doing. Just going straight into it.