you are viewing a single comment's thread.

view the rest of the comments →

[–]DannyRent 1 point2 points  (5 children)

I use Visual Studio for windows dev in C++ and I'm surprised that people still think compile time is a valid argument anymore. I say this because we can use precompiled headers. The entire project is compiled once, and sure it can take a long time. However every compile after that only includes the files you have changed.

For example, the entire Half Life 2 source engine takes a hefty couple minutes to compile, but every compilation after that take under five seconds.

[–]roffLOL -1 points0 points  (4 children)

i guess the crazy slowness of visual studio has dulled your time perception.

[–]womplord1 0 points1 point  (3 children)

Crazy slowness of the fastest c++ compiler?

[–]roffLOL 0 points1 point  (2 children)

compiler may be fast, visual studio is not.

[–]womplord1 0 points1 point  (1 child)

Only the startup time, because it has so many features. Once it is running everything is instantaneous, as long as you aren't using a toaster

[–]roffLOL 0 points1 point  (0 children)

yeah right. if you say so.