28 Mar 2020 » Effective C++ Series(ii)
Chapter 1, Item 5: Know what functions C++ silently write and calls.
First and foremost, something that confuses the hell out of beginners / me are the C++ constructors. There are 3 different kind of constructors in C++.
- default constructor
- copy constructor
- copy assignment operator.
So what are the differences between those 3?
Read more...14 Mar 2020 » Effective C++ Series
Chapter 1, Item 4: Make sure that objects are initialised before used.
Before I actually started reading this book / writing ANY C++ code, I created a mini project (something to keep track of my finance) to get myself started with C++.
The closest language I know that is similar to C++ was Java. Naturally, I coded the mini project in a very Java style. While reading the book / working / finding out more information on C++, I looked back at my project and realised I made the most fundemental mistake in C++. Initialization and assignments are two VERY different things. (duh!)
04 Jan 2020 » Julie And Julia
Happy New Year! Was watching Julie and Julia while on annual leave. It seems like a really good movie to watch for the brand new year. Julie was doing the same thing as me! Blogging about the things she like. I particularly like one quote from Julie.
I'll probably need a deadline, otherwise it'll be like everything else I do, I never finish.
- Julie Powell.
Therefore this year, in order to resolve my new year resolution, Iโll try to break them down into smaller steps with a deadline
.
31 Dec 2019 » Bye 2019
This year was a really, really, wild ride. So many changes took place. My own personal development, doing things that I never thought I would be able to (conquering interviews), and also, the physical change - living abroad. January, I started out really strong in exercising. I maintained running at least 4 times a week for a month, meal prepped my own lunch. However, this did not last long, as I started prepping my resume, sending them out and practice technical questions.
30 Dec 2019 » Hello World
Classic first post. Just a place to journal down my learnings and experiences. I was born and raised in Singapore throughout my entire life, this is my very first time leaving home to live in a foreign place. There were plenty of challenges Iโve faced the past few months, and iโm sure there will be more in the upcoming year. Will be blogging here to share my experiences! You can use askfm to ask me a question :)