Is there any way to give printf
a size_t
without either casting it first or generating a compiler warning? (I always compile with -Wall
.)
1条回答
查看更多
0人赞
添加讨论(0)
举报
相关问题
- Error building gcc 4.8.3 from source: libstdc++.so
- What are the recommended GNU linker options to spe
- What is the right order of linker flags in gcc?
- Why is the C program giving weird output using Sca
- printf ptr: can the leading 0x be eliminated?
相关文章
- gcc/g++ gives me error “CreateProcess: No such fil
- Calls that precede a function's definition can
- How can I use gcc's -I command to add recursiv
- How do I know if std::map insert succeeded or fail
- Rounding decimals in nested data structures in Pyt
- How to specify gcc flags (CXXFLAGS) particularly f
- How to generate assembly code with gcc that can be
- Is it safe to use negative integers with size_t?