| delorie.com/archives/browse.cgi | search |
| From: | Meola111 AT aol DOT com |
| Message-ID: | <a158631.35e61044@aol.com>> |
| Date: | Thu, 27 Aug 1998 22:04:52 EDT |
| To: | djgpp AT delorie DOT com |
| Mime-Version: | 1.0 |
| Subject: | RHIDE and iostream.h |
[HELLO.C]
#include <iostream.h>
#include <stdio.h>
int main()
{printf("Hello World");
return 0;}
When i type the previous code in i get an error like so:
Hello.c(1)Error: can't find file iostream.h
Why doesnt RHIDE find iostream.h even though its in D:/DJGPP/include folder?
Thanx
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |