Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

How to save data in C/C++? [closed]

c++ c database save

Commonly Accepted Variable Name Formatting - C/C++

c++ c variables

Am i using malloc properly?

c malloc

return 2d array from function in C++

Are there any downsides in using C++ for network daemons?

c++ c networking daemon

Cannot understand C source and it does not compile in GCC, but in Visual C++

c visual-c++ gcc