Tagged Questions
2
votes
7answers
454 views
Simplifying FOR loops
I have a function that essentially reads values in from a vector of doubles, appends these to a string (while ensuring a space between each and setting their precisions) and returns the end result, ...
1
vote
8answers
668 views
How best to switch from template mess to clean classes architecture (C++)?
Assuming a largish template library with around 100 files containing around 100 templates with overall more than 200,000 lines of code. Some of the templates use multiple inheritance to make the usage ...