Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What's the difference between zend_string_release and zend_string_free?

c php-internals

warning: incompatible implicit declaration of built-in function 'strlen' and 'strcpy' [duplicate]

c warnings strcpy strlen

What does allocating memory of size char * do?

Array of structs in c: giving all the strings same values (with the int it works well). What sould I do?

c arrays string struct

atoi doesnt seem to be working properly

c++ c atoi

How to return output from pyrun_simplefile in c code

python c++ c

Sending ICMP ping

c macos ping icmp raw-sockets

Do I have to link the files with -lgcc?

c gcc osdev

Why does the structure size differ in 32-bit and 64-bit program?

c++ c

Cannot read from/write to external SRAM using FMC on STM32F429I-Disco board

Handing array over to function. Correct use of pointers?

c pointers

Return statement does not get executed in c

c return intel icc

Is accessing the static value using a global pointer variable is valid?

c static global-variables

How to declare doubles inside a matrix (2d arrays) in C?

c matrix declaration

Does C11 says anything about empty translation units? If yes, in which section?

c c11

How to sort an array of student records by their grade

c sorting pseudocode

Reasons for a slow recv call

c linux sockets

How do I propogate compile options to subdirectories in CMake?

c++ c cmake