Re: How to improve C skill?
- From: "Malcolm McLean" <regniztar@xxxxxxxxxxxxxx>
- Date: Thu, 10 May 2007 07:35:01 +0100
<weidongtom@xxxxxxxxx> wrote in message news:1178765822.870170.46160@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,Try writing "asteroids".
I have just finished reading some tutorials on C, I am wondering how I
could improve my skill. Is there any advice? Is reading others' codes
the best way? If so, what type of codes are suitable for novice? The
ones in fsf freed software directory? I have been reading quite a few
books on the programming language C, but when I tried to start a
project of my own, I find myself to be incompetent. What should I do?
Thanks in advance.
This is a game in which you manoevre a spacship between lines of asterisks, which scroll down the console. You will need curses / conio or other non-standard header to treat the console correctly.
It is very easy to write and will give you a sense of achievement. It you put in levels and scores you can make quite a sophisticated game.
Start by making sure you can use your console library to position characters at will.
--
Free games and programming goodies.
http://www.personal.leeds.ac.uk/~bgy1mm
.
- References:
- How to improve C skill?
- From: weidongtom@xxxxxxxxx
- How to improve C skill?
- Prev by Date: Re: Dealing with naive malloc() implementations
- Next by Date: Re: access of memory beyond allocation, not causing segmentation fault...
- Previous by thread: Re: How to improve C skill?
- Next by thread: Re: How to improve C skill?
- Index(es):
Relevant Pages
|