Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Lint on C code: parameter of function (a pointer) could be const. *But* I am writing to passed pointer

c lint

Simplest fix for "error: taking the address of a temporary object"?

c++ c

Is the Break keyword the most efficent way to exit a for loop? C/C++

c++ c loops

Members of wchar_t string array missing

c++ arrays c string

When terminating a process is it possible to delete a file?

c windows file-io

Segmentation fault when casting int to char in C

Segmentation Fault while working on a Hash Table

Sorting an array of int using stack in c

arrays c stack

Simulate Screen

c

Boole's rule for N intervals (C)

What does a typecast at the beginning of an arithmetic expression apply to?

c++ c casting

Why does linkage affect whether relocations are needed for relative jumps in the same section?

c assembly linker x86-64 elf

Profiling Cache hit rate of a function of C program

c linux perf papi intel-pmu

Does c keep track of allocated heap memory?

c malloc free

Differences between 2 kinds of structure declare

c structure typedef

struct with typedef and declaring a function

c struct typedef

Is bind() necessary if I want to receive data from a server using UDP?

c udp bind

Undefined behaviour or not undefined behaviour

Why FILE pointer after being passed to a function changes when back in main in C?

c pointers