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
Post a Comment