Tuesday, 2 July 2013

Physibles

Physibles is a category for printing 3D objects.In the next few years with fast growing technology, physical replicas of objects could be made feasibly. Since the transformation is taking place for Digital form into Physical form so the output or result is named as "PHYSIBLES"........(data...

Monday, 24 June 2013

MENU in C/C++

Program : NAVIGATIONAL MENUPlatform : Turbo C 3.0Description : It is a program to demonstrate the menu system in C/C++. It also uses navigation through ARROW keys..........!! View or Download CPP #include<graphics.h> #include<stdio.h> #include<conio.h> #include<dos.h> #include<stdlib.h> int...

Friday, 21 June 2013

Code Complexity

Code Complexity is influenced by the factors : Average Hierarchy Height Average Number of Derived Classes Afferent Coupling (no. of other packages that depend upon classes within a package ) Efferent Coupling ( no.of other packages that classes from this package depend upon ) Number...

Thursday, 20 June 2013

JAVA VS C++

C++ C++ was designed for systems and applications programming It is Write Once Compile Anywhere ( WOCA ) It Allows procedural programming, functional programming, object-oriented programming, generic programming, and template metaprogramming It Runs as native executable...