CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Hello there

  1. #1
    Join Date
    Dec 2013
    Posts
    0

    Hello there

    I would like to make an introduction to the site. My name is Kody and im 18. I am currently the head admin on a gaming site that also runs off vBulletin such as this. so im pretty decent at php but not really. ive done a lot of looking around and there is just so much info on this site im not sure where to start. We are looking towards a new site for growth reasons, and would like to gain some knowledge in the basic c++ and java script. From your guy's opinion how is the easiest way to start? Is their a certain tutorial program or books or what? your input is very much appreciated. Thank you.

  2. #2
    2kaud's Avatar
    2kaud is offline Super Moderator Power Poster
    Join Date
    Dec 2012
    Location
    England
    Posts
    7,822

    Re: Hello there

    Hi and welcome.

    For c++, I would suggest

    Beginning c++ Through Game Programming
    http://www.amazon.co.uk/Beginning-C-...s=c%2B%2B+game

    Computer Graphics
    http://www.amazon.co.uk/Computer-Gra...s=c%2B%2B+game

    Getting started with c++ audio programming
    http://www.amazon.co.uk/Getting-Star...s=c%2B%2B+game

    Directx 11.1 Game programming
    http://www.amazon.co.uk/DirectX-11-1...s=c%2B%2B+game

    Starting out with games and graphics in c++
    http://www.amazon.co.uk/Starting-Out...s=c%2B%2B+game

    For what platform(s) are you intending to develop? Whilst c++ is pretty much standard across the platforms, there can be some differences in graphics etc between them (graphics are not yet part of the c++ standard but are done via additional libraries and frameworks).
    All advice is offered in good faith only. All my code is tested (unless stated explicitly otherwise) with the latest version of Microsoft Visual Studio (using the supported features of the latest standard) and is offered as examples only - not as production quality. I cannot offer advice regarding any other c/c++ compiler/IDE or incompatibilities with VS. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/ and can be used without reference or acknowledgement. Also note that I only provide advice and guidance via the forums - and not via private messages!

    C++23 Compiler: Microsoft VS2022 (17.6.5)

  3. #3
    Join Date
    Dec 2013
    Posts
    0

    Re: Hello there

    Thank you kind sir. And ya basically all we will be working with is c++ and java. Might as well get those down before i go more into depth with anything else.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured