Hi Tobe, <iostream> is not a C header file. It is a C++ header file. I would expect <iostream> to NOT work at all with a C compiler. C being compiled with GCC's "gcc" front end. C++ being compiled with GCC's "g++" front end. HTH, --Eljay
Hi Tobe, <iostream> is not a C header file. It is a C++ header file. I would expect <iostream> to NOT work at all with a C compiler. C being compiled with GCC's "gcc" front end. C++ being compiled with GCC's "g++" front end. HTH, --Eljay