Jump to content

Interesting programming projects for C?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
weboweb

weboweb

    Newbie

  • Members
  • Pip
  • 1 posts
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.

#2
codemode

codemode

    Newbie

  • Members
  • Pip
  • 8 posts
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.

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
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.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#4
RavenE

RavenE

    Newbie

  • Members
  • Pip
  • 8 posts
Yeah, even have a look on google, there is a few goodwebsites for console emulators
----Raven Studios----
-Programming Central-

#5
MeTh0Dz

MeTh0Dz

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,119 posts
An ARP Poisoner.

With custom packet build using raw sockets.