Some notes on computer stuff
code
tags
rss
about
Posts Tagged "c"
Come to terms with computer terms
March 26, 2018
[
autoconf
] [
c
] [
c++
] [
rant
]
Why restoring signal handlers is important
October 5, 2014
[
issue
] [
programming
] [
shell
] [
c
] [
gnu/linux
] [
vim
]
How to define `_GNU_SOURCE` correctly with autoconf correctly
October 16, 2013
[
programming
] [
autoconf
] [
preprocessor
] [
c
]
How to define `_GNU_SOURCE` correctly with autoconf
July 29, 2013
[
programming
] [
autoconf
] [
preprocessor
] [
c
]
Flattened aggregate initializers in C and C++
April 28, 2013
[
programming
] [
c
] [
c++
] [
initialization
]
strchr() finds zero character
October 17, 2012
[
programming
] [
c
] [
c++
] [
strchr
] [
issue
]