Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

best place to learn c++

  • 26-10-2012 9:00pm
    #1
    Registered Users, Registered Users 2 Posts: 218 ✭✭


    hi folks,could anyone recommend a course provider in the midwest region for learning c++??i would also consider an online course but something with an award/cert would be better imo.bearing in mind i have no previous experience of programming,however i need same for a job that i have a very good chance of getting,any ideas??


Comments

  • Registered Users, Registered Users 2 Posts: 3,945 ✭✭✭Anima


    bearing in mind i have no previous experience of programming[/QyUOTE]

    I would say forget C++ then. It's a difficult language for most programmers. You really need to know what you are doing to get anywhere with it.

    It's not really comparable to Java or C# programming.


  • Registered Users, Registered Users 2 Posts: 218 ✭✭daludo


    what would be a good language to start with??


  • Registered Users, Registered Users 2 Posts: 7,516 ✭✭✭BrokenArrows


    daludo wrote: »
    what would be a good language to start with??

    C#, Java, Vb.net

    As previously mentioned c++ is a nightmare compared to the above.

    What sort of development are you looking to get involved in? Web based, pc applications, mobile apps?


  • Registered Users, Registered Users 2 Posts: 218 ✭✭daludo


    to be honest the job im a shoe in for is more engineering/manufacturing orientated and c++ is the language used there.i really just need to understand the basics as its not the most vital part of the job.


  • Registered Users, Registered Users 2 Posts: 898 ✭✭✭OREGATO


    daludo wrote: »
    to be honest the job im a shoe in for is more engineering/manufacturing orientated and c++ is the language used there.i really just need to understand the basics as its not the most vital part of the job.


    Best bet ,maybe to do some online tutorials to learn the basics and see how you get on from there.

    Plenty of tutorials to choose from, Google will be your friend.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 68 ✭✭mobyfitz20


    http://thenewboston.org/

    very good. i used it for college last year and it was very helpful


  • Registered Users, Registered Users 2 Posts: 92 ✭✭jgh_


    http://www.amazon.com/dp/0201700735/

    It will give you a good introduction to C++ and is written by Bjarne Stroustrup, the language's creator.

    C++ isn't that scary, at least if you're avoiding templates. You just have to be aware of things you allocate and how pointers work. Don't let the above posts frighten you :)


  • Closed Accounts Posts: 2,267 ✭✭✭h57xiucj2z946q


    C++ was the first language taught to me in 2 different colleges. IMO I think its more important to learn basics in c/c++ first before learning higher level languages like c#/java and the even higher level scripting languages like perl/python/ruby as it teaches you the fundamentals of programming at a closer level to the OS and even the hardware it runs on. Alot of higher level languages will automatically do things for you, in c, you will learn why these things need to be done, in other languages they will be transparent to you.

    In higher level languages, either their VM or interpreter are wrote in c/c++ at the end of the day.

    http://stackoverflow.com/questions/143820/i-can-learn-either-c-or-java-which-one-should-i-choose-first-should-i-take-the


Advertisement