Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to make a .com file using C/C++?

c++ c com

What is the default state of variables?

c memory initialization

Outcome of a small C program

c unix fork

What is a simple example of replacing c code with assembly to improve performance?

c performance

Remove extra white space from inside a C string?

c string whitespace

How do I set the number of characters output in a fprintf '%s' format using a variable?

c file printf

what does (int) mean in C programming

c

Is this "*ptr++ = *ptr + a" undefined behavior?

c++ c sequence-points

How to justify using a scripting language as part of a project

java c lua

Calculating Fibonacci Numbers Recursively in C

c fibonacci

Need a tool to detect memory leaks in C code

does 8-bit processor have to face endianness problem?

c 8051

Reading Binary file in C

c file-io binaryfiles

Why I can't use unsigned short in switch/case?

c++ c

portable way to create a timestamp in c/c++

c++ c

cannot convert int to int *

c++ c

How can I get the system language in C/C++?

c++ c posix locale

Is it possible to know which lines of the source code were executed?

free() function without malloc or calloc

c malloc calloc

C programming - floating point exception

c