I tried to do the hello world example and I get a lot of errors
Hi, I don’t know what IDE you are using, but in my visual studio 2008, the file minmax.h is located in it’s include folder.
If I may give you some advice, download Visual studio 2008, it’s good and even better; it’s free.
Also, I’m curious to see your main function…
never seen this before: int main(int, char**)
char** seems a bit odd.
Cheers
Yeah, minmax.h should be included by default on visual studio. Can you state compiler, platform, and share all your code and the list of include paths you have added to your environment?