Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Issue with pointer math in C

c pointers

Error: ‘AES_BLOCK_SIZE’ undeclared. Unable to compile OpenSSL with C in Linux

c function parameters order of evaluation

Is it possible to share a C struct in shared memory between apps compiled with different compilers?

how to get the current opened applications in windows using c++ or vb.net?

.net c windows

Unable to re-compile legacy Pro*C software in Redhat Linux with Oracle 12C

How to access compilation time inside ESP-IDF application code?

c esp-idf

Why is my palindrome function not working?

c recursion palindrome

Formal Parameters difference between sendto() and recvfrom() in C

c sockets udp sendto recvfrom

How do I open a file in such a way that if the file doesn't exist it will be created and opened automatically?

c file-io fopen

How to use fscanf to reads any character into a string until a tab is reached?

c++ c

Which C++ cast type is a C cast equivalent to

c++ c types casting

Python: C for loop with two variables

python c

Incompatible integer to pointer conversion errors?

c pointers

OpenMP: Causes for heap corruption, anyone?

c++ c dll openmp visual-c++-2005

Querying custom DNS Server using C

c winapi dns

Modifying a string being passed as argument of a function in C [duplicate]

c string pointers