Archive for the ‘Uncategorized’ Category
Separating Implementation from Interface
I have started with learning adventures of C++, In addition to that I came with learning a new concept of separating interface and implementation. Though an old topic, but thought of posting it doing at Unix.
Normally we code in a single file for everything, for example consider GradeBook example, we do declare a class, its methods and main() in a single file.
If we take a deeper look into these; Class file is the interface and main() method gives the implementation. So dividing this class and main into two separate files is the concept behind this, thus easing the programmer!
So by doing this we will have 4 files for the GradeBook example;
“GradeBook.h” –> which defines the class and its methods involved
“GradeBook.cpp” –> implementation of the methods;
“main_prog.cpp” –> interface for the programmer.
So in linux, you can now compile the program as
g++ main_prog.cpp GradeBook.cpp
Thats it, from now change the style of Code..
For Kubuntu Fans…
K-Jaunty 9.04 is out in the wild now… ![]()
www.kubuntu.org
Learn Linux, Share Linux
Alphabets from Google Earth
Simply Superb !!
http://rhettdashwood.com.au/#16575
Be a App Creator with Zembly
zembly is a new kind of application development environment that lends the power of the crowd to you, so you can do more, faster. It’s kind of like a wiki, but for applications. Here’s how it works:
http://zembly.com/ui/about#what
zembly is from Sun Microsystems

Sun Microsystems, Inc. is a pioneer and key innovator in just about everything related to the Internet and the modern computer. Over two decades ago, Sun’s motto, “The Network is the Computer”, foreshadowed the advent of today’s cloud computing movement.
We like to say that zembly is the development environment for Sun’s bold vision—an application development environment that not only targets the web as its native platform, but uses cutting-edge web innovations such as web services, social networking, and Web 2.0, to change the way applications are built, deployed, scaled, and delivered to where users congregate.
ఉగాది శుభాకాంక్షలు
శ్రీ విరోధి నామ నూతన సంవత్సరం మీకు, మీ కుటుంబానికి సర్వ శుభాలను
కలుగజేయాలని కోరుకుంటూ,
అభినందనలతో,
———————-
వి.వి.యెస్ ఫణీరామ్
Ubuntu Tweaks
A nice article from linux-mag, about tweaks for Ubuntu beginners…
This article helps more in administrating your ubuntu..
http://www.linux-mag.com/id/2782
Learn Linux, Share Linux
Aham Brahmasmi .. I am the God
Last night i went to a movie ” Nenu Devudini” (which means I am God) directed by bala, music by Mastero Illayaraja (My fav)., this movie added a lot of new things to my epic database… Most Interesting thing i found out in this movie is ” Aham Brahmasmi” which means I am the God .. This line seems to be very simple, but lot of meaning is wrapped around it!!
I feel i can call this movie a documentary on a category of people who sacrifice their lives for Lord Shiva at Kasi , called as “AGHORAS” which means they are unique in this world without any relationships .. and have the thought in their minds ” I am the God” .. Not an easy life for them .. (in my point of view) .. The beauty of this movie lies in the dailouge ” Jeevitham leni vallaki nenu iche varam maranam, jeevitham unna dusthulaku nenu iche sapam maranam” ( “for those who have no future in life, i give a boon ‘death’, for the wicked people who have life i give a punishment ‘death’!! “) ..
At the last after one and half hour of movie.. i came to know about many things in kasi and about aghoras which made me impressed with the movie…
Aham Brahamasmi !!!

