Good C programming projects ?

T

trsxxx

Hi all,

Is anyone aware of any good sources for C programming projects ? I'm
specifically looking at areas such as algorithms or distributed
databases/file systems.

If anyone has such related information, please let me know.

Thank you.
TRS
 
C

Christopher Benson-Manica

Is anyone aware of any good sources for C programming projects ? I'm
specifically looking at areas such as algorithms or distributed
databases/file systems.

"The C Programming Language" (by the esteemed K&R) has many small
projects that will exercise your algorithm muscle. If you're anything
more than the most casual of C dabblers you will want that book
anyway. If you're already a programmer, you'll have to be more
specific about what you mean by "algorithms".

Note that standard C has a limited concept of files and no clue about
directories; C lets you open, close, read, write, and delete files,
but perhaps not on the level you want. The underlying implementation
will probably provide much greater functionality in this area, and you
will probably want to consult an appropriate group such as (perhaps)
comp.unix.programmer.
 
L

Laurent Deniau

Hi all,

Is anyone aware of any good sources for C programming projects ? I'm
specifically looking at areas such as algorithms or distributed
databases/file systems.

I don't know if it is releavant, but the Sun JVM is well written.

a+, ld.
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top