<

Introduction to C++: Functions - Defining, Calling, Prototypes

Posted on
3,324 Points
224 Views
1 Endorsement
Last Modified:
Published
Experience Level: Beginner
4:53
The goal of the tutorial is to teach the user how to use functions in C++. The video will cover how to define functions, how to call functions and how to create functions prototypes. Microsoft Visual C++ 2010 Express will be used as a text editor and compiler. Sample code will be presented in addition to commentary while the code is written.
1
Author:Ian Ma
0 Comments
The purpose of this article is to demonstrate how we can use conditional statements using Python.
Basic understanding on "OO- Object Orientation" is needed for designing a logical solution to solve a problem. Basic OOAD is a prerequisite for a coder to ensure that they follow the basic design of OO. This would help developers to understand the b…