Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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?

Arguments in a function prototype

c++ c arrays pointers

This C code is supposed to fail but it works. Why is that?

c gcc

Where is dynamic memory allocated?

C compiler's language [closed]

c compiler-construction

In a C program, is it possible to reset all global variables to default vaues?

c global-variables

C pointers - Point to the same address

c pointers

32-bit or 64-bit? Using C code

c

Basic math operations with HUGE numbers

c math bignum