U++ framework
Do not panic. Ask here before giving up.

Home » Community » Coffee corner » Arjun Bijanki: Making Sense of VC Intellisense
Re: Arjun Bijanki: Making Sense of VC Intellisense [message #13951 is a reply to message #13948] Sun, 03 February 2008 04:17 Go to previous message
Mindtraveller is currently offline  Mindtraveller
Messages: 917
Registered: August 2007
Location: Russia, Moscow rgn.
Experienced Contributor

I`m afraid there are two major points in here:
1) Real compiler (MSC, GCC) is very much "heavier" than integrated parser. So you`ll have your system performance degraded, especially on old PCs - even while editing the code.
2) Real compiler creates binary output only for "complete", non-error source file. So while editing the code, 80% of time this code is incomplete and has potential errors. I don`t know how integrated parser works, but I think it may be more flexible than keep-last-good-build approach.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: an interesting C++ compiler (supports C++0x)
Next Topic: Nokia has bought Trolltech with it's QT framework
Goto Forum:
  


Current Time: Mon Sep 14 09:46:25 GMT+2 2026

Total time taken to generate the page: 0.00775 seconds