2 questions
If you compile TDM-GCC 5.1.0 with c99 as shown in gcc-std=c99-pedantic test.c, the output of %lf will be 0.0000.Source code of interest:#include<stdio.h>int main(void){ double v=3.1415926; print...
I looked it up and I heard that the visual version I use doesn't have stdint.hThen I can't write anything in this header? TT?
© 2024 OneMinuteCode. All rights reserved.