Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

sizeof operator error on data types

c

Unexpected function call

mysql c gcc

What is the difference between signal(7) and signal(2)?

c manpage

A simple stack implementation using C

c

Conditions and pointers

c conditional-statements

Why does a C program crash if a large variable is declared?

c windows msvcrt

Why does malloc ask for unreasonable amout of memory from sbrk. what can prevent it?

Memory allocation for pointer to array and array of pointer

c arrays pointers

Search text using strstr function in C [duplicate]

c search text

Converting a 4 byte ip address to standard dotted decimal notation

c string ip-address

I can't find why my program always says too low

c

Which is an alternative to nested if's in C safe coding? [duplicate]

c

HMAC-SHA256 in C with OpenSSL - how to get a correct output

Read and write a PNG file using libpng in C

c png libpng

How to initialize variables for struct sockaddr_in

c sockets

Wine linker error: trying to create .lnk

c++ c windows wine lnk

binary sequence detector

Check if a char* buffer contains UTF8 characters?

c++ c utf-8

What (might) happen if I use fclose() when fopen() failed [closed]

c fopen fclose