Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: C++ tutorials and forums

  1. #1
    Forum Squatter newbie's Avatar
    Join Date
    Nov 2010
    Location
    North Wales
    Posts
    661
    My Mood
    Stressed
    Thanks
    28
    Thanked 115 Times in 106 Posts
    Blog Entries
    1

    Default C++ tutorials and forums

    Hey! After taking a sneak peak at the module descriptor for a Rendering module I'll be taking this coming semester, I realised It will consist of learning a new language (bore -_-).

    As the title says, that language will be C++ and I was just wondering if people who have already undertaken C++ in the past, to use their experience and point me in the direction of good, consistent C++ tutorials, as well as a good C++ forum of this forums standards.

    Many thanks
    -Newbie
    Please use [highlight=Java]//code goes here...[/highlight] tags when posting your code


  2. #2
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: C++ tutorials and forums

    If you're using Microsoft VC++ (Visual C++), I would recommend taking a look at their MSDN online documentation. It's not that well organized or easy to understand, but it's probably the most reliable source for information on anything related to code built in visual studio.

    Otherwise, cplusplus.com - The C++ Resources Network is a great resource for tutorials and "standard" c++ library documentation. They also have a fairly helpful forum, though I usually use Stack Overflow (The whole Stack Exchange network of site is a great place to get almost anything answered, including anything to deal with computers, math, english, cooking, gaming, etc.).

  3. The Following User Says Thank You to helloworld922 For This Useful Post:

    newbie (September 21st, 2011)

  4. #3
    Forum Squatter newbie's Avatar
    Join Date
    Nov 2010
    Location
    North Wales
    Posts
    661
    My Mood
    Stressed
    Thanks
    28
    Thanked 115 Times in 106 Posts
    Blog Entries
    1

    Default Re: C++ tutorials and forums

    Hey helloworld, thanks a ton for those links.

    It says the software we will be using is 'DevC++ with OpenGL pre installed'. So I assume as It's just a normal IDE, It won't be VC++.
    Will give them a shot and hopefully alleviate a % of the learning process from when the module starts.
    Please use [highlight=Java]//code goes here...[/highlight] tags when posting your code

Similar Threads

  1. Java Tutorials and Help
    By theitranger in forum The Cafe
    Replies: 4
    Last Post: March 31st, 2011, 05:24 PM
  2. Basic Java Tutorials
    By uimbibe in forum The Cafe
    Replies: 0
    Last Post: January 26th, 2011, 12:55 PM
  3. Hey Forums
    By Cuju in forum Member Introductions
    Replies: 1
    Last Post: March 1st, 2010, 03:03 AM