|
|
|
|
|
by cjwoodall
3156 days ago
|
|
I also find that in c/c++ I tend to maintain my own library of useful bits and pieces, where in another language I would use 3rd party libraries. There are pros and cons both ways tbh. Some of my pain is from the embedded side where most libraries I use need a special set of flags and are compiled to static libraries or directly into the binary. |
|