Category: CS Courses

11
Oct
2015

Started Game Development with Unity 3d in this Semester

Now I am in level 3 Term 3…..Alhamdulillah…….I have a course in this semester that has also…

27
Sep
2015

C++ OOP: Constructor Destructor

The class constructor: A class constructor is a special member function of a class that is executed…

06
Aug
2015

Bash For Loops

Syntax: for var in <list> do <commands> done example: named=’Zaki Live .Com’ for nametame in $named do…

01
Aug
2015

Bash Programming : Say user hello !

Take a name from user and say hello user! 😀 echo `expr “What is your name?”` read…

01
Aug
2015

Bash Programming : Check typed name is a valid $USER or not

I tried it hardly….Here you have to maintain the syntax if[expression] then echo `expr “”Hello Name` fi…

01
Aug
2015

Bash Programming : Multiplication

Here I tried this on ubuntu To create the file cat>mul code type in the terminal: read…