CrazyEngineers
  • C++ program iostream.h error

    Updated: Oct 26, 2024
    Views: 1.3K
    Whenever I try to compile a C++ program, the compiler reports an error that iostream.h is not found. What is the reason behind this?

    C:\Users\JagMag\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\CodeBlocks\C++.cpp|1|error: iostream.h: No such file or directory

    I am using Codeblocks 10.05 version on WIndows 7 Ultimate 64 bit operating system. There is never any trouble compiling and running C programs though.
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • Vishal Sharma

    MemberApr 8, 2015

    use
    [HASHTAG]#include[/HASHTAG]<iostream>
    using namespace std;

    iostream.h is used in the ancestor blue screen editor. You are using a good IDE for developing the standards. Read through <a href="https://www.crazyengineers.com/threads/tips-for-c-programmers-read-learn.58709">Tips For C++ Programmers - Read & Learn</a>
    Are you sure? This action cannot be undone.
    Cancel
  • Rahulkumar200

    MemberMay 2, 2015

    suffering from the same problem!!!!!
    Are you sure? This action cannot be undone.
    Cancel
  • Vishal Sharma

    MemberMay 2, 2015

    Rahulkumar200
    suffering from the same problem!!!!!
    posted the solution already
    Are you sure? This action cannot be undone.
    Cancel
  • Kaustubh Katdare

    AdministratorJun 11, 2018

    Spam removed. 

    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register