Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Implementing Goldbach's Conjecture in C code

In ONC RPC, is it valid to call svc_run() from two threads, registered with different program no?

c++ c rpc

Difference in netinet/tcp.h Vs linux/tcp.h

c linux sockets tcp

Understanding assembly .long directive

c assembly

SCCS "what" strings not optimised away by the compiler

c compiler-optimization

How to fix "assignment makes integer without a cast" **Update**

c command-line

Sensible exit statuses in the Unix environment; SIG_* range

c shell unix

referenced array == array

c arrays pointers reference

What is the use of do{}while(0)? [duplicate]

c++ python c semantics do-while

Can I use a case inside another case in a Switch Case in C

What is real use of return type of signal function

c signals

C + Linux: How to takeover the framebuffer

c linux opengl framebuffer

What's the difference between zend_string_release and zend_string_free?

c php-internals

warning: incompatible implicit declaration of built-in function 'strlen' and 'strcpy' [duplicate]

c warnings strcpy strlen

What does allocating memory of size char * do?

Array of structs in c: giving all the strings same values (with the int it works well). What sould I do?

c arrays string struct

atoi doesnt seem to be working properly

c++ c atoi

How to return output from pyrun_simplefile in c code

python c++ c

Sending ICMP ping

c macos ping icmp raw-sockets