Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

how i

  1. Malcolm

    HTML & CSS How to install Bootstrap

    Bootstrap 4.5 Framework Installation Created on August 25, 2020 Introduction Howdy Coders, This tutorial is how to install Bootstrap 4.5. Bootstrap is a framework used to design and build websites that are responsive and easy to view on mobile. Prerequisites Before we start you should get...
  2. Malcolm

    C++ How I built my age checker in C++

    Hello Code Forum! I'm back again with another How I built my series! Today, I want to show you how I built my age checker. In recent news in Canada, we have made cannabis legal. But you have to be of age to purchase. So I decided to build an age checker. I didn't put too much planning into this...
  3. Malcolm

    My basic calculator code for C++

    Hello Coders! Here's my calculator code if you wish to experiment or build onto it! :) // // Created by malcolm on 2020-07-31. // // Advance Calculator #include <iostream> using namespace std; int main(){ int firstNum {0}; int secNum {0}; int maths {0}; // Asking for two...
Back
Top Bottom