Recent Topics
-
What language to use with graphics and databases?TronFlynn - Today, 06:15 AM
-
Save Open Problem In PaintcompAkS - Yesterday, 11:26 PM
-
Super Budget Server - Intel Core i3 2130/8GB RAM/2x1 TB HDD from €49.99 [NL/FR/US]Redsw - Yesterday, 10:25 PM
-
jsf insert and update problem,mutago - Yesterday, 09:17 PM
-
Java Programming: Enter a sentence, tells you if each letter is Upper or lower case.pence - Yesterday, 06:53 PM
Recent Blog Entries
Recent Status Updates
-
KodeKoolit's been a long month and a half. but I did it. getting ready to launch my portfolio site!
Show comments (1)
Popular Tags
- Managed C++
- programming
- c
- networking
- stream
- Visual Basic 4 / 5 / 6
- console
- Connection
- import
- authentication
- element
- syntax
- session
- hardware
- sql
- javascript
- array
- game
- printing
- generator
- header
- html5
- mysql
- string
- c++
- timer
- loop
- java
- html
- ajax
- C#
- form
- php
- jquery
- assembly
- vb.net
- linked list
- xml
- android
- css
- login
- encryption
- setup
- calculator
- combobox
- binary
- pseudocode
- hello world
- innerHTML
- grid
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
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.
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
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
#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.
Similar Topics
-
Interesting programming paradigms and patterns you use
Started by Yannbane, 05 Oct 2012 In: General Forums → General Programming- Hot 9 replies
- 610 views
-
Let Us Imagine Interesting Data Containers
Started by Vampir64, 22 May 2012 In: Language Forums → C and C++
c++, container, linked list
- 5 replies
- 703 views
-
List of interesting (and easy) programs
Started by bbqroast, 06 Aug 2011 In: Language Forums → C and C++- 1 reply
- 711 views
-
Interesting program. Questions and Help.
Started by VakhoQ, 18 Dec 2010 In: Language Forums → C and C++- 5 replies
- 382 views
-
Interesting Design Problem: Need some help
Started by chardoc89, 13 Oct 2010 In: Language Forums → C and C++- 6 replies
- 371 views














