Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Stuck while optimizing a segmented prime sieve in C

c optimization primes

What are the msvcp140_1.dll and msvcp140_2.dll files in the Microsoft C runtime?

c msvcrt

Looking for example program written in different languages [closed]

When is memory allocated during compilation?

What is variable attribute SEC means?

c bpf ebpf

Issue with dynamic array Queue data structure with void pointer

difference between fputs and puts in c

c fgets puts fputs

Does uint16_t get promoted to int? And is it safe to typecast uint16_t to uint32_t?

Iterate range of addresses between two IPV6 addresses

c iteration ipv6

"..." last argument of a c static function

c function arguments

PE File sections - SizeOfRawData or VirtualSize

Can I use a class variable in python similarly to how a struct variable in C is used?

python c

How can a Mac GUI app relaunch itself without using Sparkle?

c++ objective-c c macos relaunch

Why the following code can't modify the string in array of pointers? [duplicate]

c

Is it possible to print Bengali language with C in console?

c++ c

How does the compiler know that it is at the end of the array?

c arrays string

Length is increased while reversing a string

c