I've been making a program in C++ for Windows, and now I'm trying to port it to linux. I already fixed some errors that came up to me, like I used _itoa_s functions but those probably only worked on VC++. Anyway, I'm getting this kind of errors now:
/usr/include/c++/4.4/bits/ios_base.h:790: error: ‘std::ios_base::ios_base(const std::ios_base&)’ is private
/usr/include/c++/4.4/iosfwd:47: error: within this context