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

i got to make a project in c language. which should be of approximatily 2500 lines. so want some good ideas....with description.

2007-02-08 06:22:03 · 5 answers · asked by umang m 1 in Computers & Internet Programming & Design

5 answers

Try making a customer service ticking program using a que data structure. Allow "admins" a special password and clients open access. Basically a guest can fill out a ticket, and chose the priority (low,med,high,urgent) which would effect the position on where the request is placed in the que.

Well, i tried.

2007-02-08 07:42:12 · answer #1 · answered by D 4 · 0 0

How about a memory manager? Re-write malloc and free to manage your own memory pool. This would be interesting since managing memory won't be that easy dealing with internal fragmentations and memory overflows. If thats not 2500 lines, then you can add dynamic memory management on top of that.

Good luck!

2007-02-08 07:56:47 · answer #2 · answered by JackBauer 2 · 0 0

A good program would be one that creates sudoku puzzles, or one that solves the puzzles.

It would involve a decent amount of math and checking to validate that the puzzles are correct.

2007-02-08 06:59:38 · answer #3 · answered by Anonymous · 0 0

it really is an exercising in good judgment and conditional (if/then) statements. so that you opt on to outline the guidelines via which Roman numerals are generated and performance them obviously reported on one part - you'd be progression your conditional statements from those guidelines. on the different part, you understand that Roman numbers artwork off a base 10 - so that you opt on to go back up with a thanks to parse the arabic numeral via 10s ("/" and "mod"). With each and each parse, you flow on your particular set of decision guidelines and print to that end. it will be very worry-free in case you concentration on it in this kind.

2016-12-03 22:00:17 · answer #4 · answered by ? 4 · 0 0

try something like a stack manager which consumes ow amount of memory

2007-02-08 06:27:54 · answer #5 · answered by Smile- conquers the world 6 · 0 0

fedest.com, questions and answers