Kamis, 24 November 2016 Programming C++ Programming Language. What does it mean? C++ is an object oriented programming (OOP) language, developed by Bjarne Stroustrup, and is an extension of C language. It is therefor...
15.04 Programming An Inctroduction to C language 'C' is a general purpose, Structured Programming language. It is suitable for solving scientific and engineering problems as well a...
15.03 Programming Friend Function Program Example in C++ In C++ a function or an entire class may be declared to be a friend of another class or function. Friend function can also be used for over...
15.01 Programming What is a Programming Language? A language is a system of communication. Humans communicate with one another in some language, like English, German or in many other langua...
15.00 Programming Right definitions of various c++ concepts Finding the right definition of simple explanation of different C++ terminologies / concepts can be hard sometimes. Here we will try to col...