Hi folks,
Recently I've been studying up on C (and eventually C++) to take a break from high level languages.
I'd like to hear what you would suggest as a worthwhile programming challenge for a beginner in C. I've written an old console emulator in a higher level language, and was thinking of porting it down to C, however this is a bit of a leap for someone who has written little more than "Hello, World!" in this language.
Any suggestions for a project that would really take advantage of C and be accessible to a beginner (with some aptitude for programming)?
Thanks for your input.
Interesting programming projects for C?
Started by weboweb, May 09 2008 04:04 PM
4 replies to this topic
#1
Posted 09 May 2008 - 04:04 PM
|
|
|
#2
Posted 10 May 2008 - 04:24 PM
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.
I started that way, just looking at simple DOS commands and writing my own versions of them using C.
#3
Posted 12 May 2008 - 08:57 AM
I would start by getting a book on C and working through the excercises. Once you've done that, writing a console emulator should be pretty easy.
#4
Posted 30 May 2008 - 12:03 AM
Yeah, even have a look on google, there is a few goodwebsites for console emulators
----Raven Studios----
-Programming Central-
-Programming Central-
#5
Posted 30 May 2008 - 06:02 AM
An ARP Poisoner.
With custom packet build using raw sockets.
With custom packet build using raw sockets.


Sign In
Create Account

Back to top









