PDA

View Full Version : small project on unix using C



Rahul04789
July 6th, 2013, 12:28 PM
Hi Friends,

I want to start a project on unix in C.
So, please tell me some projects on which i can start work on.

Waiting for your reply....


Thanks in advance

sanderj
July 6th, 2013, 03:41 PM
How about a "Hello, World" project? That's always a good start.

;-)

nvntung
September 12th, 2013, 02:40 PM
Hi,

There are so many projects like problem in textbooks. I can list some as below:
1. Convert hexadecimal numbers to their decimal representation.
2. Generate Sodukus
3. Design and implement a queue, stack
4. Design and implement Graph algorithms
5. Implement Euclidian algorithm recursively.
6. ...

andrewkrieg
October 5th, 2013, 09:49 AM
Well, for starter projects "Hello World" is a good one.

If you need good tutorials and have about $30 / Month www.lynda.com has some really good ones on just about anything, "computers".

Good luck.