← Back to team overview

ubuntuforums-unanswered team mailing list archive

[Question #77858]: iostream.h header file absent

 

New question #77858 on Ubuntu:
https://answers.launchpad.net/ubuntu/+question/77858

I wanna compile & run a C++ program.
Eg
                      #include <iostream.h>
                        int main (void)
                      {
                     cout << "Hello World\n";
                       }

 But gcc says iostream.h is absent. How can I write a program without iostream.h. How to overcome this?

-- 
You received this question notification because you are a member of UF
Unanswered Posts Team, which is an answer contact for Ubuntu.