Timilearning - A blog by Timi Adeniran

Subscribe
Archives
December 4, 2021

[New Post] Learning C++17 from Java - Header files

Hello,

Thank you for subscribing to get notified when I publish a new post.

Here is a preview of my new post on header files in C++, along with a link to the full content.


Learning C++17 from Java - Header files

This is a continuation of the series on C++ topics that I’ve found interesting, coming from a Java background. You can read the first post here.

…

Header guards

Say just for fun, we are writing a program to compare Tidal and Spotify with the following rubric:

Assign a score to each platform based on the average length of the top K most played songs on the site, where K is user-provided and must be at least 2.

We can introduce a new function in container.h to calculate the average value and define a global variable for the minimum value of K.

Continue reading…


Thank you,

Timi

Don't miss what's next. Subscribe to Timilearning - A blog by Timi Adeniran:
This email brought to you by Buttondown, the easiest way to start and grow your newsletter.