Bold Aesthetic Creative Games

An Indie Game Studio Developing Bold, Aesthetic & Creative Video Games

Data Types

  • C++ Programming Series: Structures and Data Types

    During that non-blogging time, I learned one thing: Always finish what you have started. And so, here I am continuing my C++ Programming Series. C++ got primitive data types like integers, floats and doubles. They are called primitive for a reason. We can create our own data types by combining other data types. We can…

    Know More