Login Page - Create Account

Support Board


Date/Time: Fri, 10 Jan 2025 04:13:39 +0000



Post From: header files

[2015-04-12 05:01:45]
dtl-saw - Posts: 79
I just noticed that when I change to this
//#include <iostream>
//#include <fstream>
//#include <string>

#include "String.h"
#include "sierrachart.h"

it compiles. It looks like my Visual Studio doesn't have iostream or fstream available to include. Can you tell me how to fix this? thanks