코딩Coding/C++__C언어
In C++, I use something like this DEBUG macro:
내인생PLUS
2023. 2. 25. 23:52
728x90
https://stackoverflow.com/questions/38141056/does-rust-have-a-debug-macro
Does Rust have a debug macro?
In C++, I use something like this DEBUG macro: #ifdef DEBUG #define DEBUG_STDERR(x) (std::cerr << (x)) #define DEBUG_STDOUT(x) (std::cout << (x)) #else #define DEBUG_STDERR(x) #define
stackoverflow.com
반응형