Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

Allocate struct from function in C

c function struct

A clear, simple explanation of what a struct is in C

c struct

Which audio file format is easiest to manipulate?

c++ c ios audio

Which library the program is linked to that provides a given function?

c gdb

When does an c/c++ project need a configure file?

c++ c configure