Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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?

Can you construct a NULL-terminated GPtrArray that doesn't have an element_free_func?

Unexpected behaviour from minimax algorithm

c minimax

What is the fastest way to multiply a 16-bit integer with a double?

c microcontroller

Rotating a Linked List C

c linked-list

Compile C in Visual Studio 2012 without MSVCRT runtime

Why do clang and gcc duplicate code and branch vs unconditional jump inside loop?

c++ c optimization x86