Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Segmentation fault, Invalid write of size 4

c memory struct valgrind

Is there a way to see the functions inside a C/C++ archive (.a)?

c++ c binary unix-ar

ioctl giving Invalid Argument

c linux ioctl

Message queue in Perl

c perl ipc message-queue

execl("/bin/bash","bash","-l","-c","env",NULL), what's wrong?

c linux bash

How can I improve this code? I don't like to put so many ifs

c arduino

How to modify return address on Stack in C or Assembly

Duplicate symbol issue with C headers

Can I substitute __func__ into an identifier name in a C macro?

c macros

Getting negative address in c

c arrays pointers printf

Bitwise or before casting to int32

Core Graphics pointillize effect on CGImage

Can you call a pass from an LLVM pass?

c++ c llvm clang

Print floating point number using printf() at ARM Cortex M0 uart console

c gcc arm embedded atmelstudio

Float underflow in C explanation

c underflow

Explain force_align_arg_pointer function attribute

Typecasting sockaddr structures

c sockets casting

Where does `__assert` come from?

c glibc

Replace multiple spaces by single space in C

c replace whitespace

C - pointer arithmetic

c pointers