hey guys,
i have some work to do in C on a windows platform, windows 7 actually.
now i've look into the suggested IDE compiler combo you guys suggested and i've pickup Dev c++
i just type a test program, just to see how the compiler works
#include <stdio.h>
main ()
{
printf("Test");
system("pause");
}
now i get errors like:
linker error undefined reference to `_dyn_tls_init_callback`
linker error undefined reference to `_cpu_features_init`
this as nothing to do with the code, is it because i'm on win7 ?
should i try another IDE or i'll get the same error ?
what would be nice is to be able to work in vim, i already use vim to code java. now that's a combo question, if someone have a quick vim setup for C, that can compile directly in cmd mode
but, just a quick hand on the 1st part of this thread would be nice, so i can get this thing going.
thx guys
Dark