Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

I wrote a single-thread program using codeblocks but in task manager it shows that the program is using 2 threads?

c windows multithreading

difference between character array initialized with string literal and one using strcpy

c pointers token c-strings

Are globals considered as statements?

c global

Using WTO to write multi-line message via __asm__ in C language

next command in gdb is not working correctly

c gdb

How to parse a music into a array of frequencies and durations of its notes

How to make n nested for loop in C or Objective C

objective-c c loops

Memory optimization in C for an array of 1 million records

c optimization memory

Building a complex string?

c string printf

Can 2 `restrict`-ed pointers compare equal?

Is this declaration UB?

100% coverage exit handler that handles all ways a program can exit in C

c destructor atexit

Assert frees memory in C++

c++ c memory-management assert

Figuring out addresses in C [closed]

A interesting practice about getchar() function

c getchar console-input

linux kernel code ">>" operator

How to pop / clean Lua call stack from C

c lua cunit