Click here to Skip to main content
15,880,608 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i have this project ,, can any budy help

Project Description:
􀂃 In this project, you are required to write a program that continuously prints an incremented value on
the screen in addition to continuously accepting new increment values from the user.
􀂃 Exactly every one second, the program must print a message on the screen, whether there is input
from the user or not.
􀂃 The example below illustrates the program’s execution assuming an increment value of 1:
10: Enter new increment value?
11: Enter new increment value? 5
16: Enter new increment value?
21: Enter new increment value?
􀂃 If there is no input from the user, the same increment value is used. The initial increment value is 1.
􀂃 The user can change the increment value in three possible ways:
1. By entering an integer value when asked to by the program.
2. By entering a text file name containing the increment value.
3. By sending a signal to the program with the signal number representing the increment value.
􀂃 If the file name was used before, the next integer value in the file is used. There may be multiple
opened files at any given time.
􀂃 The program terminates if the increment value received is -1.
􀂃 The program must destroy any shared memory segments, message queues, semaphores ...etc it
creates before it terminates. It also must kill any child processes it may have created.
Posted

The other people in your class have the same workload. The ones who can handle it, are the ones who your teachers have decided have what it takes to deserve a pass. If that's not you, then we're not going to help you cheat the system. This project is about an hours work, if you can't do it, you don't deserve to pass. You should go and apply at McDonalds or something if you're incapable of even trying to do this.
 
Share this answer
 
What you need is to spend more time learning how to program and less time asking for somebody to do it for you. We're happy to help, just so long as we're not enabling you in avoiding the learning process. Spending time and thinking through the problem is the only way you're ever going to get better at programming. If you want somebody else to program for you, hire them.
 
Share this answer
 
well thx alot .. i didnt do any-thing wrong man , itz all abt help and am kinda confuse , i seriously asked several senior students to make it but no way ...

thx for ur help
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900