What is Data Conversion in C++ How many types of data conversion are there in C++? The equality operator is used to assign a constant value to a variable or a one variable value to another variable. For example if Read More …
Category: Computing
How to differentiate between getch() and getche() function?
How to differentiate between getch() and getche() function? What is the difference between getch() and getche() function ? Why do we use these two functions in a C++ program? They are actually built-in functions in standard library of c++. Both Read More …
How to implement stacks in c++?
Introduction to arrays as class member data How to implement stacks in c++? How arrays are used as data members of Class? So far it is seen only the variables and functions can be used as members of a class. Read More …
How to implement recursion in C++? Explain with an example
Introduction How to implement recursion in C++? Explain with an example There are certain cases where it is necessary a function calls itself. Such types of functions are called recursive functions. This call can be direct or indirect. Recursive functions Read More …
What are the registers in computer system?
What are the Registers? Different types of registers in computer . Registers are the temporary storage elements that store the result of different mathematical or logical operations performed by ALU in CPU. Types of registers Different types of registers are Read More …
how parallel architecture is used for accelerating BL-SOM using dedicated hardware
What is Batch Learning self organizing mapping (BL-SOM) how parallel architecture is used for accelerating BL-SOM using dedicated hardware. This is a review article and all rights are reserved by Ryota Miyauchi, Akira Kojima, Hideyuki Kawabata and Tetsuo Hironaka Graduate Read More …
IPV4 Vs IPV6
IPV4 & IPV6 IPV4 Vs IPV6. Lets first study about what is internet Protocol (IP) ? Internet Protocol Internet Protocol is a set of technical rules that defines how computers communicate over a network. It is a network-layer protocol used Read More …
What is UMTS?
What is UMTS? What is UMTS? Universal Mobile Telecommunications System (UMTS) is envisioned as the successor to Global System for Mobile Communications (GSM). UMTS signals the move into the third generation (3G) of mobile networks. UMTS also addresses the growing Read More …
what is the switch Statement in C++?
Introduction to switch Statement what is the switch Statement in C++?. In programming, whenever you have to select amongst the multiple options for the same variable switch statement is preferable. It is also possible to implement the decision tree with Read More …
How to connect printer to wifi ?
How to connect printer to Wi-Fi ? How to connect the printer to Wi-Fi ? We can connect our printer to Wi-Fi to print over Wi-Fi from our computer. This process takes the following steps. First of all turn on Read More …