Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Compile different code on whether a function is available or not

What is the simplest way to write a timer in C/C++?

c++ c

Need an explanation of how pointers work when passing in as function args

c

C memory space and #defines

c read a file's permissions

c permissions

Is there a way to figure out the top callers of a C function?

Why is that data structures usually have a size of 2^n?

c data-structures size buffer

Random int 1-255 to character in C

c random char int

C warning 'return' with no value, in function returning non-void

c warnings

C: performance of assignments, binary operations, et cetera

c performance

understanding strlen function in C

c

exact representation of floating points in c

c floating-point

GCC gives incorrect answer with optimization enabled

c gcc

GDB creating a core file

c gdb core

C , C++ unsynchronized threads returning a strange result

How to free a pointer to a dynamic array in C?

c pointers free dynamic-arrays

Freeing pointer after pointer arithmetic

What are best practices for finding a bug in a C program that only shows up in optimized build

c debugging gdb

Why I cant create raw socket in Ubuntu?

c sockets networking

Why do certain C/C++ functions use pointers as parameters?

c++ c pointers