BSCS
For the students of bachelor of science in computer sciences.
Home
Coding
Page-1
Page-2
No posts with label
projectc++oop
.
Show all posts
HOME
Popular Post
how to sort a 2d array in C++
This program demonstrate how to sort 2d array in ascending order. The program explain it in 3x3 array you could change the values as requir...
Coding sample tip calculator
Allah Ditta wants a program that calculates and displays the amount he should tip a waiter at a restaurant. The program should subtract any...
Coing to Generate prime Number in c
#include<stdio.h>; #include<conio.h>; //code by waqas javed //main void main() { //initializing vars int i = 1; //prime...
What is Data hierarchy
Data hierarchy Data hierarchy is the step by step representation of complex data in different level starting from basic bits to highes...
Difference between post increment, decrement and pre increment,decrement
Most of the new programmers are stuck between post and pre increment. What is the difference between ++a and a++. This post will clear you...
Program, code to multiply 2 matrix using 1-d array in c++
#include<iostream> #include<conio.h> using namespace std; //Entr order of matrixes void order(int &matrix1_rows, int ...
coding for reversing a number and then printing it in c
#include<stdio.h> #include<conio.h> void main(){ int a; int b; printf("Enter the number You want to reverse: ...
Coding program to print right triangle through odd number in C through asteriks.
#include<stdio.h> #include<conio.h> void main() { int a; for(int d=1;d<=5;d++){ do { printf("enter a odd...
sample code to calculate area of a circle
Allah Ditta wants a program that calculates and displays the area of a wheel given its radius. Use the constant value 3.14159 for π. /...
Code to make transpose of matrix in C++ (algo)
This program demonstrate the conversion of matrix to its transpose using array and loops. For more detail on int, array, for loop and other...
Blog Archive
▼
2015
(13)
▼
March
(3)
Assignment-3 NUST OOP in C++
Assingment 2 Task -2 NUST OOP C++
Assingment 2 Task -1 NUST OOP C++
►
February
(1)
►
January
(9)
►
2014
(29)
►
December
(12)
►
October
(6)
►
September
(11)
Powered by
Blogger
.
- Copyright © BSCS -
Metrominimalist
- Powered by
Blogger
- Designed by
Johanes Djogan
-