Thursday, December 14, 2017

Programming Ivory Tower vs. Real Life

Read Lena Keri's answer to Which programmer do you hire: the one who programs a messy program in three hours or the other who does a well-structured program in twelve? on Quora

Declaring pointer variables C/C++

Great summary of the various ways to declare pointer variables in C/C++

https://www.quora.com/Why-do-we-use-%E2%80%9Cint-%2Ap%E2%80%9D-over-%E2%80%9Cint%2A-p%E2%80%9D/answer/Roland-Frank-1?srid=uRSqj


Read Keith Thompson's answer to Why do we use “int *p” over “int* p”? on Quora