Welcome, Guest. Please login or register.

Author Topic: Looks like we need more programers  (Read 10014 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline GPT

  • Sr. Member
  • ****
  • Join Date: Jul 2002
  • Posts: 380
    • Show only replies by GPT
Re: Looks like we need more programers
« Reply #44 from previous page: January 01, 2003, 11:31:26 AM »
I'm one of does that wana begin but can't:

I wana learn to program but I wana learn it in steps, starting with a simple langues like amos.

I have all the programs but I miss the books.

At the precent I'm trying to learn about Arexx, atlest I have a book for that.

Anyone have any suggestions where I can get some books for amos?
NWO tba 2012
 

  • Guest
Re: Looks like we need more programers
« Reply #45 on: January 01, 2003, 12:19:33 PM »
Hiya!!

Thanks for the links to louise's site sidewinder, I just wondered if you or anyone else could give me an idiots guide to setting up GCC with WinUAE?? :)

Cheers,
Gazza
 

Offline gnarly

  • Sr. Member
  • ****
  • Join Date: Feb 2002
  • Posts: 351
    • Show only replies by gnarly
    • http://thinkdrastic.net/
Re: Looks like we need more programers
« Reply #46 on: January 01, 2003, 03:03:01 PM »
@Sidewinder.

Its starting very well - i'm about halfway through the introduction, and I think I have a good teacher in you :-)

Maybe it can be a new years resolution - to learn to program something other than xHTML & CSS2 (thats hardly programming is it? :-) ). I think PHP would be useful but then C would be too...
Cheers,

Olly
Think Drastic
 

Offline takemehomegrandma

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 2990
    • Show only replies by takemehomegrandma
Re: Looks like we need more programers
« Reply #47 on: January 01, 2003, 04:46:56 PM »
Quote

Sidewinder wrote:
Here is the first section of my tutorial.  I'd appreciate any constructive criticism you can offer.


Nice! :-)

Perhaps you could go deeper into how to set up a working developer envireonment. It seems like many people are having problems with this, and it would be sad if they will stumble and fall before they even are able to compile that first "Hello World!" program. So a detailed, step by step, tutorial of how to do this would be justified before going into that Hello World example. All needed information on one place. It would start from scratch and when the reader has followed all the instructions and recommendations then he/she will have a complete and *working* development envireonment on the HD, as well as a library of downloaded reference documentation. Only then will the user be ready to begin to learn actual programming, IMHO.
MorphOS is Amiga done right! :)
 

  • Guest
Re: Looks like we need more programers
« Reply #48 on: January 01, 2003, 05:17:31 PM »
@ Gnarly!!: I was checking out your website and I've also got a mountain biking buddy called Gray who's just finished writing up his PhD thesis on electronic noses!!! small world  :-)

@ takemehomegrandma: I'm with you on the setting up the environment, that would be great! I've downloaded the gcc111-files.tgz file from sidewinder's first link and added the directory as a harddrive in winuae, but when I go to compile hello.c it tells me it can't find the command gcc, so it would be great if someone could do a tutorial to set this up!!! I'm really keen to start looking at this!!

Cheers,
Gazza
 

Offline Kronos

  • Resident blue troll
  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 4017
    • Show only replies by Kronos
    • http://www.SteamDraw.de
Re: Looks like we need more programers
« Reply #49 on: January 01, 2003, 05:46:38 PM »
@gazza

Have you set the needed assigns ? Is the "bin" directory in your path ?
1. Make an announcment.
2. Wait a while.
3. Check if it can actually be done.
4. Wait for someone else to do it.
5. Start working on it while giving out hillarious progress-reports.
6. Deny that you have ever announced it
7. Blame someone else
 

  • Guest
Re: Looks like we need more programers
« Reply #50 on: January 01, 2003, 05:50:11 PM »
@Sidewinder

Very good, and i´m with takemehome... but my gcc and vbcc allways worked, at least to "hello world",
i will put my 1200+Bppc working again just to folow the tutorial  :-D .

Question, this will be a free tutorial, or will you try to make a little profit with it ?
 ;-)
 

Offline takemehomegrandma

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 2990
    • Show only replies by takemehomegrandma
Re: Looks like we need more programers
« Reply #51 on: January 01, 2003, 05:59:29 PM »
Quote

Kronos wrote:
@gazza

Have you set the needed assigns ? Is the "bin" directory in your path ?


That's what I'm talking about. We need an envireonment that works without problem, out of the box.

On the C64, the Basic interpreter was there on power up. Easy. A lot of todays great programmers started their carrears on the C64 because it was so simple and easy to get started. On the Amiga there was AMOS, which allowed people to start programming just as easily. No hazzle. The Aminet testifies of the AMOS success. But when someone try to compile a simple "Hello World" in C and gets all kinds of cryptic error messages from the compiler regarding missing header files or whatever, they might loose their motivation and just quits trying.

C is a more complex language than Basic, but it should be just as easy to "get going" for a beginner, so he/she can focus wholehartedly on learning the programming instead of trying to get the compiler up and running.
MorphOS is Amiga done right! :)
 

Offline Sidewinder

  • Full Member
  • ***
  • Join Date: Mar 2002
  • Posts: 241
    • Show only replies by Sidewinder
    • http://www.liquido2.com
Re: Looks like we need more programers
« Reply #52 on: January 01, 2003, 06:20:27 PM »
Quote
Perhaps you could go deeper into how to set up a working developer envireonment.


Ok, I will begin a tutorial on development environment setup using GCC and add it in the next couple of days.

Thanks for your input.
Sidewinder
 

Offline Castellen

Re: Looks like we need more programers
« Reply #53 on: January 01, 2003, 08:52:09 PM »
@GPT:
I have an AMOS tutorial here I can send if you'd like, might come in handy.

@Sidewinder:
Excellent job, at least now I have an idea where to start!
Once I've come to grips with the compiler and learnt the basics of C I'll soon get the hang of it.

Many thanks for all your effort!
 

Offline Aniway

  • Jr. Member
  • **
  • Join Date: Feb 2002
  • Posts: 87
    • Show only replies by Aniway
Re: Looks like we need more programers
« Reply #54 on: January 01, 2003, 10:25:10 PM »
Try doing a search on Google for the terms

amiga programming faq

. . .and see what pops up (sorry, couldn't paste
link).

Aniway
 

Offline Sidewinder

  • Full Member
  • ***
  • Join Date: Mar 2002
  • Posts: 241
    • Show only replies by Sidewinder
    • http://www.liquido2.com
Re: Looks like we need more programers
« Reply #55 on: January 02, 2003, 04:48:32 AM »
@DDJPPC

These tutorials will be free for anyone interested.  Naturally any donations would be considered, but you know...  :-D

Sidewinder
 

Offline QuikSanzTopic starter

Re: Looks like we need more programers
« Reply #56 on: January 04, 2003, 07:40:43 AM »
WOW, I never dreamed of this kind of response. The input here is great. The only other thing I can think of is a meeting place to swap Q&A's. Have no idea how this will work but it's a start. Info is the KEY.

Chris
 

Offline uncharted

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1520
    • Show only replies by uncharted
Re: Looks like we need more programers
« Reply #57 on: January 04, 2003, 12:04:08 PM »
I've been trying to program for the Amiga on and off for a couple of years.  The main problem is the transition from ANSI to Amiga stuff.  I can understand  the ANSI concepts and the examples in beginner books, but the complexity seems to jump several orders when you move up to Amga code.

Magazine articles on the subject in the past have tended to jump from basic "Hello World" programs with a couple of definitions of pointers, headers etc. to full blown GUI-using-every-damn-function-structure-and-library-known-to-man monsters.

I don't know about everyone but I tend to learn best taking an example and playing with it until I either destroy it or have sussed it's inner workings.  There seems to be a distinct lack of good examples for AmigaOS, and when they are available they seem to be SAS C specific and won't compile in VBCC, DICE, or StormC which is little use to a beginner.

If both OS 4 and MOS are going over to GCC then at least that will standardie things a bit. An IDE would be nice though :-)
 

Offline Kronos

  • Resident blue troll
  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 4017
    • Show only replies by Kronos
    • http://www.SteamDraw.de
Re: Looks like we need more programers
« Reply #58 on: January 04, 2003, 12:24:11 PM »
@uncharted
IDE ? Just get the latest GoldED, and you will have an allmost perfect IDE.

Programming the OS has become much easier with the introducion of Tags.

Just insert:

win=OpenWindowsTags(NULL,TAG_DONE);
Delay(500);
CloseWindow(win);

and you have starting-point.

Now take a deep look at the "Includes&Autodocs" found on the DEV-CD,
and try all the nice tags.
1. Make an announcment.
2. Wait a while.
3. Check if it can actually be done.
4. Wait for someone else to do it.
5. Start working on it while giving out hillarious progress-reports.
6. Deny that you have ever announced it
7. Blame someone else