Menu

iostream.h and glibc

Help
2005-10-24
2012-07-26
  • Nobody/Anonymous

    hi
    it's possible to use iostream with glibc headers files?

     
    • Nobody/Anonymous

      my code for example:

      include <stdlib.h>

      include <stdio.h>

      include <iostream>

      using namespace std;

      int main()
      {
      //std::cout<<"Hallo";
      srand48(2);
      printf("hallo");
      }
      and i the include folder is include/glibc
      use mingw with -D__GW32__ -idirafter
      and i get many errors why?

       
MongoDB Logo MongoDB