Hi, everyone. Where I can find some good example application written in C++?
I want to read some code in my spare time, how can I get started?
Hi, everyone. Where I can find some good example application written in C++?
I want to read some code in my spare time, how can I get started?
Webkit is an extremely well-written source code in my opinion. More typical for C++, the Boost libraries are counted among the best C++ code ever written.
Hi,
Stellarium, its C++, open source and available for most popular OS (Linux, Windows, etc)
great app, and cool source, easy to learn from.
(Bjarne Stroustrup) :) made a list of C++ applications you can learn from.
[Edit] Celestia is also a nice app
(has issues with my Japanese Vista, but its still a great app)
Ric
You can search SourceForge.net for languages and topics you're interested in. For example, this page is the search results for "C++ games".
If you're feeling really ambitious, mozilla is written in C++.
You might have a look at OpenTTD, an opendource clone of Transport Tycoon. Its code quality is great and it also has a nice community.