Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: Thu May 09 06:37:08 CEST 2024

Total time taken to generate the page: 0.01941 seconds