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.
_______________________________________________
Mailing list: https://launchpad.net/~ubuntuforums-unanswered
Post to : [email protected]
Unsubscribe : https://launchpad.net/~ubuntuforums-unanswered
More help : https://help.launchpad.net/ListHelp