Programming » Compilers and SDK » C and C++ (12)

 Sort by:  Date  Name

 » ACE 1.0
download web site opinions problem?
  ACE is an interpreter (A C Emulator) for a subset of standard ANSI C that runs on the PIC family of microprocessors. It is intended for the same category of applications as the Basic Stamp system produced by Parallax Inc. The advantages of an interpreted system for a novice are that little detailed knowledge of the hardware is required and that it is (nearly) impossible to crash the system due to a programming error. There are about 45 PIC registers available to the user in the 16F84 version. The code is extremely compact and a 2Kbyte memory allows C programs of up to 500 (editor) lines of code. Support is built in for the debouncing of inputs and the control of RC servos. On the 18-pin PICs two of the ports are internally programmed to control 2 standard RC servos. There are 9 IO ports which can be programmed by the user.
 author:Ian Whiting
 required:WinXP
 size:192 k
 added:01-Feb-2007
 (1 votes)   » rate it  (5 = best)

 » C to C++ Converter 1.4
download web site opinions problem?
  C to C++ Converter is a script that translates C to C++ in several steps. 1) generating classes, 2) converting functions to methods, 3) replacing calls to functions by references to methods. The main script calls other specialized ones but you can also proceed step by step and modify manually the results of a step before starting the next one. NOTE:This tool is not easy to use. It is for experienced programmers.
 author:Scriptol
 required:Windows, Linux
 size:150 k
 added:10-Mar-2006
 (7 votes)   » rate it  (5 = best)
 » C++ Server Pages 1.6
download web site opinions problem?
  C++ Server Pages (CSP) allows developers to build Dynamic Web Pages and Web Applications by using C++. You can easily port your C++ projects to the Web, and also give incredibly high processing performance to your Web Apps.
 author:Micronovae Ltd
 required:WinNT, Win2K, WinXP
 size:7.8 m
 added:01-Nov-2004
 (19 votes)   » rate it  (5 = best)
 » cIDEE beta
download web site opinions problem?
  cIDEE is a free C++ and ANSI C programming environment designed to satisfy the pedagogical requirements of first-year C++ and ANSI C computer science and computer engineering courses. cIDEE serves as a wrapper around the open source Notepad++ text editor and MinGW compiler tools. Like those tools, cIDEE is released under the GNU General Public License.
 author:Mithat Konar
 required:WinXP
 size:9.9 m
 added:19-Feb-2007
 (5 votes)   » rate it  (5 = best)
 » Dev C++ 5 b
download web site opinions problem?
  Bloodshed Dev-C++ is a full-featured, Open Source, Integrated Development Environment (IDE) for the C/C++ programming language. It uses Mingw port of GCC (GNU Compiler Collection) as it's compiler. Dev-C++ can also be used in combination with Cygwin or any other GCC based compiler.
 author:Bloodshed Software
 required:Windows
 size:13.5 m
 added:19-Jun-2002
 (119 votes)   » rate it  (5 = best)

 » Digital Mars C and C++ Compiler 8.5+
download web site opinions problem?
  Digital Mars C/C++ Compiler contains - Win32 console versions of the tools; C and C++ compilers; Optlink Linker; Librarian. Standard and Win32 header files; Runtime linkable libraries; Does not come with a debugger, but works with the Symantec or Microsoft debuggers. MicroEmacs for Win32. You can also buy the complete package on CD (over 300Mb of development tools!) which includes: C and C++ compilers; Integrated development and debugging environment (IDDE); Documentation in browsable HTML format; Tutorials and sample code; Extensive set of related tools like resource compiler, object disassembler, librarian, resource editors, make, etc. and more!
 author:Digital Mars
 required:Windows, DOS
 size:2.87 m
 added:27-Nov-2007
 (93 votes)   » rate it  (5 = best)
 » MFCClean 1.4
download web site opinions problem?
  Keep the Source Tree Clean! MFCClean is a tiny 32-bit command line freeware utility written for Visual C++ programmers. It searches through a directory tree deleting large temporary, binary, build files, such as precompiled headers, that use a huge amount of disk space (unnecessarily when you're not actually coding). Call it from a batch file just before running a backup or commiting to CVS, run as part of a login script, as a desktop icon for a quick double click... I use it just before my daily backup, and after a coding session - just to keep things tidy.
 author:The Lost Continent of...
 required:Windows
 size:5 k
 added:03-Feb-2003
 (15 votes)   » rate it  (5 = best)
 » Micro-IDE 1.0
download web site opinions problem?
  Micro-IDE is a free C compiler for AVR microcontrollers, this compiler is intended to work with AVR micro controllers from ATMEL. The principle is to create assembler code from C code using micro-IDE studio and create assembler hex file to be loaded to the AVR chip using the free avr studio from ATMEL. (it will be used as debugger). Its very simple to work with the studio, after writing your code in C language all you have to do is click one button and it will automatically compile, build and load to the micrcontroller. To make things easier for debugging LCD16x2 is connected in 4 bit mode to port E and it's possible to print text or variable content using simple commands.
 author:G Oni
 required:Windows
 size:1.9 m
 added:15-Jun-2007
 (8 votes)   » rate it  (5 = best)
 » Pelles C 4.0
download web site opinions problem?
  Pelles C for Windows is a complete development kit for Windows and Pocket PC. It contains among other things an optimizing C compiler, a linker, a resource compiler, a message compiler, a make utility and install builders for both Windows and Pocket PC. It also contains an integrated development environment (IDE) with project management, debugger, source code editor and resource editors for dialogs, menus, string tables, accelerator tables, bitmaps, icons, cursors, animated cursors, animation videos (AVI's without sound), versions and XP manifests. The compiler is based on LCC, and the install builder for Windows is based on NSIS. Both are heavily modified.
 author:Pelle Orinius
 required:Windows
 size:6.6 m
 added:19-Jan-2004
 (98 votes)   » rate it  (5 = best)
 » PW32 the Posix-over-Win32 layer 0.4.0
download web site opinions problem?
  PW32 is implementation of (subset of) POSIX/Unix API for Win32 systems. Its main concerns are efficiency and full platform coverage, including adequate support for low-end Win9x systems. PW32 is based on DJGPP's runtime library by DJ Delorie. PW32 is licensed under LGPL.
 author:Paul Sokolovsky
 required:Windows
 size:500 k
 added:12-Apr-2000
 (32 votes)   » rate it  (5 = best)
 » The CH Language Environment 4.0
download web site opinions problem?
  Ch is an embeddable C/C++ interpreter for cross-platform scripting, shell programming, 2D/3D plotting, numerical computing, and embedded scripting. C/Ch/C++ allow users to use one language, anywhere and everywhere, for any programming tasks. Ch is the solution for: Embedded Scripting; Enterprise; Academic; Plotting and Numerical Computing. Ch Standard Edition is free for both commercial and non-commercial uses, subject to the license agreement set forth in the license.
 author:Harry H. Cheng
 required:Windows, UNIX
 size:-
 added:05-Dec-2003
 (74 votes)   » rate it  (5 = best)
 » Xdelta 1.1.3
download web site opinions problem?
  Xdelta is a complete system for managing delta-compressed storage and network transport. Using the Xdelta system, you can easily incorporate this functionality into your application.
 author:Josh MacDonald
 required:Windows
 size:937 k
 added:12-Feb-2003
 (9 votes)   » rate it  (5 = best)
Programming » Compilers and SDK » C and C++
new | search | submit | contact | forums | sitemap