Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What is the difference between shared and dynamic libraries in C?

Is it possible to achieve temeplatization in C as it is possible in C++

c++ c

Passing command line arguments to app written in C

c

Default values of uninitialized local variables in C

c variables initialization

Single-line initialization of array allocated by malloc()

c initialization malloc

Embedded system interrupt / hardware handling from Linux

c linux embedded arm interrupt

Benchmarking an application in a fully loaded machine

c++ c time benchmarking

Inconsistent behavior of Julia ccall

c windows julia

Seeing register contents in ASCII in gdb

c assembly x86 gdb

The scanf 'maximum field width' includes whitespace?

c language-lawyer standards

C - how do I read * and -> together? [closed]

Append to the beginning of an Array

c++ c

How do I declare a function to be used as a function pointer in c?

c

writing data to a socket that is sent in 2 frames

c linux sockets tcp

When writing a portable c/c++ program, what is the best way to consume external files?

c++ c

I misunderstand win32 (and maybe libc) strtok( )

c strtok

How do I replace the last occurrence in a string in C manually?

c str-replace

Is it possible to initialize a 2D array by calling two functions? example: array[starting_rows()][starting_columns()]