hi, i'm new to C++ programming. this is my code... i'm using Turbo C++. It's showing so many errors!.. I don't know what to do. Please help!!
#include<iostream.h> void main() { cout<<"Can somebody fix this?"; } the errors are listed as follows: Compilong XYZ.CPP Error XYZ.CPP 1: Unable to open include file 'IOSTREAM.H' Fatal XYZ.CPP 2: Unable to create output file 'C:\XYZ.obj' somebody please help!
Ads