Posts

C++: Championship Linked List example by adding const correctness, usage...

Image
https://github.com/pereiradaniel/CPP_CRASH_COURSE/blob/master/P1C3/championship_linked_list.cpp

C++: Linked List of F1 World Championships.

Image
https://github.com/pereiradaniel/CPP_CRASH_COURSE/blob/master/P1C3/championship_linked_list.cpp

C: Organizing F1 Team data into structs.

Image

C++: Improving the F1 driver's scoring point system by adding private an...

Image
https://github.com/pereiradaniel/CPP_CRASH_COURSE/blob/master/P1C2/f1points.cpp

Calculating Max Verstappen's total points so far in the 2024 Formula 1 s...

Image

C++: Enum Class Quick Demo.

Image