Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

Unix fork() system call what runs when?

c linux unix fork

Program crashes when I give printf a pointer to a char array

c

Returning a char pointer in C

c pointers c-strings

do { } while(0) vs. if (1) { } in macros [duplicate]

c c-preprocessor

String Find in C

c string

ABS(A) and abs(int)

How to interprete ffmpeg AVERROR

c error-handling ffmpeg