Page 1 of 1

Hello All

Posted: Fri Jan 20, 2006 10:59 am
by Coder-Gurl
Hi all

Im quite new to PB, I took the plunge after trying the demo for a while. It seems really good. Im currently stuck tho as where to begin, could sum1 rec me an easy task to code. I've tried C++ and python but couldnt quite get to grips with it.

Thanks all x :D

Posted: Fri Jan 20, 2006 12:19 pm
by Kale
Hiya,
My best advice to start with is read the helpfile from front to back to begin with (boring but worth it) then read this site:

http://www.xs4all.nl/~bluez/datatalk/purebasic.htm#top

These two documents should give you a start on Purebasic and maybe inspire you to try your hand at writing a small program.

You could also try looking at the examples in the Purebasic folder installed on your hard drive. These contain good learning examples.

I'm writing a book at the minute that is aimed at users like you, people with little or no experience with Purebasic or programming in general. It will be available in a few months. :)

Welcome to Purebasic :D

Posted: Fri Jan 20, 2006 12:28 pm
by Fangbeast
Another thing to consider is to have an object in mind when starting a new programming language.

Start out with small, simple things that you or other's might need, test them thoroughly and add them to your toolkit to use in bigger programs.

Do you want to program games, applications or both?
Study code in the forums and PureArea on the bits you are interested in.

What part of those two are you most interested in?
Find the part you want to be involved in and grab examples just on that bit.

Do you have something that you need done?
Find examples specifically on that item and start there.

Posted: Fri Jan 20, 2006 3:26 pm
by Dare2
Heya Coder-Gurl,

Welcome aboard. The posts above cover it, I think.

Whatever interests you most (apps, games, etc), find code covering this and go through it and play with it to learn.

Two sites with heaps of code and goodies are http://www.purearea.net/ (grab the archive) and http://www.pureproject.net/

Posted: Fri Jan 20, 2006 4:04 pm
by Killswitch
The most important thing to remember is that programming should be fun! Yeah it's hard, and yeah it can be frustrating but you're doing it for your own enjoyment. If you don't like a project, don't do it.

To illustrate this take me and ShadowRunnerX (who I code with). I love writing procedures and little snippets that hold programs together, but you'd never know that they were there unless you looked at the source. I can knock together an ok GUI but ShadowRunnerX can create skinned windows and the like which I'd find impossible.

So, think of something you'd be interested in/need. A lot of people start off with chat programs, as they're not too bad.

Posted: Fri Jan 20, 2006 10:55 pm
by blueznl
hey kale, i hope it's the help file you consider boring, not my site!

:shock: :? :lol:

Posted: Fri Jan 20, 2006 11:34 pm
by Kale
blueznl wrote:hey kale, i hope it's the help file you consider boring, not my site!

:shock: :? :lol:
Of course m8, your site is very useful!