Overview on MIT-6.828 lab JOS
11 Oct 2020JOS is the operating system built in MIT OS-6.828 lab. A quick peek into its internals.
JOS is the operating system built in MIT OS-6.828 lab. A quick peek into its internals.
Setting up Nextcloud Server is half of the work - the other half, maintenance, is as important, if not more.
Continuing on the story of C++ Types, we explore the conversion between types and C++ cast operator. We discuss the differences on implicit conversions and explicit conversions, and further elaborate on each cast operator.
In the post related to C++ move semantics we briefly discussed about lvalues and rvalues. The complete story, however, is slightly more complex. We continue on the tales of Value Categories.