C program for calculating circumference

2008-02-17
cpp math
.cpp

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...

no comments
rating : not rated

C program as simple calculator

2008-02-17
cpp math
.cpp

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...

no comments
rating : not rated

CPP program for simulating traffic light

2008-02-17
cpp
.cpp

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...

no comments
rating : not rated


copyright ©2006-2008 Milko Leporis

blog powered by LM Blog version 2.0