Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

A strange result in a simple pthread code

c multithreading pthreads

how to set array size of 20 mbs in C [closed]

c

Are conformant array parameters VLAs?

Can only connect to Server once with Client in c

c sockets server client

C: Display special characters with printf()

c character-encoding

Android NDK: what happens to memory allocated with malloc when app finishes?

java c android-ndk malloc

Packaging C binary in java

java c

Simple hello world runs but printf does not print to command line

c

ERROR: 0:2: 'attribute' : cannot initialize this type of qualifier (whatever GLSL version used from 1.1 till 1.5)

c opengl glsl shader glut

Step-over switches thread while debugging multi-threaded C program with vscode

What is an undefined vector element represented as in memory?

C99 Standard - fprintf - s conversion with precision

c unicode c99

can't run gdb on ubuntu: Could not find platform independent libraries

c ubuntu gdb

Shared memory is not updated

What are the differences between constant expressions and nonmodifiable lvalues?

c

array addressing [duplicate]

c pointers arrays