Where do i start off in my coding?

Programming, for all ages and all languages.
Post Reply
OSDevver
Posts: 12
Joined: Sat Mar 17, 2007 12:45 am

Where do i start off in my coding?

Post by OSDevver »

Where do i exactly start my coding, any kind of organisational appraoch?Plus could anybody suggest an ebook or site with examples to teach me,
thanks
User avatar
AJ
Member
Member
Posts: 2646
Joined: Sun Oct 22, 2006 7:01 am
Location: Devon, UK
Contact:

Post by AJ »

Hi,

If you want to learn by example, I suggest you start coding here http://www.osdever.net/bkerndev/index.php if you are looking at os dev (I don't know as this is in the general programming forum).

The problem is, your question is extremely open-ended. What do you want to achieve. Are you looking at os dev or applications programming? If the latter, are you programming for an M$, *nix or other environment? What language are you interested in?

Not that I have used any examples on that site, but googling for 'learn c online' brought up http://www.programmingtutorials.com/ as the first hit. You may like to try a site like that if you have no prior experience.

Cheers,
Adam
User avatar
mystran
Member
Member
Posts: 670
Joined: Thu Mar 08, 2007 11:08 am

Post by mystran »

Here http://www.relisoft.com/book/ is a good book to learn C++. It's actually a good book even if you though you knew C++. And even if you didn't care about C++ at all, it's probably still a good book. :)
The real problem with goto is not with the control transfer, but with environments. Properly tail-recursive closures get both right.
User avatar
AndrewAPrice
Member
Member
Posts: 2302
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Post by AndrewAPrice »

Take a course at your local college.
My OS is Perception.
Post Reply