Home | Forums | What's new | Resources | |
Programming... |
Ammut - Jun 25, 2003 |
1 | 2 | Next> |
mrkotfw | Jun 26, 2003 | ||||
Code:
then you compile www.compilers.net... then if your on windows you will build a Hello.exe, execute it in command prompt-dos and type in HELLO and it will print it.... since C isnt really documented online then buy a book |
AntiPasta | Jun 29, 2003 | |||
Cloud: maybe assembly is something for you. It uses very simple math (i.e. only adding 2 numbers at a time), and all complex equations are broken down into it. I have yet to encounter anyone who started with assembly language, but I think it can be done and it'll sure help you programming the Saturn (you'll need SH2 assembly for that), but if I were you I'd start out with x86 asm. |
IBarracudaI | Jun 29, 2003 | |||
or even better.. z80 assembly If you like maths... z80 is the processor used in the TI graphic calcs.. Then again, you should start with something simple that will teach you some "programming logic". |
slinga | Jun 29, 2003 | |||
IMO, starting with assembly is a terrible idea. Start with C++. And use a proper developer's environment (ie Visual Studio). |
Tindo@heart | Jun 29, 2003 | |||
Has anyone used Python? http://www.python.org/... I've heard it's a good starter language, but it's advanced enough to actually be useful. I haven't even glanced at it to give an opinion. I grew up on BASIC and Qbasic. I started some classes in college and saved my "Windows" class for later in the year because it was stupid. Sure enough the class was teaching things like changing screensavers and formatting floppies . . So I asked the Prof. if I could take an Exempt test. He said he'd get in touch with me, never did, and then gave me my 1 and only F and ruined my >3.6GPA Oh yeah, and the Prof. was only a few years older than me and it was his first class of teaching EVER! . . but yet the school didn't do shit about my F. So I said FUCK OFF and never went back. Funny thing is that I had installed and used every Windows version of the time then. . . 'cept WinCE and Win 1.0 I thought Qbasic was pretty simple to catch on too. I remember a number game I made in QB. You had to guess a number 1-100 and a tone would sound to hint if you were too high or low. The higher the tone, the higher your wrong number was. And vice versa. Qbasic has a great fan and support base to help you along too. I was always amazed at the programs I found that people made from it. Just use the term "qbasic" or "quickbasic" in google and you'll find more than enough. I especially like http://www.qbasic.com/... It has cool sample programs to give you and idea of what QB is capable of, and it has lessons. . . all for free. |
Kidderz | Jun 29, 2003 | |||
I wouldnt mind learning C, whats Code Warrior? My mate uses it, I have the CDs somewhere |
Tindo@heart | Jun 29, 2003 | |||
What software is required to learn and use these languages? And is there a free download anywhere? or a trial? or what's the price? I want to learn C++ but I want a program that I can look at and use to see what the developers look at. What program is that? Sounds like stupid questions to the ones that know, but that's because you know and I don't. |
antime | Jun 29, 2003 | |||
CodeWarrior... is MetroWerks' development environment, as Google would have told you. |
AntiPasta | Jun 29, 2003 | |||
IBarracudaI: yeah, Z80 assembly is great! I have a 83+ SE and I love devving my own stuff on it. Makes you realize how lucky and spoilt coders on today's platforms are |
1 | 2 | Next> |