(*iter)->someMethod()
Reference: http://stackoverflow.com/questions/23318875/iterating-through-a-vector-of-pointers
My online tech scrapbook where I keep my notes in case I need to look them up later
Wednesday, June 17, 2015
C++: Iterating Through Vector of Pointers
Tuesday, June 16, 2015
Git: Amend Most Recent Commit Message
git commit --amend
Reference: http://stackoverflow.com/questions/179123/edit-an-incorrect-commit-message-in-git
Reference: http://stackoverflow.com/questions/179123/edit-an-incorrect-commit-message-in-git
Wednesday, June 3, 2015
Bash IO Redirection
">" for normal output. "2>" for error output.
Reference: http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO-3.html
Reference: http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO-3.html
Subscribe to:
Posts (Atom)