Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Variable and constant with same name

c++ c

How would I compare 2 unsigned char arrays?

c hash

How to print a string using printf without it printing the trailing newline

strlen returning wrong value

c data-structures strlen

Understanding how the wait function works and get a clear view of how to use it

c linux fork

Understanding different translation units in C (the meaning)

c gcc translation-unit

Long key press GTK [closed]

Structs not working, getting garbage output

c struct

I'm looking to add syntax color in emacs for global variable, define, local variable in a func like eclipse

c emacs elisp

OpenGL: Unexpected Vertex Positions of a Specified Triangle

c++ c opengl

Asynchronous I/O reading from a file

c multithreading pthreads

How to avoid using "extern" to share an instance between many files in C?

c embedded avr

How to sequentially pass a set of 1D arrays to a function, in C(preferred)/C++

c++ c arrays pointers memory

not getting expected output from fgets() function

c blocking fgets

C pointer troubles [closed]

c sorting pointers struct

Different Outputs for a positive and negative value

Recalculating TCP Checksum in Linux Kernel Module

How do I start an android activity from a .cpp script?

android c++ c

Defining a new color in ncurses

c ncurses

Different pointer notations in 2D Arrays?