Showing posts with label GLS 550 - Programming. Show all posts
Showing posts with label GLS 550 - Programming. Show all posts

Saturday, 3 December 2016

Programming C++ in Surveying - GLS 550


C++ is an object oriented programming (OOP) language, developed by Bjarne Stroustrup, and is an extension of C language. It is therefore possible to code C++ in a "C style" or "object-oriented style. In certain scenarios, it can be coded in either way and is thus an effective example of a hybrid language.C++ is a general purpose object oriented programming language. Bloodshed Dev-C++ is a full-featured Integrated Development Environment (IDE) for the C/C++programming language. It uses Mingw port of GCC (GNU Compiler Collection) as it's compiler. Dev-C++can also be used in combination with Cygwin or any other GCC based compiler.


Download Link:

Compiler



Basic Programming C++ Language Manual

Basic Programming Manual


Example of C++ language related to Land Survey






My Programming Project