Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why I cant create raw socket in Ubuntu?

c sockets networking

Why do certain C/C++ functions use pointers as parameters?

c++ c pointers

Unix fork() system call what runs when?

c linux unix fork

Program crashes when I give printf a pointer to a char array

c

Returning a char pointer in C

c pointers c-strings

do { } while(0) vs. if (1) { } in macros [duplicate]

c c-preprocessor

String Find in C

c string

ABS(A) and abs(int)

How to interprete ffmpeg AVERROR

c error-handling ffmpeg

what happens during pass by reference in C?

What does if (! variable_name) mean in c language [closed]

c

How do I remove last few characters from a string in C

c

Rounding down a float to nearest 0.5 in Objective C / Cocoa Touch

objective-c c cocoa-touch

Convert negative angle to positive: Involves invalid operand use

c++ c math

Assignment statement used in conditional operators

c

In C, how do I create a `static` array of constant size with zeroed values, but without calloc?

Running luajit object file from C

c lua luajit

can overuse in Macros hurt performance?

c++ c performance

How can I find the number of unique characters in a string?

C Pointers from Past Paper [duplicate]

c pointers