Virtual University of Pakistan

Leading Student's Social Network Worldwide!

Looking For Something at site?Search Here

Study Groups By Subject code Wise        (Click  Here & Join Your Subject Group)

[ Assignments Solution ] [ GDBs Solution ] [ Online Quiz ] [ Solved Papers ] [ Internship Reports ]

"Turn VU Students Platform into an Interactive Channel of Learing" Read More.

[ Latest Activity In Forum ] [ Newest Discussions In Forum ] [ Most Popular Discussion in Forum ] [ Join Us On Facebook ] [ Join Us On Google+ ] [ Advertise With Us ]

VULMS Login Here

Comment

You need to be a member of Virtual University of Pakistan to add comments!

Join Virtual University of Pakistan

Comment by Fakhar Hayat Naz 5 hours ago
Comment by Najeeb Tareen(BSCS) on May 7, 2013 at 3:09pm

ha hm  he  LMS haven't work 

Comment by + M.Tariq Malik + on April 28, 2013 at 10:22am

 bakhtawar usmani Click on this link 

http://api.ning.com/files/t7sRlO9pmpMfVYmdrZXdFupT-8pA-TiRlE4Re0X0m... 

_

& then click on your subject codes simple..

Comment by bakhtawar usmani on April 28, 2013 at 9:45am

past papers and solutions kahan hain?????????????

Comment by Naeem on April 22, 2013 at 10:48am

no yar lms isn't working.

 

Comment by Aizza Butt on January 22, 2013 at 10:29pm
niiiiiiiiiiiiiiceeeeeeeeeeeeeee
Comment by fara on January 10, 2013 at 12:19am

Uufffffffffffffffffffffff ya lms 

Comment by masood raza on November 20, 2012 at 11:49pm

looks like there is never ending problem with lums/vu. can we communicate the problem with authorities so that they can repair or do some thing because we are loosing precious time. I am unable to load assignment since six hours. is it same with others . Thanks and take care.

Comment by Latif Attash on November 20, 2012 at 9:19pm
hi frnds lms ko kia howa hs
Comment by Muhammad Khalil Ansari on November 20, 2012 at 7:44pm

Comment by Muhammad Khalil Ansari on November 20, 2012 at 7:44pm

yar kb open ho ga ye properly mera quiz tha aj 

Comment by Zubair Saleem on November 15, 2012 at 10:11pm

vulms still in problem.....so now!!!!

Comment by Abubakar Sohail on November 9, 2012 at 12:12am

No Working But My Quiz Miss

Comment by Tani on November 8, 2012 at 9:59pm

vulms is not opening why??

 

Comment by Tehreem Hassan on November 8, 2012 at 8:39pm

vulms is not working why

Comment by rafia sultana on October 21, 2012 at 2:56pm

LMS is still not opening what happened with it kindly tell me

Comment by +♥•.¸¸.•(Sმოɾεεղ)•.¸¸.•♥ on September 11, 2012 at 11:32am

love u all

Comment by chooti duniya on July 1, 2012 at 6:27pm

#include<iostream>
#include<conio.h>
using namespace std;
class node
{
private:
int obj;
node* next;
node* prev;
public:
int get()
{
return obj;
}
void set(int obj)
{
this->obj=obj;
}
node* getnext()
{
return next;
}
void setnext(node* next)
{
this->next=next;
}
node* getprev()
{
return prev;
}

void setprev(node* prev)
{
this->prev=prev;
}
};




class list
{
private:
node* current;
node* lastcurrent;
node* headnode;
int size;
public:
list()
{
headnode=new node();
headnode->setnext(NULL);
headnode->setprev(NULL);
current=NULL;
lastcurrent=NULL;
size=0;
}
void add(int x)
{
node* newnode=new node();
newnode->set(x);
if(current!=NULL)
{
newnode->setnext(current->getnext());
newnode->setprev(current);
(current->getnext())->setprev(newnode);
current->setnext(newnode);
lastcurrent=current;
current=newnode;
}
else
{
newnode->setnext(NULL);
newnode->setprev(headnode);
headnode->setnext(newnode);
headnode->setprev(NULL);
lastcurrent=headnode;
current=newnode;
}
size++;
}

void traverse()
{


node *current=headnode;
int x=size;

for(int i=1;i<x;i++)
{
cout"\nElement""\t\t"i"\t\t"current->get();
current=current->getnext();
}



cout"\n"current"\n";
}
friend list addnode()
{
list lst;
lst.add(2);
lst.add(2);
lst.add(2);
lst.add(2);
lst.add(2);
lst.add(2);
lst.add(2);
lst.add(2);
cout"\t\tsize "lst.size;
return lst;
}



};



int main(void)
{

list lst=addnode();
lst.traverse();
// cout"removed from list"lst.remove()"\n\n";
// cout"size"lst.length()"\n";
system("pause");
}

 error bta diyana plzzzzzzzzzzzzz

Comment by Tanveer_un_nisa on May 14, 2012 at 5:20pm

kise ka lms open nai ho raha ha

Comment by Tanveer_un_nisa on May 14, 2012 at 5:18pm

mth 101 ke bary mey kouch betain plz

© 2013   Created by + M.Tariq Malik +.

Promote Us  |  Report an Issue  |  Privacy Policy  |  Terms of Service