No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
[CODE]#include <fstream> #include <iomanip> #include <conio.h> #include <iostream> //using namespace std; int main() { char a; int integar1,integar2,integar3,integar4; cout<<"Do you want to continue?\n"; cin>>a; if(a=='C') { cout<<"What hour did they arrive?"<<endl; cin>>integar1; cout<<"What minute did they arrive?"<<endl; cin>>integar2; cout<<"What hour did they depart?"<<endl; cin>>integar3; cout<<"What minute did they depart?"<<endl; cin>>integar4; …
Very unfortunately your Turbo C== 4.5 is not the best for GUI programming! If you would like to try out let say Borland Turbo C++ 5.2, this is a great graphic programming. Anyway If you want to study Graphic programming ( I mean GUI ), you should be clear with …
The End.
maruata88