Hi all,

This looks like the place for a noob like me to recieve some guidance from the seasoned C vets

It's been a loooong time since I used C (or did any programming for that matter..) and I'm required to write a C program for school which uses fork().

The general idea is to write a simple program which spawns a child process which keeps writing a character while the parent process also keeps writing a character to observe what sort of display the program produces. The problem is I have no idea where to start!? Alot of the examples of code I have found look very cryptic and it would be really nice to see some more basic examples..

Can anyone offer any advice or useful resources to aid me in my task?

Thanks.