X
X
xelyf2020-08-13 23:01:21
C++ / C#
xelyf, 2020-08-13 23:01:21

Where can I find examples of real C++ projects besides Github?

I've been studying the language for almost a year, but I still haven't seen many programs that use complex constructions, patterns, etc. On the github in the C ++ tag, there are only libraries for developers with a bunch of macros and huge Google and Microsoft projects. I would like to see projects that demonstrate the application of architectural ideologies and do not use many third-party features besides the standard libraries / boost, which would be difficult for a beginner to understand.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
GavriKos, 2020-08-14
@GavriKos

Well, sobsno, google something like "c++ open source" and get.
In fact - a bunch of software for the same niks-like systems (in some places, though, it has never been a standard of architectural ideologies), and other open source products.
Yes, it seems that the same chromium was in the source code, or part of it ...

V
Vladimir Korotenko, 2020-08-14
@firedragon

The most famous project
is https://github.com/squid-cache/squid

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question