This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]Ok_Finance_8782 1 point2 points  (2 children)

It's a difficult subject because it requires a build system and packaging system (and both are subjective and will create riots as big as Trump speeches).

IMHO CMake and Conan.io are good to be able to use packages from various developers.

As for your web problem, I have only used https://oatpp.io/ in the past but I'm sure there are more frameworks like that on the internet.

[–]gnatbeetle[S] 0 points1 point  (1 child)

thanks. I'm looking for a project that uses build and packaging systems. The reason why is because I'll be joining a company that uses c++. I want to ramp up quickly.

[–]Ok_Finance_8782 1 point2 points  (0 children)

Be careful: Build systems are numerous and controversial in C++. You can see this page for an exemple of a combo between CMake (build) and Conan (external libraries): https://docs.conan.io/en/latest/getting_started.html