Hello
I primarily code in Fortran, but just out of interest I wanted to try the C++ compiler (SCC) via command line and Plato, but cannot get it to work using the easy code below:
// Your First C++ Program
#include <iostream>
int main() {
std::cout << 'Hello World!';
return 0;
}
It returns a compile error:
Compiling and linking file hw1.cpp using SCC.
C:\TEMP\HW1.CPP(3) : fatal 4 - Include file iostream cannot be opened
*** Compilation failed
Compilation or linking failed.
The include files sit under FTN95 and Fortran has no issues looking for MOD files there
....Silverfrost\FTN95\include
I am sure it is something simple! A basic query I know.
SCC version 4.61, Plato 6.01
Thanks
Lester