|
|
|
|
|
by forrestthewoods
1678 days ago
|
|
Ehhh. Integrating an old C++ library into a new project may be difficult due to build systems or not useful due to dependencies. However if you want to take an old C++ game written in 2004 and ship it on modern platforms and consoles you only need to update a very small amount of platform specific code. Updating a 20 year old C++ project is probably easier than updating a 3 year old web app. |
|
It would probably still be harder to add a new dependency to a 3 year old web app than it would be to integrate a 20yo C++ project though, I agree with you there.