Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Handle escape sequences with ncurses? Does printf handle escape sequences?

c printf ncurses ansi-escape

Special treatment of setjmp/longjmp by compilers

Include a static library in a static library - CodeBlocks

Why do I get a segmentation fault with isdigit()?

c

Is this code declaring a type?

c

How to print a text in the middle of the screen in C programming?

c

Understanding getchar() in the character counting program in C

c io getchar

Metal: No matching function for call to 'threadgroup_barrier' in the kernel or Use of undeclared identifier 'mem_threadgroup'

objective-c c opencl gpgpu metal

reopen a directory using openat

c linux

Is it true that write all your C code in a single source file will make the program run faster? [duplicate]

c performance compilation

Data allocated by malloc() is not zero

Why was C not made a platform independent language?

gtklist[c code]: how to get the selection of a GtkList

c list gtk selection

How does one get the raw command line in C under Linux?

c parsing command-line

C function changes behaviour depending on whether it has a call to printf in it [closed]

c printf

how to get rid off garbage in array of chars?

c arrays char garbage