Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Are all functions in C global?

c ansi-c global-functions

When is it okay to create 'reserved' identifiers?

c++ c

Why is this an illegal constant expression?

What is in an executable besides the raw machine instructions?

c assembly gcc executable

Can I assign a value to argv?

c++ c visual-studio-code

Why does printf output float 1.45 with one decimal place, and 1.445 with two decimal places in different behaviors? [duplicate]

Create a function to return the length of an int array in C [duplicate]

arrays c function

Underflow error in floating point arithmetic in C

c floating-point underflow

RS232 Communication - Can I use it to create a steady state signal?

Is TCP Keepalive the only mechanism to determine a broken link?

c linux tcp

Double quotes in vim/ubuntu?

c linux vim

IDE for C application development that you admire most [closed]

c ide

Cut out section of string

c string pointers

Initializing an array of pointers to pointers

c arrays pointers

After execvp returns, why doesn't my program pick up where it left off?

c multithreading execvp

How to identify a 64 Bit build on Linux using the preprocessor?

c linux build 64-bit

C to IEC 61131-3 IL compiler

Array of pointers to multidimensional arrays

c arrays pointers

Convolution Filter - Float Precision C Vs Java

Parsing text into sentences?

c++ c parsing nlp