View Single Post
  #2 (permalink)  
Old 05-10-2008, 07:24 PM
codemode codemode is offline
Newbie
 
Join Date: Apr 2008
Location: North Vancouver BC Canada
Posts: 7
Credits: 0
Rep Power: 0
codemode is on a distinguished road
Default 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.
Reply With Quote