CPP

31
1605 reads

February 23, 2013

Function_template_in_a_namespace_extension


This example describes the use of function template in a namespace Extension.
33
1651 reads

February 23, 2013

Average of string stream values


This example shows how to calculate the average of values from string stream files. String stream values have been defined in line 26.

55
1664 reads

February 23, 2013

function_templates_in_a_namespace


This example explains and implements the concept of function template in a namespace.
60
1589 reads

February 23, 2013

Using_functions_in_a_namespace


This example helps you to create and understand the concept of creating functions in a namespace.
48
1697 reads

February 23, 2013

Using_a_namespace


This example helps you to create and understand the concept of "namespace".
39
1711 reads

February 23, 2013

CopyConstructor


This example demonstrates copy constructor.
0
1796 reads

February 23, 2013

Accessing_external_variables


This example demonstrates the use of external variables and how to access them outside the main program.
31
1625 reads

February 23, 2013

String recursion


The function demonstrates us how to sort strings recursively.

39
1634 reads

February 23, 2013

Function of recursion


The example shows us the recursive version of x to the power n.

29
1630 reads

February 23, 2013

Pointer Function


A function pointer (or subroutine pointer) is a type of pointer supported by object-oriented programming languages.