• Terbaru

    C++ Programming


    Every code in c++ should be declared first before using it, declare variable before you write that variable or function.
    Declaration of library  #include <”library”> this is a must, for many command in c++ you must declare this on the top of code.
    Declaration of variable, this depends on the type of variable, for instance integer,boolean,float,double,etc, you must declareit like this
    int variable;
    Main program, you can read all code here, main must start by int ,:
    int main {};  // block of main started by { and end by };

    No comments

    Saya sangat berterimakasih apabila sahabat sekalian bersedia untuk tidak meninggalkan spam dan meninggalkan komentar yang berhubungan dengan artikel di atas.