Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

expected expression before 'struct'

c pointers struct

Using the return value of "scanf()" to check for end of file

c file scanf

Linked lists. Where to allocate and how to cope with fragmentation?

c memory-management

How do I create a self-signed certificate in OpenSSL programatically (i.e., not with the 'openssl' CLI command)?

c openssl certificate

Can the pre-processor directives like #include be placed only at the top of the program code?

C / C++ - How to manage the cycles in a video game? [closed]

c++ c 2d-games

Assigning optarg to an int in C

c unix casting int

Function like macros returning a value

c macros

Strange syntax error C2143 in Visual only (missing ';' before 'type')

C/Arduino switch case

unusual output from pow

c pow

How can I programmatically open the default browser and pass a URL in C/Linux?

c linux glib

Finding bug in simple add function

c function add

Passing 2D arrays in C like argv of main

c pointers

Array doesn't print in reverse in C using pointers

c arrays sorting pointers printf

How does the compiler know about the instruction set of my CPU? [closed]

Running Time of GCD Function Recursively (Euclid Algorithm)

In C is there a pattern for variables in an array which are assigned 0 value?

c arrays initialization

How does pointer type casting work in c

Which functions are called before DllMain()?

c dll windows-runtime dllmain