Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

Cara Mengatasi [Error] iostream.

h: No such le
or directory - Pada DEV C++
by VignettE on 7:32 PM in Artikel, Kuliah, Pemograman


Cara Mengatasi

[Error] iostream.h: No such le or directory

Pada DEV C++

Cara mengatasinya yaitu :


1. Lihat baris code pada #include <iostream.h> , solusinya hapus ".h" ,
menjadi #include <iostream>

Convert web pages and HTML files to PDF in your applications with the Pdfcrowd HTML to PDF API Printed with Pdfcrowd.com
2. Tambahkan baris code using namespace std;

Convert web pages and HTML files to PDF in your applications with the Pdfcrowd HTML to PDF API Printed with Pdfcrowd.com
3. Save / Jalankan Program.

Semoga Bermanfaat.

 NEWER ARTICLE

Coding Program Interpolasi Lagrange C++ - Metode Numerik


OLDER ARTICLE 

Cara Bagi Hostspot / Wi .Id Pada Laptop Windows 10.

POPULAR RECENT COMMENTS

Designed with  by Way2Themes | Distributed By Best Blogger Themes     

Convert web pages and HTML files to PDF in your applications with the Pdfcrowd HTML to PDF API Printed with Pdfcrowd.com

You might also like