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 226 to 250 of 275
Search took 0.01 seconds; generated 64 minute(s) ago.
Search: Posts Made By: BSIT07-01
Forum: ETC 24-09-2008, 09:19 PM
Replies: 59
Views: 24,713
Posted By BSIT07-01
Forum: Suggestion,Feedback and News about site 22-09-2008, 10:23 PM
Replies: 5
Views: 2,045
Posted By BSIT07-01
Congrats BZUPAGES

Congratulations to BZUPAGES.com on achieving 200 Members...
:cheer_icoon:
Thanks
Forum: ETC 22-09-2008, 09:15 PM
Replies: 59
Views: 24,713
Posted By BSIT07-01
Re: What am I feeling now at the airport?

hmmm; great... Free Internet Service...
Forum: Object Oriented Programming 11-09-2008, 09:29 PM
Replies: 3
Views: 11,547
Posted By BSIT07-01
Re: Solution of Ex 5 & 6 Ch# 5 Robert Lafore OOP c++

Exercise 2



#include <iostream>
using namespace std;
double power( double n, int p=2);

int main()
{
Forum: Object Oriented Programming 11-09-2008, 09:17 PM
Replies: 1
Views: 9,265
Posted By BSIT07-01
Software [Book] Object-Oriented Programming in C++, 3rd Edition

Object-Oriented Programming in C++, 3rd Edition

http://i100.photobucket.com/albums/m32/ganelon9/c2cf4d56.jpg


Author(s) : Robert Lafore
Publisher : Waite Group
Year : Dec 1998
ISBN 10 :...
Forum: Object Oriented Programming 11-09-2008, 09:06 PM
Replies: 3
Views: 11,547
Posted By BSIT07-01
Solution of Ex 5,6,2 & 4 Ch# 5 Robert Lafore OOP c++

Solution of Exercise 5

#include <iostream>
using namespace std;


long hms_to_secs(int h,int m,int s)

{
long seconds;
Forum: Object Oriented Programming 08-09-2008, 10:39 PM
Replies: 7
Views: 7,651
Posted By BSIT07-01
Fraction Calculator with 4 functions in c++ [ex12 of ch#5] Robert Lafore

Fraction Calculator with 4 functions in c++ [ex12 of ch#5]


It adds only fractions like 2/3+4/3 (requirement is question).

Program ki Samajh aaye tu mujhe bhi samjha daina!
Ab tu mujhe khud...
Forum: Articles 06-09-2008, 02:06 PM
Replies: 0
Views: 1,381
Posted By BSIT07-01
OW2 Consortium

1355
What is OW2?

OW2 is a global open-source software community which goal is the development of open-source distributed middleware, in the form of flexible and adaptable components. These...
Forum: Suggestion,Feedback and News about site 05-09-2008, 09:23 PM
Replies: 4
Views: 1,864
Posted By BSIT07-01
Hosting Moved !!!

Alsalam O Alaikum,

Dear Valued User,

We have migrated our whole site to our new data server to provide you quality services & unbeatable uptime...

So now we expect that BZUPAGES will not...
Forum: Object Oriented Programming 05-09-2008, 12:26 AM
Replies: 2
Views: 2,857
Posted By BSIT07-01
Re: Assignment} Exercise#4 Question 9 and 11

Solution of Question # 11

#include <iostream>
using namespace std;

struct time
{
int hours,minutes,seconds;

};
Forum: Object Oriented Programming 03-09-2008, 01:34 AM
Replies: 4
Views: 2,911
Posted By BSIT07-01
Re: Find the AREA of a Home By using Nested Struct C++

Yeh bhi Hay...
Check it.


#include <iostream>
using namespace std;

struct dist
{
int feet;
Forum: BsIT 3rd Semester 15-08-2008, 06:31 PM
Replies: 1
Views: 2,261
Posted By BSIT07-01
Forum: Daily News And halat-e-hazra 23-07-2008, 07:56 PM
Replies: 2
Views: 2,155
Posted By BSIT07-01
Hackers preparing to exploit DNS flaw

Hackers preparing to exploit DNS flaw


Security experts are warning that a DNS attack is now imminent, following the accidental publication of the details of a DNS flaw.

Several hackers are...
Forum: Computer programming for IT 23-05-2008, 04:52 PM
Replies: 0
Views: 2,823
Posted By BSIT07-01
Thumb Down Computer Programming BS(IT)2007-2011 Final Term paper , May 23, 2008

Computer Programming BS(IT)2007-2011 Final Term paper , May 23, 2008
903
Forum: Financial Accounting 22-05-2008, 12:56 PM
Replies: 1
Views: 3,370
Posted By BSIT07-01
Cool Financial Account BS(IT)2007-2011 Final Term paper , May 22, 2008

Financial Account BS(IT)2007-2011 Final Term paper , May 22, 2008
901

902
Forum: Business Communication 19-05-2008, 04:44 PM
Replies: 0
Views: 3,088
Posted By BSIT07-01
Business Communication BS(IT)2007-2011 Final Term paper , May 19, 2008

Final Term Paper of Business Communication

How was the paper?

I think it was the easiest paper..
Forum: Business Communication 10-05-2008, 01:46 PM
Replies: 4
Views: 7,512
Posted By BSIT07-01
Presentation on Dove Soap by Sultan Salahuddin [BZUPAGES.COM]

Presentation on Dove Soap by Sultan Salahuddin





:meditation::comfort_::waiting2:
Forum: University News and Events 28-04-2008, 11:02 AM
Replies: 1
Views: 1,853
Posted By BSIT07-01
Software How to Use Internet LAB in CS Department

Alsalam O alaikum.
Do you want to use Internet Lab?

Click on Start Button and then RDP > Window

Enter you roll Number in Username

eg.My roll Number is 01 so My login is BIT701
...
Forum: Computer programming for IT 24-04-2008, 11:44 PM
Replies: 6
Views: 2,160
Posted By BSIT07-01
Cool Re: Table of 5-10 Using Nested Loops

Generalized form to write table of a range

:giggle::bs2:

#include <iostream>
using namespace std;

int tableof;
int tableto;
int counter=1;
Forum: Computer programming for IT 24-04-2008, 11:39 PM
Replies: 6
Views: 2,160
Posted By BSIT07-01
Thumbs up Re: Table of 5-10 Using Nested Loops

More Precise Form with three Variables Instead of 4


#include <iostream>
using namespace std;

int tableof=5;
int tableto=10;
int counter=1;
int main()
Forum: Computer programming for IT 24-04-2008, 06:25 PM
Replies: 6
Views: 2,160
Posted By BSIT07-01
Re: Table of 5-10 Using Nested Loops

Dear Thanks for identifying the Bug,
I've removed the bug now.. What do you think about the method , If you have any other method to solve this problem , Please Share it here.
Forum: Computer programming for IT 24-04-2008, 05:54 PM
Replies: 6
Views: 2,160
Posted By BSIT07-01
Smile Table of 5-10 Using Nested Loops

Table of 5-10 Using Nested Loops

Here is the source code for a Nested loop to write the Table of 5 upto 10


#include <iostream>
using namespace std;

int tableof=5;
int tablefrom=5;
Forum: Introduction of all Students. 17-04-2008, 08:26 PM
Replies: 7
Views: 3,682
Posted By BSIT07-01
Re: see Nandla's intro

4th Smester yar ! Hamaray Senior hain...
Forum: Tutorial 04-04-2008, 10:06 AM
Replies: 1
Views: 2,456
Posted By BSIT07-01
Thumbs up Issue : Folder Option Missing

Folder Option Missing

The windows folder options is a very important aspect of your windows, it allows you to modify various settings including and most importantly your file-types. if you are...
Forum: Daily News And halat-e-hazra 24-03-2008, 08:23 AM
Replies: 0
Views: 1,797
Posted By BSIT07-01
Ubuntu 8.4 is on It's way

Ubuntu 8.4 is on It's way, Click this link to read More
http://ww.bzupages.com/f136/ubuntu-8-4-will-release-24-a-312.html
Showing results 226 to 250 of 275

 
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 08:16 AM.
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.