C program for calculating circumference
As it is written in the title this very simple C program is calculating circumference of circle by given radius of the circle.
Interface is in serbian so I will translate it:
first program will ask you to enter circle radius (Unesite pol...
Interface is in serbian so I will translate it:
first program will ask you to enter circle radius (Unesite pol...
C program as simple calculator
This C program is simple calculator with basic operations : adding (+), subtracting (-), multiplying (*) and dividing (/). You first need to enter two numbers and then choose operation and then you will get result. Choosing operation is done by pres...
CPP program for simulating traffic light
This C++ program is simulating work of traffic light, you can control the traffic light trough simple user interface.
There is class Semaphore that has attributes status and light. Status is enumeration : enum Status {sOUT, sOFF, sON, sBLINK} a...
There is class Semaphore that has attributes status and light. Status is enumeration : enum Status {sOUT, sOFF, sON, sBLINK} a...




2008-02-17
.cpp