Dev-C++ 4.9.9.2

Dev-C++
3.3/5 (3 votes)
Major strengths of this softwareAreas for improvement
Have your say
  • Editor: Bloodshed
  • Release: 4.9.9.2
  • Language: English
  • License: Freeware/free
  • System: 98/2000/XP
Download devcpp-4.9.9.2-src.zip (1 MB)

Give your opinion by clicking on the stars on the left

User's advices

Dev-C++
Anonymous, on September 9, 2009 04:43 AM
Works well on Vista, simple clean interfaceSux pretty bad on Vista, Outdated. Use something else instead.
Dev-C++
Anonymous, on August 31, 2009 10:49 AM
Able to fuckSize matters
Dev-C++
Ze Para, on November 15, 2008 04:03 PM
Available in many languages. Not updated any more.
Best answers for « Dev C++ » in :
Compiling a program in C with Dev C++ on Vista Show Compiling 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...
The variables used in C ++ Show The variables used in C ++ The different types of variables Assignment and declaration of variables Looping signed integers Looping unsigned integers In order for a program to store data it make use on variables and as in any...
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:...
[C language]Handling 64-bit integers Show[C language]Handling 64-bit integers Unsigned 64-bit integer Example: Signed 64-bit integer Example: Basically in C language, an unsigned number over 32 bit can not exceed the value of 4 294 967 295. It may happen that you are...
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...
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...
UNIX - Files ShowIntroduction to UNIX files In UNIX systems any element is represented in the form of a file. All files are architectured around a single tree structure where the base, called the root, is written "/". File types UNIX systems define different...