64bit C++ compiler for Win

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
kan
Posts: 19
Joined: Sat Jan 22, 2005 12:00 am
Location: India

64bit C++ compiler for Win

Post by kan »

hi,
suggest me a good c++ compiler for windows for compiling code for AMD64. i have heard that gcc(64bit) won't work on windows! it just works on linux? is that right?
i want c++ compiler which is compatible with ISO C++ standard.
i am planning to write OS for AMD64. And since my development environment is windows, plz suggest me good C++ compiler.

thanks.
Nothings Impossible :)
Legend
Member
Member
Posts: 195
Joined: Tue Nov 02, 2004 12:00 am
Contact:

Re: 64bit C++ compiler for Win

Post by Legend »

Hmm, you could try to compile it yourself as a cross compiler - after that you at least know mostly for sure ;)
*post*
Post Reply