ATLANTIS NEWS NETWORK

ATLANTIS NEWS NETWORK ANN HD NEWS ANN NEWS ANN HD News http://www.annhd.com/2017/08/tribute-to-ahmed-faraz-1931-2008.html http://www.annhd.com/2017/08/ispr-welcome-t20-teams-in-pakistan.html Want to join us ATLANTIS NEWS NETWORK ANN HD NEWS ANN NEWS ANN HD News http://www.annhd.com/2017/08/tribute-to-ahmed-faraz-1931-2008.html http://www.annhd.com/2017/08/ispr-welcome-t20-teams-in-pakistan.html Want to join us ATLANTIS NEWS NETWORK ANN HD NEWS ANN NEWS ANN HD News http://www.annhd.com/2017/08/tribute-to-ahmed-faraz-1931-2008.html http://www.annhd.com/2017/08/ispr-welcome-t20-teams-in-pakistan.html Want to join us

Copy Constructor in C++

constructor is used to copy the value of one object to another object. We used the copy constructor like     “counterrr(counterrr &ob)”. We can declare and initialize an object from another object like “counterrr c2(c1)”.We create two objects that means   counterrr   c1 and c2 . #include #include class counterrr { private: int coun; public: counterrr(int x)    Continue reading “Copy Constructor in C++”

How to Remove Write Protection from Pen drive or Memory card?

Pen Drive or Memory card is very important accessories to store and transfer of data and information. Mostly pen drive are used for transfer of data from one computer to another computer but sometime some pen use write protection which prevents any data and information being moved from the pen drive but you can turnContinue reading “How to Remove Write Protection from Pen drive or Memory card?”

Infolinks: The best Google AdSense alternative

Infolinks is an online advertisement platform which is one of the best Google AdSense alternative advertisement platforms. Infolinks is best Google AdSense alternative according to personal experience in last 7 days. Infolinks is best Google AdSense alternative advertisement platform because this is my personal experience in last 7 days and I never tried before it.Continue reading “Infolinks: The best Google AdSense alternative”

Change Your Facebook Page Name Officially After Limit

we have a new trick for our visitors through that you can change your Facebook fan page name after 200+ likes. As you know that Facebook is No1 popular social networking site. Many business or brands have also there fan page on it for marketing. After reaching like’s limits we can’t change our name again. As many guys andContinue reading “Change Your Facebook Page Name Officially After Limit”

How to send text massage even some one blocked you

How to send message while any 1 blocked you on FacebookHey some 1 blocked u on fb hmmmm don’t ‘worry u can send him MSG while u r blocked TO MESSAGE SOMEONE WHO HAS BLOCKED YOU ON FACEBOOK○○ If your Facebook id has been blocked by a friend, you can still send him/her messages byContinue reading “How to send text massage even some one blocked you”

ATM MACHINE PROJECT in C++

#include#include#include#include#include#include #include #include #include #include       void punit (void);      void deposit(void);      void addrecord();      void delrecord();      void modrecord();      void disprecord();      void dispall();      void withdraw();   float w,z;                 class account  {         Continue reading “ATM MACHINE PROJECT in C++”

Create Invisible Name on Facebook / Blank Empty Nickname

Did you ever see a Facebook user that didn’t have any nickname or name in their account? Are you wondering why you can’t see their nickname and how is it possible? If you never encounter those kind of fb name just take a look at the picture above. That’s how the look like of invisible name on Facebook. The nickname isContinue reading “Create Invisible Name on Facebook / Blank Empty Nickname”

ROAD OF THE DEAD in C++

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////                 copyright @ programming seekers////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////#include#include#include#include#include#include#include#include main(){ restart: clrscr(); textbackground(15);textcolor(4);  cout<<"\n\t\t\t\tROAD OF THE DEAD\nCreated by usman siddique\n\n\n"      <<" #-YOUR CAR\n\n *-HURDLES\n\n"      <<" COMMANDS:\n 1.j- move left\n\n 2.l- move right\n\n"      <<" DIFFICULTY\n A.LEARNER\n B.EXPERT\n\n PRESS E To GO BACK TO MENU"      <<"\n\n ENTERContinue reading “ROAD OF THE DEAD in C++”