Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Carl Norum
Carl Norum has asked
6
questions and find answers to
805
problems.
Stats
24.5k
EtPoint
8.8k
Vote count
6
questions
805
answers
About
I work on new server stuff at Google. I don’t answer questions here like I used to, but I try!
Carl Norum questions
What can I do if getcwd() and getenv("PWD") don't match?
Disassemble Microsoft Visual Studio 2003 compiler output
Matching va_list types between compilers
How do I shut up make when it doesn't need to do anything?
Parallel building with gnumake and prerequisites
GNU make differences in multiline variable declarations
Carl Norum answers
K&R Exercise 1-16 clang - conflicting types for getline
Difference between scanf for char * and char [ ]?
Declaring an array of character pointers (arg passing)
Will any programs detect a buffer overflow within a C/C++ structure?
How do I force the program to use unaligned addresses?
Fortran77 parameter when executing program
How to compile C code using old syntax with a modern compiler?
Converting string to long using strtol and pointers
What are the '@' and '$' for in C/C++? [duplicate]
clock() returning a negative value in C