Project a 3D Hexognal using perspective projection OpenGL in C++

Figure 1 Perspective in the graphic arts, such as drawing, is an approximate representation, on a flat surface (such as paper), of an image as it is seen by the eye.(wikipedia) Figure 2 Using these technique to generate an 3D object in 2D plane. The code is here : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 … Continue reading Project a 3D Hexognal using perspective projection OpenGL in C++

C Vs Java

I read an article about the compassion of C and Java programming Language. There is a article shared by with a deep research of some genious. Task C Programing Language Java Programing Language type of language function oriented object oriented basic programming unit function class = ADT portability of source code possible with discipline yes portability of compiled code no, recompile for each architecture yes, … Continue reading C Vs Java