Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

In GDB, can you set memory as if it were a char array?

c arrays gdb

Does every large project include a Lisp interpreter? [closed]

c++ c lisp project-management

What does "#Define BLABLABLA (1 << 2) mean? [duplicate]

c

pthread_kill doesnt kill thread C linux

why fread sometimes encounters "Bad file descriptor"?

c file stream fread

malloc(): corrupted top size

Java Native Interface Error: Can't load IA 32-bit .dll on an AMD 64-bit platform

Command not found when using popen

c linux system-calls popen

Concatenating uint8_t to a char*

c pointers char uint8t

How do I convert UUID in string (char array) to static uint8_t adv_data[31]

c++ c arrays arduino uuid

C function memory allocation

c memory memory-management

Valgrind: Invalid write of size 1 on a strcpy

c valgrind

__FILE__ shows whole path with filename

c linux makefile

Need to have non-blocking named pipes capable of two way communication in c on Linux

c linux

udp server unable to transmit data

c sockets

String literal in compound literal

c

Holding scrollbar freezes win32 console application

c++ c windows console

Ultra-fast database access for web applications - SQL or NoSQL, Interpreted PHP or Compiled C? [closed]

php sql c database apache

Error when linking a program which uses ICU

c icu

I need some tips on implementing the chroot command in C

c chroot