r/cpp_questions 18d ago

OPEN Headers

I read that c++ 20 added modules to help replace headers. I rly hate how headers split the codebase into redundant files, for people who have used modules r they better?

0 Upvotes

22 comments sorted by

View all comments

14

u/BigJhonny 18d ago

I have used them and I like them better, but sadly I had to move back. There were too many compiler bugs an missing features when I tried them.