Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why can't compiler derive string length for array of strings?

Overflow over scanf("%8s", string)?

c scanf buffer-overflow

What does this mean: (void *) 0x00

c

Cygwin compiling error: "this application has requested the runtime to terminate it in an unusual way"

Bitwise equality

Is Cast to void** needed?

c

How do I prevent a char pointer buffer overflow?

c arrays pointers reference

SDL+OpenGL app: blank screen

c opengl mingw sdl

Is stack address shared by Heap addresses?

c++ c visual-studio visual-c++

Inserting data to file in c

c file pointers fseek

Need C#/C++ DLL Advice

.net c dll

writing a C/C++ daemon (Linux)

c++ c linux boost ubuntu

"Incompatible pointer type" compiler warning for 4th argument of qsort

How similar are Python, jQuery, C syntax wise?

Clarification is needed on bitwise not (~) operator

Can we use main, printf,scanf for naming identifiers?

c

Static C string allocation question

c string memory-management

An array of structures within a structure - what's the pointer type?

c++ c

What's the difference between these 2 declarations in c?

c syntax

How to detect if a port is already in use in C on Linux?

c linux sockets