Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

When to use const in a function for C

c

How can get disk usage in linux using c program?

c linux ubuntu-18.04

What does (int (*)()) mean in a function call

c

I need some weak entropy. I know I can use an unitialized buffer, but if I just need an integer's worth, would its address suffice instead?

c entropy

delphi records and c structs

c delphi struct record

Handling Buffer Size Errors in strftime: ERANGE vs EOVERFLOW

c linux gcc strftime errno

compression library for c and php

php c compression

Will pthread_detach manage my memory for me?

Need help implementing simple socket server using GIOService (GLib, Glib-GIO)

c unix glib

Compiler returns error "char *(int)' differs in levels of indirection from 'int ()'" even though data returned seems to match function return type

c arrays function pointers

Growing Array in C [closed]

c

Does Cython support the ternary style if statement (if ? then : else)?

Obtaining Own External IP Address in POSIX C

Is this considered undefined behaviour in C/C++? [duplicate]

c++ c undefined-behavior

Non-binary tree

c pointers tree

Linking to a C library compiled as C++

Books and shellcode examples [closed]

c shellcode

Read a matrix from a file

c