Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why the following code can't modify the string in array of pointers? [duplicate]

c

Is it possible to print Bengali language with C in console?

c++ c

How does the compiler know that it is at the end of the array?

c arrays string

Length is increased while reversing a string

c

How can gcc -O3 make the run so fast?

c gcc

What is a C/C++ data structure equivalent in Javascript?

javascript c++ c

Please explain this alignment error

c memory alignment

How to write the header file if I want to compile HLSL at build time to header files,

c++ c hlsl directx-11

Is there an equivalent to a nested recursive function in C?

How are the symbols for static variables named in GCC?

c gcc static

Is (void*) ptr == ptr always true?

How do I add an operator to Bash in Linux?

c linux bash

Why do many init functions take a pointer to initialize, rather than returning a valid one? [duplicate]

c pointers init

Does passing to a function two pointers pointed to members of the same union violate the strict aliasing rule? [duplicate]

Is stat(2) thread safe?

c multithreading posix libc

Code polisher / reformater for C, C++ or Fortran [closed]

c++ c fortran code-formatting

Why don't the authors of the C99 standard specify a standard for the size of floating point types?

Writing 'packed' structs to file using C

c struct io packed