Static variables and functions - C++ programming practice

preview_player
Показать описание
Examples using static variables and functions within a class. This is for my CS 235 Object Oriented Programming with C++ course.

You can view the source code in the repository here:

All my course content (lectures, notes, assignments) are available here for free:

❤️ Be Creative ❤️ Be Kind ❤️

🌟 Moosader stuff! 🌟

/* About me */

Rachel Wil Sha Singh (formerly Rachel Morris)
💻 Code Crocheter 🎮 Glorious Gamedev 🌻 Kansas City Couch Potato
🎨 Aimless Artist 🎹 Out-of-practice Pianist 💬 Creative Conlanger

🌼 Trying to make the world a better place 🌼
🌼 through education and game development! 🌼
Рекомендации по теме
Комментарии
Автор

I enjoy watching your videos as they give me some new insights with my own C++ programming. You demonstrate some utility classes where all of the members are static; is there a particular reason to do this instead of using namespaces?

asphegames