Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Exception Handling in C++

While writing programs we always have a chance of exception to occur that needs to be handled in our program.   For exception handling we use the try catch blocks and finally blocks. throw: A program throws exception when it occurs.

Working example of data by PHP JSON Object

Hello Reader's If you want to know more about the PHP JSON Object then this blog will helps you. Lets see how to handle the working data of it. <?php $trends_url = "http://search.twitter.com/trends/daily.json"; // initialise the session $ch = c

How do I get a YouTube video thumbnail from the YouTube API?

Hello Readers! We can use YouTube Data API to retrieve video thumbnails, caption, description, rating, statistics and more. API version 3 requires a key*. Obtain the key and create a videos: list request. Example PHP Code $data = file_get_contents

XML in ADO.NET

While working in ADO.NET ActiveX Data Object we can perform manipulation with the text data and the database tables.   But we can also manipulate the data from XML files.         We have DataSet class which is also m

Storage classes in C++

A storage class defines the scope (visibility) and the life time of the variable in the program or in the class. There are following storage classes: auto register static extern   The auto Storage Class It is the defau

@Input/@Output for Component Property & Custom Event Binding in Angular4

In Angular, one-way communication from parent to child component can be done via "@Input" decorator. A component property will act as input property if it is annotated with @Input decorator. This component property within one component(chil

Header Files in C++

Header Files in C++ are used to provide the functions and facilities that is used in our program to make our task easy to do and better way to perform.   Header files provides the way through which you can print or  take input in our prog

Preprocessor in C++

The preprocessor are the directives, which gives instruction to the compiler to do something before execution.   C++  supports various preprocessors like #include, #define, #if, #else, #line, etc.   The #define Preprocessor This d

How to add two objects into one using PHP

Hello Reader's if you want to add two or more objects into one. Then you can see it into the example below:- Ideally if you want the data to be together, you should have a parent class which has all these member functions and you should have a paren

Friend Class in C++

Friend class in C++ Friend class Protected and private members of a class cannot be accessed from outside the class in which they are declared. A friend class can access these members of another class in which it is declared as friend.Friend declar

prev 1 3 6
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: