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...
Generating random numbers with rand() ShowGenerating random numbers with rand()
You may have noticed when using the rand() found in the standard library of C language, you often get unsatisfied by the results, they look the same.
For example, when trying 5 random numbers in...
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...
[C language]Checking whether an integer is a prime number Show[C language]Checking whether an integer is a prime number
Definition of a prime number
Algorithm 1: dividers between 2 and N-1 will be tested
Algorithm 2: Even dividers will not be tested, research is limited to odd dividers
Algorithm 3:...
Download NetBeans IDE ShowNetBeans IDE 6.1 is an excellent IDE of C/C ++ development written completely in Java.
The syntactic tint, the "Code Completion" and many other options belong to NetBeans.
One of the main asset of NetBeans is that it is based on a module concept :...
S-video (Y/C) ShowThe S-Video standard
The S-Video standard (for "Sony Video"), sometimes called Y/C, is a video transmission mode with separate components using different cables to carry information regarding luminance (luminosity) and chrominance (colour).
An S...