01/10/2018, 08:52

Lỗi "no such file or directory compilation terminate" ở dòng include là lỗi gì?

#include <iostream.h>
#include <conio.h>
main()
{float R Dien_tich;
cout << "ban kinh R =";
cin >> R;
Dien_tich = 3.14159*R*R;
cour<< "Dien tich hinh tron =" << dien_tich;
return ();
getch()
}
rogp10 viết 11:04 ngày 01/10/2018

return trước thì nó văng mất rồi còn gì

Minh Hoàng viết 11:07 ngày 01/10/2018

vâng . nhưng mà sao lại nó báo lỗi no such file or directory compilation terminate ở hàng include <iostream.h> ???

rogp10 viết 10:56 ngày 01/10/2018

<iostream> mới đúng bạn.

Bài liên quan
0