Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

XML APIs in C?

c xml api

How to automatically generate C header file using CMake?

c header cmake

How can I use pointers to display strings in an array?

c pointers string

C++ dll in C program

c++ c dll

How do we shift from protected mode to real mode in Linux 2.6?

size_t,key_t,time_t etc

c linux

printf("%d %d %d\n",++a, a++,a) output [duplicate]

c printf

How do I read hex numbers into an unsigned int in C

c file copying

How do I write a function to permanently change a passed string

c string function

Remove preceding spaces and tabs from a given string in C language

c string tabs spaces

What exactly does "ar" utility do?

c unix

How to read unsigned short from file?

c++ c file-io

structure on a heap memory

c++ c memory-management

Creating a stack of strings in C

c string stack

Traversing a binary tree in C

Linking C .obj files into Delphi application, resolving standard C dependencies

c delphi .obj

Pointers to void pointers in C - can I use void** for rudimentary polymorphism?

c void-pointers

Detecting use after free() on windows. (dangling pointers)

c++ c security testing

How to maintain fixed size of C variable types over different machines?

c++ c

C static variables and initialization

c static initialization