Search code examples
Issue using Type Punning with union...


cuniontype-punningc-standard-library

Read More
Should I check the return value of fseek() when calculating the length of a file?...


cc99fseekftellc-standard-library

Read More
snprintf: Are there any C Standard Proposals/plans to change the description of this func?...


clanguage-lawyerc11c-standard-libraryc17

Read More
what is difference between fgetpos/fsetpos and ftell/fseek...


cc-standard-library

Read More
Is it a good idea to use a const pointer to FILE type?...


cpointersfile-ioc-standard-libraryconst-pointer

Read More
What does the size argument of setvbuf mean for an unbuffered stream?...


cfile-iolanguage-lawyerc-standard-library

Read More
Write int variable in file using write...


cfileunixasciic-standard-library

Read More
Is reading into uninitialized memory space ALWAYS ill advised?...


cposixstandardsc-standard-librarydata-handling

Read More
How to determine whether a return char pointer needs to be free in C standard library functions?...


cpointersfreec-standard-library

Read More
Why there are no "unsigned wchar_t" and "signed wchar_t" types?...


cstandardswchar-twidecharc-standard-library

Read More
Keyboard input makes function not work properly - C...


cc-standard-library

Read More
What is string overlapping according to the C Standard?...


cstandardsc-stringsstrncpyc-standard-library

Read More
Is there a function that copies all instances of a character into same indices in another string?...


cstringc-standard-library

Read More
Why does pow(n,2) return 24 when n=5, with my compiler and OS?...


cmath.hc-standard-library

Read More
How to cast to `wint_t` and to `wchar_t`?...


cstandardswchar-twidecharc-standard-library

Read More
naming convention for function and structure names and according to ANSI C standard...


cansi-cc-standard-library

Read More
Do C standard library functions which are included in C++ throw exception?...


c++exceptionexception-safetyexception-safec-standard-library

Read More
Does the C standard guarantee buffers are not touched past their null terminator?...


cstandardsc-standard-library

Read More
BackNext