Hit single song, entitled "Cobalah Kau Mengerti", written by Iman, arrange by J-RockS, will be included at 2nd album, but here, you'll listen to accoustic version one..so..it could be different in the next album..This record taken from laun... [Read Post]
18 Jun 2007, 00:59 | flag share on facebook twitter
09 Jun 2007 01:21
#include class myclass { int a, b; public: friend int sum(myclass x); void set_ab(int i, int j); }; void myclass::set_ab (int i, int j) { a = i; b = j; } // Note: sum() is not a member function of any class. int su...
09 May 2007 04:46
Just as we have the possibility to define a friend function, we can also define a class as friend of another one, granting that second class access to the protected and private members of the first one. #include using namespace std; class CSquare;...
09 May 2007 04:40
In principle, private and protected members of a class cannot be accessed from outside the same class in which they are declared. However, this rule does not affect friends. Friends are functions or classes declared as such. If we want to declare an ex...
09 May 2007 04:23
my proudly Band... it was called ILKOM Band when it was formed few years ago...yeah... maybe just because we are from the same major in college... computer science major (we called it ILKOM, the acronym from Ilmu Komputer).after we playing music for a yea...
01 May 2007 03:06


badge