Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
find error in my code of converting temp. frm
Name: rubbal Date: May 7, 2009 at 12:18:55 Pacific OS: Windows Vista Subcategory: C/C++
Comment:
#include<iostream.h> int main() { clrscr(); float c,f; cout<<"enter temp in degree fahrenheit:"<<"\n"; cin>>f; c=5\9(f+32); cout<<"the temp in degree celcius is:"<<"\n"; return 0; }
Summary: I have errors in my c++ program that I just cant solve. PLease help. This is the assignment: (Airline Reservations System) A small airline has just purchased a computer for its new automated reservat...
Summary: Iam using ADO & i want to show my data in Grid using Microsoft DataGrid Control 6.0 (OLEDB) & Microsoft ADO DataControl 6.0 (OLEDB). For this purpose i use a text box (Change Event) & when i write...
Summary: Hi, I am getting a syntax error in my awk program near else if statement. Can anyone suggest whats this error? is else if statement used correctly here? let me know if anyone has better logic to imple...