i am working on a simple program. i have to pass message
between children created by fork. i use pipe to link every two
children. the problem is i have to pass integer in the message
as well. so i would like to convert int to string so that i can
pass the message around. or if there any possible solution to this
(like passing a structure. i don't really how know to do it)
any idea, thanks!!
Errol