Hi friends,
I have installed visual studio 6.0 and service pack 5. But How to confirm what version of Service pack(Not Visual studio) has been installed.
hello ,
sorry this is not actually a reply to your question because i don't know the answer.
But you asked me to send a complete code following my problem with equality which you answered yesterday.
The code is below:
you'll see that whern it runs uit cannot seem to recognize when the values are equal. Thanks
#include <fstream.h>
#include <iostream.h>
#include <math.h>
//ofstream fout("NikeSurvives1.rtf",ios:ut);
ofstream fout("NikeSurvives1.rtf",ios:ut);
double DoOccupancy()//Function To point out occupancies and types of fires associated with them ref.TM19
{
double Selection;
cout << "Please Select the type of occupancy to be analysed from the selection below: "<<endl;
fout << "Please Select the type of occupancy to be analysed from the selection below: "<<endl;
cout << "(0) DWELLING (medium fire),(1) OFFICE (medium fire), (2) SHOP (Ultrafast Fire), (3) HOTEL (medium fire)(4) HOTEL BEDROOM (medium fire), (5) PICTURE GALLERY (slow fire)" <<endl;
fout << "(0) DWELLING (medium fire),(1) OFFICE (medium fire), (2) SHOP (Ultrafast Fire), (3) HOTEL (medium fire)(4) HOTEL BEDROOM (medium fire), (5) PICTURE GALLERY (slow fire)" <<endl;
cin >> Selection;
fout << Selection <<endl;
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.