Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Is there any standard for the argument format of a program? [duplicate]

c++ c standards specifications

How can I automatically add padding to bytes in a struct to fix register alignment in C?

c struct cpu-registers plc

How do I copy the common values from two arrays of the same length into another without duplicates?

c arrays

How do I sync the outputs of two processes using a semaphore with C in Linux?

getting values for an array using scanf function in C

c arrays scanf

Emulating inheritance with C preprocessor

How to retrieve value from bytes stored in a byte array?

xlib get icon data to draw on a window

c linux x11 xlib

Visual Studio "Run button" changed to "Attach to a process"

c visual-studio debugging

implicit int in c language

c variables

gethostbyname() function returns empty buffer

c sockets gethostbyname

Extracting DNS info from a captured packet in C

c parsing dns

qsort gives [Error] : invalid conversion from `int (*)(cricketer*, cricketer*)' to `int (*)(const void*, const void*)'

c qsort

How to preprocess a C source code for pycparser

c c++

why choose one's complement when writing to a register

strtok_s behaviour with consecutive delimiters

c strtok

returning const char * from a function in C

c gcc constants

Modifying a structure member with pointers in C

c

I'd like to know what is internally happening in this code?

c arrays pointers printf

embedding absolute path for shared libraries