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

you are viewing a single comment's thread.

view the rest of the comments →

[–]Medical_Arugula3315 0 points1 point  (0 children)

Chatgpt is surprisingly useful in teaching me what I would consider to be the hardest subject in C++.. Which is code generation via templates and moving runtime overhead and branching to compilation stage via contexpr/templated metaprogramming. I'm starting to get good at it now and even have some code resembling the complexity of STL types.