Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
MSVC ignoring unknown attributes
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x64 #include <iostream> [[gnu::format(printf, 3, 4)]] int TNoHungarianNotationPlease(const char* pcFileName, const char* pcFunctionName, char const *pcFormat, ...) { return 7; } int main() { std::cout << "Hello, world!\n"; long lNumber = 20; TNoHungarianNotationPlease("pcFileName", "pcFunctionName", "%s", lNumber); }
run
|
edit
|
history
|
help
0
hangman
Regex pipe and tabs c++
ccloader
additional layer of indirection
multiply linked list numbers
hyy
hex manip
hangman
Compile time creation of class member stl container (const std::array) filled with elements.
Rounding in C++