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

Search In

VIRTUAL FUNCTIONS IN C++

Virtual function is a member function  in base class, which is redefined in the derived class. Virtual function is declared by using the keyword virtual. Syntax of virtual function: class main_Class // denotes the base class of virtual func

Pointers in C

Pointer in C are used to store the reference of the variable not its value.   Everytime we declare a variable its reference is created in the memory somewhere and when it is accessed that variable memory address is fetched for retrieving it.

C Bitwise Right Shift : (>>) Operator

In C programming while working with the numbers you have multiple operators for it to perform manipulation over it.   Right shifting means we will shift the digit to the right side by the specified number of places.   It is denoted by

Address Classes in Networking

  An IP address  i s a unique identifier for the nodes in the network. It is like an entity for every terminal or node that is connected to the network.   It is a combination of 32 bit in which 4 decimal values , each one represent

netw

Ping   Ping is used to check the response from other terminals in the network. It will give you details related to the network you rare in and its status with request. Ping returns different responses depending on the computer in question. Th

Protocols used in Networking

Protocols   Protocols are the set of standards that is followed while making any communication in the network.   Any node in the network cannot send or receive the data without following the protocols defined for the networking process.

TTCN

TTCN:-   TCCN is a classic testing language for characterizing test scenario and their execution for protocol testing. A TCCN test suite contains numerous experiments(test cases) written in the TTCN programming language and it is utilized for

How to compose email using .net

Hello Reader's if you are new to asp.net and looking to see how email is send then this blog is helpful to you. Sending the email in asp is comparatively similar with php just you have to follow the coding syntax. <% Set myMail=CreateObject(

Select DISTINCT records based on specified field from DataTable

This blog will help you when you need to select distinct records from a datatable on basis of selected columns. Suppose we have a datatable which holds the employee records. This datatable has following columns Name FatherName City Qualificati

Installation of cakephp

Easy way to install cakephp: Hello Readers. Here is small blog  on how to install cakephp. Cakephp is very fast and easy to install. The minimun requirements to install cakephp  are a web server and  a copy of cakephp.   Step 1

1 119 320
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: