BZU PAGES: Find Presentations, Reports, Student's Assignments and Daily Discussion; Bahauddin Zakariya University Multan Right Header

Register FAQ Community Calendar New Posts Navbar Right Corner
HOME BZU Mail Box Online Games Radio and TV Cricket All Albums
Go Back   BZU PAGES: Find Presentations, Reports, Student's Assignments and Daily Discussion; Bahauddin Zakariya University Multan > Search Forums

Showing results 351 to 375 of 610
Search took 0.01 seconds; generated 26 minute(s) ago.
Search: Posts Made By: bonfire
Forum: Object Oriented Programming 01-03-2011, 02:31 PM
Replies: 0
Views: 1,809
Posted By bonfire
Program to enter the sale value and print the agent's commission

Program to enter the sale value and print the agent's commission


#include <iostream.h>
#include <conio.h>

void main()
{
clrscr();
long int svalue;
Forum: Object Oriented Programming 01-03-2011, 02:28 PM
Replies: 0
Views: 2,039
Posted By bonfire
Program to enter an integer and print if it is greater or less than 100

Program to enter an integer and print if it is greater or less than 100

#include <iostream.h>
#include <conio.h>

void main(){
clrscr();
int x;
cout << "Enter an integer : " << endl;
cin>>x;
Forum: Object Oriented Programming 01-03-2011, 02:25 PM
Replies: 0
Views: 2,058
Posted By bonfire
Program to enter your age and print if you should be in grade 10

#include <iostream.h>
#include <conio.h>

void main()
{
clrscr();
int age;
cout << "Enter your present age : " << endl;
cin>>age;
if(age==16)
Forum: Object Oriented Programming 01-03-2011, 02:21 PM
Replies: 0
Views: 2,108
Posted By bonfire
Program to enter velocity, acceleration and time and print final velocity

Program to enter velocity, acceleration and time and print final velocity using the formula : v = u + a * t


#include <iostream.h>
#include <conio.h>

void main()
{
clrscr();
...
Forum: PC and Windows Tutorial 01-03-2011, 01:33 PM
Replies: 7
Views: 4,225
Posted By bonfire
Re: Folder Lock in Commands Prompt

Space after Folder name is required

cacls foldername /e /p everyone:n

---------- Post added at 01:33 PM ---------- Previous post was at 01:30 PM ----------

Thanks BZU
Forum: Object Oriented Programming 28-02-2011, 10:58 PM
Replies: 0
Views: 1,782
Posted By bonfire
Program to enter an integer and print its total value based on the formula 'x - 1/3!x^3 + 1/5!x^5 - 1/7!x^7 + 1/9!x^9'

Program to enter an integer and print its total value based on the formula
'x - 1/3!x^3 + 1/5!x^5 - 1/7!x^7 + 1/9!x^9'
#include <iostream.h>
#include <conio.h>
#include <math.h>
int...
Forum: Object Oriented Programming 28-02-2011, 10:46 PM
Replies: 0
Views: 2,058
Posted By bonfire
Program to enter two integers and find their sum and average

Program to enter two integers and find their sum and average

#include <iostream.h>
#include <iostream.h>
#include <conio.h>

void main()
{
clrscr();
int x,y,sum;
Forum: Object Oriented Programming 28-02-2011, 10:41 PM
Replies: 0
Views: 2,690
Posted By bonfire
Program to find the sum, difference, product and quotient of two integers

Program to find the sum, difference, product and quotient of two integers

#include <iostream.h>
#include <conio.h>

void main()
{
clrscr();
int x = 10;
int y = 2;
Forum: Object Oriented Programming 28-02-2011, 10:39 PM
Replies: 0
Views: 2,039
Posted By bonfire
Program to output an integer, a floating point number and a character

C++ Program to output an integer, a floating point number and a character

#include <iostream.h>
#include <conio.h>

void main()
{
clrscr();
int x = 10;
float y =...
Forum: ETC 28-02-2011, 10:31 AM
Replies: 144
Views: 52,459
Posted By bonfire
Forum: PC and Windows Tutorial 28-02-2011, 01:03 AM
Replies: 0
Views: 2,791
Posted By bonfire
Win XP 20 things you do not know

Now it's time to delve a bit deeper and uncover some of Windows XP's secrets.

1. It boasts how long it can stay up. Whereas previous versions of Windows were coy about how long they went between...
Forum: Quotes 28-02-2011, 12:46 AM
Replies: 3
Views: 1,878
Posted By bonfire
Re: daul Heart attack msg by a girl....

hehehehehe snowwhite koin kia yeh ap.:DON:
Forum: Youtube Videos/Clips etc 27-02-2011, 09:42 PM
Replies: 14
Views: 10,120
Posted By bonfire
Re: ARY Drama Bulbulay

Episode # 73

http://www.youtube.com/watch?v=D-3w2p6de9Q&feature=player_embedded
http://www.youtube.com/watch?v=1yDfQDg-KLo&feature=player_embedded
Forum: ETC 27-02-2011, 09:04 PM
Replies: 144
Views: 52,459
Posted By bonfire
Re: Mula umer's secret locations.

Salam Mula Umer!

Ap ko thondtay thondtay IT group, Location A1 (Harapa) Ponch gaya hai. Ap apna Boria Bister Utha kar bhaag jaooo.

:devilheadbang:
Forum: Digital Switching 27-02-2011, 08:12 PM
Replies: 0
Views: 2,434
Posted By bonfire
Chapter # 6 (Bandwidth Utalization)

Asslam-o-Aliqum!

Chapter # 6

Book " Data Communication and Networking Edition 4th"

Download attachment bellow:-
Forum: Suggestion,Feedback and News about site 27-02-2011, 06:36 PM
Replies: 6
Views: 2,532
Posted By bonfire
Re: Whatthe purpose........................??

Kuch arsay main ap ko inshallah itna material milay ga Keh ap sochain gain download kia karon :) Koin k Bonfire idher ah gaya ha.
Forum: Chit Chat 27-02-2011, 05:02 PM
Replies: 20
Views: 7,966
Posted By bonfire
Re: Four things

Humm chalo theek hai. :rolleyes1:
Forum: PC and Windows Tutorial 27-02-2011, 01:33 AM
Replies: 2
Views: 3,348
Posted By bonfire
Forum: BsTS 2nd Semester 26-02-2011, 11:56 PM
Replies: 1
Views: 5,486
Posted By bonfire
Trees in Data Structures

2-3 Trees


The 2-3 tree is also a search tree like the binary search tree...
Forum: BsTS 2nd Semester 26-02-2011, 11:55 PM
Replies: 0
Views: 4,594
Posted By bonfire
Concept of Graph in Data Structures.

What is a graph?

http://www.cprogramming.com/tutorial/computersciencetheory/graph.jpg A graph is a way of representing connections between places. Mathematically, a graph is a collection of...
Forum: BsTS 2nd Semester 26-02-2011, 11:52 PM
Replies: 0
Views: 3,854
Posted By bonfire
Heap in Data Structures

What is a heap?

http://www.cprogramming.com/tutorial/computersciencetheory/completetree.jpg A heap is a partially sorted binary tree. Although a heap is not completely in order, it conforms...
Forum: BsTS 2nd Semester 26-02-2011, 11:51 PM
Replies: 0
Views: 3,091
Posted By bonfire
Queue in Data Structures

The Queue Data Structure - Eric Suh

Queues are data structures that, like the stack...
Forum: BsTS 2nd Semester 26-02-2011, 11:50 PM
Replies: 0
Views: 3,013
Posted By bonfire
Stacks in Data Structures

Asslam-o-Aliqum !

Stacks in Data Structures

The stack is a common data structure for representing things that need to maintained in a particular order. For instance, when a function calls...
Forum: Introduction to Computing 26-02-2011, 11:20 PM
Replies: 0
Views: 2,237
Posted By bonfire
The C Preprocessor in C++

Asslam-o-Aliqum !

Lesson :- The C Preprocessor in C++

Download attachment bellow:-
Forum: Introduction to Computing 26-02-2011, 11:18 PM
Replies: 0
Views: 1,558
Posted By bonfire
Template Specialization and Partial Template Specialization

Asslam-o-Aliqum !

Lesson :- Template Specialization and Partial Template Specialization

Download attachment bellow:-
Showing results 351 to 375 of 610

 
Best view in Firefox
Almuslimeen.info | BZU Multan | Dedicated server hosting
Note: All trademarks and copyrights held by respective owners. We will take action against any copyright violation if it is proved to us.

All times are GMT +5. The time now is 03:52 AM.
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.