I want to learn C++

From C++ to PHP, debugging to webhosting; help and discussion about writing your latest program to running your website. NOT for help when your PC won't work.

Announcements Posted on
TSR launches Learn Together! - Our new subscription to help improve your learning 16-05-2013
Sign in to Reply
  1. zed963's Avatar
    • Overlord in Training
    • Posts: 2,134
    I want to learn C++
    Basically I am 15 years old, I know my basic stuff around Computers such as Components, commands such as ipconfig etc. Now the next step I want to like to achieve would be to learn c++ and use it for website developing etc.


    As I am a beginner in c++ I was wondering if you could lead me in the right direction and tell me some stuff about it and how I could learn it etc.
  2. Psyk's Avatar
    • TSR Royalty
    • Location: Leamington Spa
    • Posts: 19,046
    Re: I want to learn C++
    C++ isn't a good choice for website development. If you want to do website development, better to pick a language that was designed for the job like PHP.
  3. jimimick's Avatar
    • Exalted Member
    • Posts: 364
    Re: I want to learn C++
    If you learn C++ you will be pretty much set for life programming wise (don't bother down voting me if you disagree) but like the guy above said, if your main focus is web development you probably want to learn php, javascript, css, http (in reverse order) and then then move on to C# and asp.net if you so desire.
  4. zed963's Avatar
    • Overlord in Training
    • Posts: 2,134
    Re: I want to learn C++
    (Original post by jimimick)
    If you learn C++ you will be pretty much set for life programming wise (don't bother down voting me if you disagree) but like the guy above said, if your main focus is web development you probably want to learn php, javascript, css, http (in reverse order) and then then move on to C# and asp.net if you so desire.
    So lets get started.... err wait a minute how do I start?

    What should I use etc, and btw I'm not very good with dreamweaver so we'll just cut that out of the equation.
  5. ogran's Avatar
    • Junior Member
    • Location: WALES
    • Posts: 27
    Re: I want to learn C++
    I used the following playlists for my learning (Bucky is an awesome teacher);

    If you currently have little knowledge of web design; start with the basics, 'HTML' and CSS, as mentioned above. Here is a playlist which covers those;

    XHTML & CSS Playlist

    The videos cover 'XHTML', but it's basically just a more cleaner version of HTML. Sure, there's the even newer HTML5, but it's probably best to start with the down right basics.
    In a shimmy: HTML will teach you how to show information/content and CSS will allow you to make it look pretty and add more design features to a page.

    When you've learnt the basics of HTML/CSS; it's time to move on to JavaScript; which adds more functionality to web pages: Here

    If you fare well with javascript; then you'll be fine learning PHP: this allows for even more functionality and let's your site work with a database so you can store member data (and much more!). Another playlist here: Clicky
    When you learn JavaScript/PHP, you're pretty much learning some fundamentals of programming; so you will be able to later transition to more complicated programming (C++, Java, Python etc).

    Sorry for the Bucky/Thenewboston love; I've used his tutorials for pretty much everything I've learnt so far and I've quite confident in my Web Development & Programming skills
    Oh, be sure to practise by yourself, frequently if possible; it helps to create the template of a website over and over with so you can learn the sytax (rules) of how to structure the code.

    Hope this helped!

    PS; If it helps, I sucked with Dreamweaver when I first started; Notepad was king for everything; but you'll later find it really helps when it comes to code/syntax assistance; which will honestly save you so much time in the long run: not ending a tag properly or using double quotes where you should be using single quotes etc.
    Last edited by ogran; 13-04-2012 at 15:32.
  6. zed963's Avatar
    • Overlord in Training
    • Posts: 2,134
    Re: I want to learn C++
    (Original post by ogran)
    I used the following playlists for my learning (Bucky is an awesome teacher);

    If you currently have little knowledge of web design; start with the basics, 'HTML' and CSS, as mentioned above. Here is a playlist which covers those;

    XHTML & CSS Playlist

    The videos cover 'XHTML', but it's basically just a more cleaner version of HTML. Sure, there's the even newer HTML5, but it's probably best to start with the down right basics.
    In a shimmy: HTML will teach you how to show information/content and CSS will allow you to make it look pretty and add more design features to a page.

    When you've learnt the basics of HTML/CSS; it's time to move on to JavaScript; which adds more functionality to web pages: Here

    If you fare well with javascript; then you'll be fine learning PHP: this allows for even more functionality and let's your site work with a database so you can store member data (and much more!). Another playlist here: Clicky
    When you learn JavaScript/PHP, you're pretty much learning some fundamentals of programming; so you will be able to later transition to more complicated programming (C++, Java, Python etc).

    Sorry for the Bucky/Thenewboston love; I've used his tutorials for pretty much everything I've learnt so far and I've quite confident in my Web Development & Programming skills
    Oh, be sure to practise by yourself, frequently if possible; it helps to create the template of a website over and over with so you can learn the sytax (rules) of how to structure the code.

    Hope this helped!

    PS; If it helps, I sucked with Dreamweaver when I first started; Notepad was king for everything; but you'll later find it really helps when it comes to code/syntax assistance; which will honestly save you so much time in the long run: not ending a tag properly or using double quotes where you should be using single quotes etc.

    Thanks for replying your post is appreciated.
    So what software should I be using for practising what the tutorials have shown me
  7. ogran's Avatar
    • Junior Member
    • Location: WALES
    • Posts: 27
    Re: I want to learn C++
    (Original post by zed963)
    Thanks for replying your post is appreciated.
    So what software should I be using for practising what the tutorials have shown me
    Notepad++ is a great piece of software to use; provides syntax coloring and it'll be fine for beginner web editing.
    But try and get used to Dreamweaver when you have some spare time: it makes editing files a whole lot easier and when you start moving onto PHP and setting up a local server, it really helps.
  8. Dominic101's Avatar
    • Exalted Member
    • Posts: 330
    Re: I want to learn C++
    don't start with c++
  9. jimimick's Avatar
    • Exalted Member
    • Posts: 364
    Re: I want to learn C++
    (Original post by zed963)
    So lets get started.... err wait a minute how do I start?

    What should I use etc, and btw I'm not very good with dreamweaver so we'll just cut that out of the equation.
    well what did you pick, web development or application programmer. Screw Dreamweaver for anything but large website development.

    edit - didnt fully answer your question

    torrent some ebooks on how to program and read them, use google to help you. Everything you need is online. Try making a few random programs.
    Last edited by jimimick; 14-04-2012 at 01:36.
  10. zed963's Avatar
    • Overlord in Training
    • Posts: 2,134
    Re: I want to learn C++
    (Original post by jimimick)
    well what did you pick, web development or application programmer. Screw Dreamweaver for anything but large website development.

    edit - didnt fully answer your question

    torrent some ebooks on how to program and read them, use google to help you. Everything you need is online. Try making a few random programs.
    I tried making a keygen on microsoft visual basic, but apart from that I don't know much.
Sign in to Reply
Share this discussion:  
Useful resources
Article updates
Moderators

We have a brilliant team of more than 60 volunteers looking after discussions on The Student Room, helping to make it a fun, safe and useful place to hang out.

Reputation gems:
The Reputation gems seen here indicate how well reputed the user is, red gem indicate negative reputation and green indicates a good rep.
Post rating score:
These scores show if a post has been positively or negatively rated by our members.