|
|
|
|
|
by nitrogen
3991 days ago
|
|
Although compilers will warn about it, it's still possible to generate a format string dynamically at runtime. This might be done if you want different formats for the same fixed argument types (though there are probably better/safer ways). |
|