Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

is there is a way to make a variable take only certain values?

c

Create pointer to array within struct

c pointers struct

Why does function `strtoll` gives a wrong value and set errno to 34?

c strtol

what is meant by 'Most C system provide for logically infinite floating values'?

Why calling printf result in a different function prologue for main?

c linux gcc assembly x86

How restrictive is the restrict keyword?

c pointers

Input several numbers from array and each one number check for integer or not

c arrays integer

Linker: Undefined Reference for const C structs which are located in static lib

c

ANSI C graphics extension [closed]

c user-interface frameworks

looping through properties in struct - C

c properties struct for-loop

C code to get the IP address

c network-programming

How to return a pointer from a function that calls a function by pointer to a function that returns a pointer?

c function pointers

C Scanf input testing for expected input format

c testing input scanf

Memory leaks and pointers

off-screen rendering with fbo and texture got black screen

Linux RAW sockets - Unable to use write() instead of sendto()

Can't free memory after char *

c free

Declaring volatile pointer to a pointer which points to non-volatile data

c pointers syntax volatile

how to force compiler error with strcpy() when destination is const

c

How to debug external program run in main function in C?