• Lucid Dreaming - Dream Views




    Results 1 to 25 of 56

    Threaded View

    1. #4
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14
      Either C or C++

      everything is based off of C or C++ to varying degrees
      once you know these, anything else is a cinch to pick up

      Initially, you may be happier with C
      like Basic, it's a procedural language (executes top down, and includes functions and sub-routines)

      C++ is an extension to C, and provides a strong object orientated approach as well as the procedural approach
      OOP (object orientated programming) requires a different mind-set to work in.


      *edit*
      as for tutorials,

      http://www.cprogramming.com/tutorial.html


      *edit 2*
      probably the most difficult concept to get to grips with (coming from Basic), is the separate header files
      make sure you have a good understanding of why & how code is split into header and source files
      and if in doubt, ask
      Last edited by Ynot; 01-23-2008 at 11:47 AM.
      (\_ _/)
      (='.'=)
      (")_(")

    Bookmarks

    Posting Permissions

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