Time for an update then. The last version was not-so portable in many ways. This one is. Together with doing a lot of portablizating, I've done a bunch of cleaning up, housekeeping and restyling.
Changes - Version 4.9.9.4 - 12 Juli 2011

Nov 10, 2016  Dev-C is an integrated development environment (IDE) for the C programming language. It presents a feature-rich environment, tools for writing and debugging, as well as a compiler to provide you with all the tools necessary to program software in C.The program is a fork of the Bloodshed Dev-C environment, designed for advanced programmers looking to. Aug 22, 2015  How to install Free Open Source Dev C IDE on Windows 7 8 10 for C & C program languages - Duration: 6:01. Deed training and development 73,847 views. Free download page for Project Dev-C's devcpp-4.9.9.2setup.exe.Dev-C is an full-featured Integrated Development Environment (IDE) for Win32. It uses GCC, Mingw or Cygwin as compiler and libraries set. Dev-C version 4.9.9.2, without Mingw compiler system and GDB. Studio one pro 4.5.2. Get this one if you already have a previous Dev-C beta or already a compiler. Get this one if you already have a previous Dev-C beta or already a compiler. New vst plugins avalon 737 tube effect free download 2017. Disclaimer This page is not a recommendation to remove Dev-C 5 beta 9 release (4.9.9.2) by Bloodshed Software from your PC, we are not saying that Dev-C 5 beta 9 release (4.9.9.2) by Bloodshed Software is not a good software application.

  • Added a %path% macro to every path. Use this string in the config files to add relative paths to Compiler Directories.
  • Fixed a bug in the Code Completion Cache Creator (CCCC :D): it used to add 2 copies of every file (one relatively referred to and one referred to with a full path).
  • Cleaned up a few duplicate and unused headers and binaries. The installer is now a whopping 200KiB smaller.
  • Updated the make.exe searcher to check for GCC 4.5.2's make.exe.
  • Added a few install profiles: minimalist and portable.
  • Fixed a few grammar errors.
  • Updated the About window.
  • Added an icon to the installer.

Important notices
  1. The options format has changed. If you want to reuse an old config file (NOT recommended), or, more importantly, when you're overriding Compiler Options in your project, you need to re-set these project settings once and save the project. You'll then have an updated 4.9.9.3 project file.
  2. This version has GCC built-in instead of being an aditional package. It also contains D3D9/10/11, GDI, Win32 and OpenGL headers and libraries in that flavor.
  3. This version is now fully portable. If you also don't want Dev to leave anything behind in the registry, please select 'Portable' or 'Minimal' in the setup options.

Download
The setup can be downloaded here (includes full and portable versions). The source code can be found here.
Problems
  • FIXED: Need to add some processing code for a few rare output messages new to GCC 4.
I've run out of fancy opening messages.

Dev C++ Portable 4.9 9.2 Download

Changes - Version 4.9.9.9 - 18 Augustus 2011Dev C++ 4.9 9.2 Indir
  • Fixed a regression: class or variable browsing by control clicking now works again.
  • Pasting chunks of code that require scrolling now force a refresh instead of showing gibberish.
  • The portable shortcut now runs .devcpp.exe instead of one in Program Files.
  • Fixed: Typing stuff like foo[bar.member] spawned the completion tooltip of foo when typing the '.' after bar.
  • Added a D3D9 example template.
  • The shortcut is now a proper autoit executable.
  • Rewritten the GDB communication code that retrieves register contents.
  • Added a standards (-std) selection option.

Important notices
  1. The options format has changed. If you want to reuse an old pre-4.9.9.3 config file (NOT recommended), or, more importantly, when you're overriding Compiler Options in your project, you need to re-set these project settings once and save the project. You'll then have an updated 4.9.9.3+ project file.
  2. This version has GCC built-in instead of being an aditional package. It also contains D3D9/10/11, GDI, Win32 and OpenGL headers and libraries in that flavor.
  3. This version is now fully portable. If you also don't want Dev to leave anything behind in the registry, please select 'Portable' or 'Minimal' in the setup options.
  4. For ultimate portable programming, please launch devcppPortable.exe located in the main folder of the portable zip download. This will make dev save its configuration files in the same folder as the executable.

Download
Dev c 4.9 9.2 indir windows 7The setup can be downloaded here. The Portable zip version can be downloaded here. The source code can be found here.
Problems / Upcoming changes
  • NOT FIXED: Dev-C++ stalls when it tries to terminate console programs waiting at 'Press any key' lines.
  • FIXED: A bunch of Copy menu items now listen to shortcuts like Ctrl-C too.
  • FIXED: Added font customization for the compiler sheet.
  • Not useful.
  • FIXED: Tab shortcuts now use Tabs instead of Shift-Ctrl-I and Shift-Ctrl-U (who came up with that fingerbreaking combination anyway?).
  • FIXED: Restyled pretty much everything.
  • FIXED: Reorganized a few windows to make better use of space.
  • FIXED: Several SynEdits now do not have an infinitely long scrollbar anymore.
  • FIXED: The splash screen now does not show up behind the tooltips anymore.
  • FIXED: Improved startup speed for the New Look theme.
  • FIXED: Updated the splash screen text.
  • FIXED: Added more keyboard shortcuts to rightclick menus.
  • FIXED: Removed everything XPMenu related. This shaves off about 7000 lines of code and makes Dev a bit faster.
  • FIXED: Added a bunch of code insertion templates. For example, WinMain, WindProc and a do-while() loop.
  • FIXED: More..