Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Does C use short circuit evaluation even when arguments are function calls?

syntax error - token ";" inserted before "variable name"

c header extern

Are changes made to the GOT expected to be reversed during reverse debugging?

c gdb got reverse-debugging

creating a data structure at specific memory location in c

c arrays memory

Can printf() return differ from strlen()?

c string

Can I/ Should I free pointer returned by strtok

How to validate an xml file using a schema file in C programming language using libxml2

c libxml2

Why do I get error compiling Ruby 3.2 on CentOS 7?

c ruby linux centos7

Objective-C /NSObject pointers compared to C pointers

ios objective-c c pointers

How do I format a string from an array of values in C?

c c89

Is there any way that I can search for a file or a filename using a given inode number?

c file unix inode

What is special about a ternary statement instead of a if-else statement in terms of optimization?

c++ c compiler-optimization

Is fread possible after a file is removed?

c

Correct way to extract array data from binary?

c++ c file

How to convert PCM 8kHz 8bit unsigned to mp3 in C

c mono mp3 pcm lame

How to calculate the % of CPU used by the threads in a process in Linux?

c linux multithreading process

Libraries compatibilty by cross-compiling node for armv5

c node.js arm cross-compiling

How to get C to find the macro identifier given the numeric macro value?

c c-preprocessor

Confirmation before closing a C program

c visual-studio return exit