Search Results

Search: Posts Made By: fmeyer
Forum: AIX 04-01-2006
12,441
Posted By fmeyer
You can't use old-style include name like...
You can't use old-style include name like iostream.h, istring.h.
You must implements like this

#include <iostream>
#include <string>

and use corrects namespaces

using namespace std: //...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 12:41 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy