Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

for loop condition always true

c for-loop types range

Got confused with pointers in C

c pointers

int array[30] = {0}; How this works in c?

c arrays initialization

malloc and free in recursive functions

c pointers recursion

What is the return value from a function without a return statement?

When subtracting two pointers in C

c pointers

Use of # symbol in C

c

Convert console exe to dll in C

c delphi dll exe

Why does printf() output -1 for large integers?

c

How to compile a C program?

What does crypt() do in C?

c crypt

How to learn C pointers?

c pointers

Are there C/C++ compilers that do not require standard library includes?

c++ c compiler-construction

When Does It Make Sense To Rewrite A Python Module in C?

python c optimization

Extract IP from connection that listen and accept in socket programming in Linux in c

How can I rewrite this (cleanly) without gotos?

c goto control-flow

How are circular #includes resolved?

c++ c

How can I clear the contents of a file

c unix

Signed right shift = strange result?

How can I allocate a 2D array using double pointers?

c arrays pointers