Setelah lama L'Arc~en~Ciel [Laruku] gak keluarin single baru - single terakhir mereka adalah Link yg rilis thn 2005 kemarin-, akhirnya tanggal 30 Mei 2007 kemarin Laruku keluarin single terbaru yang dikasih judul SEVENTH HEAVEN. Semula banyak yang me... [Read Post]
More from It's All About Jrocks :
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...
18 Jun 2007 00:59
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





