Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Changing a char array's values

c arrays pointers

Realloc an array of Structs

c arrays struct realloc

String as an array index

c arrays

Casting a function pointer to a type that accepts more arguments

c casting function-pointers

What are the threading guarantees of nowadays C and C++ compilers?

c++ c multithreading

Which is faster, C & MySql or PHP & MySql?

php mysql c performance insert

C : how is double number (e.g. 123.45) stored in a float variable or double variable or long double variable?

c

Segmentation fault sprintf [c]

c shell

Proper way to create packets along with sending and receiving them in socket programming using C

How do I convert int* to int (*p)(void)?

c pointers

Applying increment to ternary operator in C

Is there anything special I need to do to use C code in my C++ program?

c++ c g++

How do I get the base type of a variable using GDB/MI

c types gdb

How to know the number of characters in utf8 string

Number of Running Processes on a Minix system from C code

c unix process minix

Is there any more scope for optimising this code?

c optimization malloc

Resources To learn IOCP On Windows

What is the fastest way to overwrite an entire file with zeros in C?

c linux file unix file-io

stdarg and NULL arguments

c variadic-functions

Reversing a string in C using pointers?

c string reverse