Swapping Values Using Pointer

1 comments
Here is the code You can use to swap values of two variables using Pointer Method


Converting 2D Matrix Into 1D Matrix

13 comments
If you wish to convert your 2D Matrix into 1D matrix youwould be confused as to how would proceed.
No Worries Here is the code that will help you conver 2D Matrix in 1D Matrix.



Sum of Row & Column In 2D Matrix

9 comments
Heres the code by which you could be adding the rows and columns of a 2D Matrix








Entering VaLUES INTO 2D matrix

0 comments
For evaluating 2D Matrix first you will require to learn how to enter elements into a 2D Matrix
and then display the matrix.

Multiplication of two 2D Matrix

6 comments
Guys Hello !! Here is Code in C++ for multiplying two 2D Matrix. It is not the tough as you consider it till now .



Selection Sorting

19 comments
Sorting means to sort an array of data. Say you had an array of numbers [2,4,6,1,3,5] and you sorted it (in ascending order), you'd get [1,2,3,4,5,6].

There are many different types of sorting, refered to as sorting algorithms. You can find out about some of the primary ones (bubble, selection, insertion, merge).


Bubble Sorting

4 comments
Sorting means to sort an array of data. Say you had an array of numbers [2,4,6,1,3,5] and you sorted it (in ascending order), you'd get [1,2,3,4,5,6].

There are many different types of sorting, refered to as sorting algorithms. You can find out about some of the primary ones (bubble, selection, insertion, merge, and quick)

Copyright 2011 Programming In C++.
Blogger Template by lordhtml / Free Blogger Template