Results 1 to 2 of 2

Thread: Where to start

                  
   
  1. #1
    DCEmu Newbie
    Join Date
    Dec 2005
    Posts
    1
    Rep Power
    0

    Default Where to start

    Hey everyone im new to this forum but not to the dc emu site been browsin around it for a while now messin around wit my psp and all this stuff intrests me quite a bit, And ive been wanting to get into making my own programs emulators and such for the psp. Im currently reading kaiser's tutorial and its really good props to him for that, ive also been reading c++ tutorials and any other programming ones but any other information that wuld be good for learning how to program id greatly appreciate thanks-dc

  2. #2
    GP2X Coder/Moderator
    Join Date
    Jan 2006
    Posts
    1,678
    Rep Power
    84

    Default

    If you are just starting out to program, I would learn just straight C rather then C++. C++ throws so much extra at you, it isn't the best language to learn in if you have no object orientated experience.

    Start off with console DOS apps first, learning the use of variables, functions, loops, conditional/switch statements then moving to more advanced material such as macros, standard coding techniques etc, coding patterns.

    After that, you next move will either involve learning SDL/Allegro (or another graphics API) or C++ along with object orientated programming.

    First stop gamedev.net. They should enough links to get you going however nothing beats a good (e)book.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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
  •