|
|
|
|
|
by wrsh07
965 days ago
|
|
If you're writing a language it supports, use godbolt - https://godbolt.org/. It's great for settling arguments (do these two versions compile to the same code? If not figure out why! Make sure you're compiling with optimizations) Spend some time learning gdb and other classic cli tools. Don't be afraid of reading books! |
|