Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Updating a field value of a C struct from Julia

c julia ffi

Unexpected run time difference

c

Error when statically linking libgmp on Linux

c static-linking gmp

What is the right way to convert into UNIX timestamp from the date and time in C/C++?

calling CUDA compiled .dll from R

c r cuda

Does gcc compiled executable LSB imply "Least Significant Byte" and "Least Significant bit" at the same time?

c gcc

How can I return file contents from a function?

c

How to assign values to an array of struct at run-time?