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 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;
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 };
int main {}; // block of main started by { and end by };
see more at https://www.box.com/s/g0ql025izkh4080xpzir
No comments
Saya sangat berterimakasih apabila sahabat sekalian bersedia untuk tidak meninggalkan spam dan meninggalkan komentar yang berhubungan dengan artikel di atas.