where to go after k&r

S

Shostakovich3

Hey, I just finished k&r and I'm just wondering where I could find some
C problems to improve my coding. I've been working on a few programs
(e.g. a program that decrypts a file encrypted with the caesar cipher
and a breakout clone using allegro), but I'm interested in ways to
improve my coding.
 
P

Peteris Krumins

Hey, I just finished k&r and I'm just wondering where I could find some
C problems to improve my coding. I've been working on a few programs
(e.g. a program that decrypts a file encrypted with the caesar cipher
and a breakout clone using allegro), but I'm interested in ways to
improve my coding.

Get a book "Code Reading The Open Source Perspective".

Publisher : Addison Wesley
ISBN : 0-201-79940-5


P.Krumins
 
M

Michael Mair

Hey, I just finished k&r and I'm just wondering where I could find some
C problems to improve my coding. I've been working on a few programs
(e.g. a program that decrypts a file encrypted with the caesar cipher
and a breakout clone using allegro), but I'm interested in ways to
improve my coding.

Find a nice _small_ open source project, contribute.
Sourceforge.net may be one of many addresses to start looking.

I also recommend the book "C Unleashed" as advanced reading. The
names of some authors will be known to you, if you read comp.lang.c
regularly.

Cheers
Michael
 
C

CBFalconer

Hey, I just finished k&r and I'm just wondering where I could find
some C problems to improve my coding. I've been working on a few
programs (e.g. a program that decrypts a file encrypted with the
caesar cipher and a breakout clone using allegro), but I'm
interested in ways to improve my coding.

Try "The Practice of Programming" by Kernighan & White.
 
D

Default User

Hey, I just finished k&r and I'm just wondering where I could find
some C problems to improve my coding. I've been working on a few
programs (e.g. a program that decrypts a file encrypted with the
caesar cipher and a breakout clone using allegro), but I'm interested
in ways to improve my coding.

At this stage, I'd look to move beyond the sort of short programs and
questions that are found in a book like K&R. I suggest finding a
reasonable-sized program that you can write from scratch and get to do
what you want.

My "training" program was a text-adventure game of the Zork type. This
taught me a lot, although I made many mistakes along the way. The best
idea is to find something that interests you.




Brian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

K&R Exercise 1-21: entab 10
K&R exercise 4-12 5
Where to start? 1
ANSI to K&R 3
should we Go now? 12
Where next? 15
K&R 2 exercise 2-3 47
question about an exercise in K&R (p96) 15

Members online

Forum statistics

Threads
474,169
Messages
2,570,915
Members
47,456
Latest member
JavierWalp

Latest Threads

Top