Newbetuts
.
New posts in c
What's the proper use of printf to display pointers padded with 0s
c
pointers
printf
c99
Function "read()" forces the program to exit when typing information into dynamically allocated array
arrays
c
memory
Why am I getting the message "Single-stepping until exit . . . which has no line number information" in GDB?
c
gcc
gdb
Reading from stdin
c
unix
stdin
Why do string literals (char*) in C++ have to be constants?
c++
c
pointers
string-literals
How universally is C99 supported?
c
c99
standards-compliance
Profiling python C extensions
python
c
profiling
How to read objdump in C
c
+= operator for uint16_t promotes the assigned value to int and won't compile
c
gcc
I need help to find if a 2D char array is a pangram in c
arrays
c
string
multidimensional-array
pangram
Cross compiling static C hello world for Android using arm-linux-gnueabi-gcc
android
c
android-ndk
arm
cross-compiling
Are packed structs portable?
c++
c
gcc
struct
packed
Using stdlib's rand() from multiple threads
c++
c
multithreading
random
Create a file if one doesn't exist - C
c
fopen
fclose
freopen
glibconfig.h no such file or directory
c
linux
codeblocks
glib
Usefulness of `rand()` - or who should call `srand()`?
c++
c
random
srand
Is the `if` statement redundant before modulo and before assign operations?
c++
c
performance
arm
thumb
Is there a way to flush a POSIX socket?
c
sockets
posix
I am getting junk when I try to print the new array when i return it from function
c
Why was mixing declarations and code forbidden up until C99?
c
c99
c89
Prev
Next