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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi
it's possible to use iostream with glibc headers files?
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?