English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Hi
I started programing in uni. We are doing C and i wanted some kind of project so i can get better at it. Any ideas????

2007-02-26 04:18:57 · 3 answers · asked by Myself 2 in Computers & Internet Programming & Design

3 answers

Depends on your long term interests.
Make a simple file storage for information and solve the problems of adding and looking for data before you know how to use random files.
Manipulate a few spots on the screen if graphics interests you.
Layout text on the screen in neat columns for business programs.

2007-02-26 04:36:20 · answer #1 · answered by Mike1942f 7 · 0 0

there are quite some issues which will be performed in C, what about computer aided layout kit notwithstanding it will be slightly extra artwork than 4 days. So a extra appropriate theory will be software which could study in a message and encrypt it, really ordinary to implement and in case you do not comprehend the most important it will be very confusing to decipher. I did a small software for yet another question some days decrease back which did that. for instance say you pick to encrypt a message the simpliest is a substitution cypher replacing an A to a B etc or only a touch cleverer - utilizing logical operations to modify the cost of characters in a way it will be confusing to comprehend. that is this technique I did for the guy who became desiring their code translated it really is in C++ notwithstanding it would grant you with concepts on the thanks to do it in C comprise #comprise #comprise int significant() { char c ; char x; ifstream inFile; inFile.open("textual content.txt"); if (!inFile) { cout << "unable to open report"; } at the same time as (inFile >> x) { c = char(x^=0x01 ); cout<

2016-12-04 23:38:01 · answer #2 · answered by rieck 4 · 0 0

search online u will get 100 s of simple examples.....

2007-02-26 04:26:27 · answer #3 · answered by ccppjava 1 · 0 0

fedest.com, questions and answers