Ciao, ho scaricato Dev-C++ e ho provato a fare un hello world
[code]
#include <stdio.h>
main()
{
printf("Hello World!");
}
[code]
ma ottengo questo errore:
[Linker error] undefined reference to `__cpu_features_init'
che vuol dire?????
...sto impazzendo![]()