Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why is log base 10 used in this code to convert int to string?

c string int

Force if statement to execute only once

c

Is it mandatory to give '\0' for initialization of character arrays?

arrays c c-strings

Decoding printf statements in C (Printf Primer)

c qt printf qstring

What is the relationship between the Windows API and the C run time library?

c winapi

Non-blocking mount in Linux

c linux mount

long integer as array index in C gives segmentation fault

How do I mark code with side effects?

Why does this allow promotion from (char *) to (const char *)?

c

Concatenating strings in C

c string concatenation

Choice of language for portable library

Make GDC front end emit intermediate C/C++ code?

c++ c gcc mingw d

Object Oriented pattern in C? [duplicate]

c oop

abstract function pointers

c arrays function-pointers

What is a good way to connect multiple clients to the server?

What is the meaning of the following?

c arrays

Does the order I declare pointers really matter in C? getcwd() problem

c unix getcwd

Why doesn't this code output anything?

c

Thread-safe get (accessor method)

c++ c multithreading

Is a strlen call in snprintf causing this segfault?