Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

gcc -O optimization: Help me understand the effect

c gcc

Modify RIP register from inline assembly

c assembly x86-64

What exactly happens when pointers are assigned with strings values during initialization?

c string pointers memory

warning: ignoring return value of ‘fscanf’ in C

Create a d-dimensional pointer [closed]

c pointers

Comparing int with long and others

c int comparison long-integer

Malloc, strlen, strcat

c arrays memory-management

Modelling a Pendulum in C

c math while-loop physics

pthread mutex not working correctly

State Machine with no function pointer

C - error after for() cicle

c for-loop

Using Designated Initializers with the Heap

Moving frameless window by dragging it from a portion of client area

C++ malloc invalid conversion from `void*' to struct

MPI with Multiple Pthreads

c multithreading mpi openmpi

Is nullptr used to terminate C-style strings?

c++ c pointers c++11 c-strings

When using regex in C, \d does not work but [0-9] does

c regex

Is the order of execution always the same in C/C++

c++ c

First character of pointer

c pointers char

Why don't I get a warning while passing parameter to a function which should not accept any incoming parameter? [duplicate]