Re: Interesting programming projects for C?
Well if you want to keep it fairly simple you could make a DOS/Win32/Linux term mode program, such as a simple command line utility. How about something similar to the "more" utility that dumps the contents of a text file to the screen?
I started that way, just looking at simple DOS commands and writing my own versions of them using C.
|