Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: how do you programa DC game in C/C++?

                  
   
  1. #1

    Default how do you programa DC game in C/C++?

    ive got this guide called

    C Primer Plus, Fifth Edition
    By Stephen Prata
    written in 2004 and im just not sure were its all headed. All ive done well was the dos (black board looking screen) and even then it was up for a milisecond if at all so that was deffinently a problem.

    id say im at chapter six but im not sure what im gonna get from this all how am i gonna make the transition from PC to DC? How about lan tutorials? how do i give a game online multiplayer? were do i even start?

    id love to sit down and watch someone show on a video them making the simplest of programs and explaing each step..

  2. #2

    Default

    omg 44 views and no respons?!

    this forum sux $#@! and ur sites a graveyard! ****in bull$#@!

  3. #3
    DCEmu Newbie
    Join Date
    May 2006
    Posts
    13
    Rep Power
    0

    Default whoa

    Sorry dude I don't quite know how to program for the DC yet, but as far as I can tell the reason that you haven't received any responses is because you are asking a little too much. The book you say you are reading sounds kind of week and I think they just want to save you some frustration. Besides from what I can gather so far about how you program on the Dreamcast the simple little video that you are requesting could take upwards of an hour or two to both make and watch. I would say post again with a slightly more focused topic and then see what kind of response you get.

  4. #4
    Sir Digby Chicken Caesar Darksaviour69's Avatar
    Join Date
    Mar 2004
    Location
    Armagh, Ireland
    Age
    42
    Posts
    7,005
    Rep Power
    50

    Default

    Not everyone is a coder! wait a while for a responce, and do not flame!

    44 view is not much some of our topics have e.g. 84,754 views!

  5. #5

    Default

    what the oldest views got that many?

    and i dont think a video would be that troublesome. only stuck up programmers would argue that bull$#@!. i get a response from "the guy" and its probally his 1st and only post...

  6. #6
    Dreamcast User Dull Blade's Avatar
    Join Date
    Dec 2005
    Location
    Canadia
    Posts
    420
    Rep Power
    73

    Default

    I'm going to have to object to your language. you don't have to flame on others, and belittle other who dont post as often. this is only my 52nd post but I've been using home brew since early 2004. I originally didn't use the forms that often. I've been trying to learn how to program games for almost a year, its like trying to learn a forgin language. + if you use the search function of the form, there are quite a few tutorials.

  7. #7

    Default

    im gonna have to object to your objection. there are about 130 ppl that are registered on right now. yet these forums are like a damn graveyard. this is legit frustration so dont apply internet warrior terms to it, "flame". uve been learnin for almost a year? join the club! wqe need a visual course if this community for h-bru is to ever survive without lingering/turmoil. whycant the higher ups just do it?

  8. #8
    Sir Digby Chicken Caesar Darksaviour69's Avatar
    Join Date
    Mar 2004
    Location
    Armagh, Ireland
    Age
    42
    Posts
    7,005
    Rep Power
    50

    Default

    out of those 130 i'm guess 100 don't own a dreamcast (and therefore don't check the dreamcast section of the forum) and i guessing only 5 or so know anything about coding...


    the only thing i can say is try these links
    http://www.dcemu.co.uk/vbulletin/showthread.php?t=2834


    btw flaming the fourm will just make users that can help you not want to reply to your post

  9. #9
    DCEmu Newbie
    Join Date
    May 2006
    Posts
    13
    Rep Power
    0

    Default

    I don't even know if you are still checking this post but I have some more words of wisdom for you.

    If you are truly serious about programming a game for the dc you need to learn more than what you will from a c primer.

    Check the forums for open source emus and apps and spend some time getting acquainted with the system calls they use.

    Know what you are trying to program on. You are going to be trying to write a piece of software for an Hitachi 200mhz SH4 processor, go online and find a manual for this processor that explains what registers it has, how it pipelines and so on.

    Also besides just learning C, delve into assembly and machine language. Both of these extremely low level languages are the basis for everything and are the key to writing efficient code that would process well on the DC or any other small system for that matter.

    a third route to explore is learning what you can about Windows CE, or K.O.S or even versions of Linux that have been compiled for the DC. After that you know what environment you can work with and what kind of system you would be utilizing.

    I still say that the kind of visual tutorial that you propose would take to long to make and would really be very difficult to do effectively. If anything it would have to be a series of videos kind of like a "mister wizard" for the Dreamcast.

    I really did not mean to upset you before but as far as I can tell that’s quite easy to do.

    Good luck and remember to have fun this is supposed to be a hobby, i.e. something you enjoy.

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

    Default

    Quote Originally Posted by ßüboni¢ $oñic
    ive got this guide called

    C Primer Plus, Fifth Edition
    By Stephen Prata
    written in 2004 and im just not sure were its all headed. All ive done well was the dos (black board looking screen) and even then it was up for a milisecond if at all so that was deffinently a problem.

    id say im at chapter six but im not sure what im gonna get from this all how am i gonna make the transition from PC to DC? How about lan tutorials? how do i give a game online multiplayer? were do i even start?

    id love to sit down and watch someone show on a video them making the simplest of programs and explaing each step..
    I am going to give a 'general' answer:
    Currently learning C using which compiler/IDE? The console is going to be your main API till you have learnt the basics, these usually are:

    variables
    if/else statements
    switch statements
    while loops
    for loops
    functions
    return by value
    parameter passing
    pointers

    Once you have learnt all these, then you can move to a graphics API. AFAIK, the dreamcast has SDL libraries so learning SDL on the PC will make it far more easier to port your stuff from PC to Dreamcast/Anything that supports SDL libraries.

Page 1 of 2 12 LastLast

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
  •