Change the default installation folder C: \ Program Files ShowChange the default installation folder C: \ Program Files
The installation of most software programs are set by default in the C: \ Program Files. Below is a means of how to change into another partition.
Under Windows Vista, select...
Error loading C:\PROGRA~1\MYWEBS~1\bar\5.bin\M3PLUGIN>DLL ShowError loading C:\PROGRA~1\MYWEBS~1\bar\5.bin\M3PLUGIN>DLL
Issue
Solution
Note
Issue
I need help for error Error loading C:\PROGRA~1\MYWEBS~1\bar\5.bin\M3PLUGIN>DLL
Solution
To solve:
Please click on Start, Click on Run and type the...
[C Language] finding the square root of a number Show[C Language] finding the square root of a number
Intro
Notes
Intro
A simple C program allowing you to find the square root of a number.
#include
#include
int main(void)
{
double x = 4.0, result;...
Compiling a program in C with Dev C++ on Vista ShowCompiling a program in C with Dev C++ on Vista
Compiling a C source code under Vista with Dev C++, can be a quite difficult procedure.
Quick solution: the g++ compiler
To be used with Dev-PSV:
Go to Tools/compiler options and...
Secure data entry in C ++ ShowSecure data entry in C ++
Using get ()
Using "getline ()"
Remove go to newline without using getline ()
Sometimes when creating a program, it is needed that additional information from the user must be enterd. In C++...
Programming languages ShowProgramming language
A "programming language" is a language designed to describe a set of consecutive actions to be
executed by a computer. A programming language is therefore a practical way for us (humans) to give instructions to a...
Windows - Diagnostic tools ShowAccessing diagnostic tools
On the Desktop, when you right-click on a drive and go to Properties, the "Tools" tab gives you access to three tools:
Defragmenter (c:\windows\defrag.exe)
Scandisk (c:\windows\command\scandisk.exe)
Backup (c:\program...
Representation of real numbers and integers ShowRepresenting a number in a computer
Representing (or encoding) a number means to express it in binary form. Representing numbers in a computer is necessary in order for it to be able to store and manipulate them. However, the problem is that a...
This is not pure c++ program and if you have little bit of common sense then you can understand by changing the header file to <iostream.h> to <stdio.h>