Showing posts with label Downloads. Show all posts
Showing posts with label Downloads. Show all posts

Thursday, 9 July 2015

Microsoft Visual Studio :

Introduction

Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop computer programs for Microsoft Windows, as well as web sites, web applications and web services.




Microsoft Visual Studio includes a code editor Visual Studio supports different programming languages and allows the code editor and debugger to support (to varying degrees) nearly any programming language, provided a language-specific service exists. Built-in languages include C, C++and C++/CLI (via Visual C++), VB.NET (via Visual Basic .NET), C# (via Visual C#), and F# (as of Visual Studio 2010). Support for other languages such as M, Python, and Ruby among others is available via language services installed separately. It also supports XML/XSLT, HTML/XHTML, JavaScript and CSS. Java (and J#) were supported in the past. (the code completion component) as well as code refactoring. The integrated debugger works both as a source-level debugger and a machine-level debugger. Other built-in tools include a forms designer for building GUI applications, web designer, class designer, and database schema designer.





Turbo C++ For Windows :

Introduction

As we all know the Popular Turbo C 3 [C and C++ compiler by Borland] does not run well on 64 bit OS’s like Windows 7,Windows 8 etc,and on 32 bit OS’s they cant work fullscreen, so we have developed the emulated version of the same TurboC compiler within an environment called DosBoX which works on all OS’s Fullscreen
normal DosBoX installations require you to download DosBox separately and then mounting the turboc directory and all which was a headache..with our installer you don’t need to mount/configure anything everything is done automatically!.. Just install and Go! you can start using TurboC as soon as you install this..! 



Image result for turbo c++ logo



Code Block for Windows :

Introduction

Code::Blocks is a free C, C++ and Fortran IDE built to meet the most demanding needs
 of its users. It is designed to be very extensible and fully configurable.
Finally, an IDE with all the features you need, having a consistent look, feel and operation
across platforms.
Built around a plugin framework, Code::Blocks can be extended with plugins. Any kind of
 functionality can be added by installing/coding a plugin. For instance, compiling and
 debugging functionality is already provided by plugins.

Code block




Dev C++ for Windows :

Introduction:


Bloodshed Dev-C++ is a full-featured 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.


  Features are :

- Support GCC-based compilers

- Integrated debugging (using GDB)
- Project Manager
- Customizable syntax highlighting editor
- Class Browser
- Code Completion
- Function listing
- Profiling support
- Quickly create Windows, console, static libraries and DLLs
- Support of templates for creating your own project types
- Makefile creation
- Edit and compile Resource files
- Tool Manager
- Print support
- Find and replace facilities


Image result for dev c++