views:

306

answers:

3

What is the largest open source project written in Visual C++ ?

I can see that eMule project is pretty big, but what is largest?

+1  A: 

I think some of the largest pieces of software that you will find are some of the open Source Game engine, such as Ogre3D: http://www.ogre3d.org/ or Irrlicht: http://irrlicht.sourceforge.net/

These are a couple of quite large open source projects if you want to get your teeth in to something.

Craig
Assuming this isn't a quiz but you are actually interested in large open source projects =-\
Craig
Ogre is great, our tool has been crashed with out of memory error. Thank you very much.
Dmitriy Matveev
A: 

Panda3d is another one wrote in c++ ( altho its better used with there nice python based API )

Fusspawn
+1  A: 

Google Chrome is build with Visual C++. According to Ohloh it has 2-3M lines of code, but I have no idea if that's an accurate number.

eran