Skip to main content

Posts

Showing posts from December, 2017

Opening Your PayPal

Opening and verifying a PayPal account is not easy for Nepali users. PayPal, the world’s most used online payment processor is yet to make its full features available to a lot of countries including Nepal. There are a lot of tricks online for people who want to have a PayPal account. But for Nepalese users, there is a legit way to open and verify a Nepalese PayPal account which comes with its limitations. In this tutorial, you will learn how to sign-up and verify a Nepalese PayPal account for free using a Payoneer MasterCard that also can be ordered for free. Note: You will find different online tutorials and articles that teach you to open a Payoneer account, get it’s US bank account and routing details, and then using those details verify PayPal. That method no longer works. The bank account provided by Payoneer cannot be added in PayPal for its verification. In two simple summarized steps, here’s what you have to do: ·          Sign up to Payoneer, provide verification, or

Introduction to C++

c++ was developed from C language but heavily influenced by object oriented language.c++ retains the c language as a subset of the new language. but adds support for OOP and improves up on the original extra functionality. Including language extension. Third party class libries and ANSI standard template library. Language and methodologies: Several languages have been developed to support OOP.The early 1960’s simula was developed with many features of todays object oriented language.Simula formed the corner stone of modern object oriented languages such as smalltalk,Eiffel,c++ and java .c++ evolved from non oop’s language C and object oriented feature grafted into the base language. java has built on c++ by stressing the object oriented part but removing difficult areas such as pointer and multiple inheritance. INPUT/OUTPUT in C++ The header file iostream.h contains all the definition for c++ input/output classes. Input using cin(object) It is an object belong to i

Web Programming Language

About PHP PHP is a language that has outgrown its name.It was originally conceived as a set of macros to help coders maintian personal home pages,and its name grew from its purpose.Since then,PHP's capabilities have been extended,taking it beyond a set of utilities to a full-featured programming language,capable of managing huge database-driven online environments. PHP is now officially known as PHP:Hypertext preprocessor.It is server-side scripting language usually written in an HTML context.Unlike an ordinary HTML page, a PHP script is not send directly to a client by the server;instead,it is parsed by the PHP binary or module.HTML elements in the script can query database,create images,read and write files,talk to remove servers-the possibilities are endless.The output from PHP code is combined with the HTML in the script and the result send to the user. PHP of Development To many people,"Open source" simply means free,which is.of course,benefit in itself.