C projects for beginnerd -


i wondering project beginner in c knows other languages python , c++. i'm not asking tutorial or instructions set environment or compiler, more set of requirements or functionality.

here project ideas useful learning c:

guess number game: pick random number between 0 , 100. prompt user guess. print if number less or greater than. repeat until correct number guessed.

poker hand dealer: pick 1 hand of random cards. 5 cards of spades, hearts, diamonds or clubs between 2 , a.

command line arguments: 1: print entered command line arguments. 2: convert amd args string , print string. 3: command line arguments getopt.

random generator: write random password generator.

convert excisting script c: convert of excisting script c.

file i/o: write simple text editor.

game of life: write implementation of game of life.

network programming: write simple irc client or irc bot.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -