Question about scripting program

Discuss stuff not about Indigo.
Post Reply
2 posts • Page 1 of 1
User avatar
arneoog
Indigo 100
Posts: 504
Joined: Sun Jun 25, 2006 2:19 am
Contact:

Question about scripting program

Post by arneoog » Sat Sep 16, 2006 10:47 pm

Nick, I was wondering what C++ program/complier you're using? :)
And is it free?
If it's not free, what is the best free C++ complier?

Thanks.

playmesumch00ns
Posts: 21
Joined: Wed Jun 28, 2006 11:44 pm

Post by playmesumch00ns » Mon Sep 18, 2006 10:48 pm

It changes with every release of the compilers and also depends on exactly what your code is doing :)

In general icc (intel compiler) is the quickest, at least on intel architectures with careful optimisation.

gcc is generally only slightly behind it, especially the latest versions.

the microsoft compiler is usually slowest.

The icc compiler is free for non-commerical use, and gcc is open-source. At the moment I'm using gcc simply cos I know it best, but the intel compiler comes with a nice-looking debugger and a great-looking profiler, so I may switch at some point.

Post Reply
2 posts • Page 1 of 1

Who is online

Users browsing this forum: No registered users and 6 guests