• Home

C Game Dev Library

 
  1. Jul 16, 2016 The best indie game marketing and game development resources, all in one feed. Email Raghav (raghav@blackshellmedia.com) if you want to contribute. Hosted by Black Shell Media, indie game publisher and consulting agency.
  2. Game Programming in C and C Same Game - A Simple Game from Start to Finish By Ben Marchant. Do you want to learn how to create a game? This series will teach you how to create a game, starting from the very beginning and ending with a fully playable game.
  • Latest Version:

    DEV-C++ 5.11 LATEST

  • Requirements:

    Windows XP / Vista / Windows 7 / Windows 8 / Windows 10

  • Author / Product:

    Bloodshed Software / DEV-C++

  • Old Versions: Dev c compiler free download windows 7.

  • Filename:

    Dev-Cpp 5.11 TDM-GCC 4.9.2 Setup.exe

  • MD5 Checksum:

    581d2ec5eff634a610705d01ec6da553

  • Details:

    DEV-C++ 2020 full offline installer setup for PC 32bit/64bit

Feb 12, 2013  I want to install a game library to my c visual studio 2012 express. I have found a couple of libraries but none of them were either easy.exe installs or pre installed in the program. I want something that is a good start and that is not hard to install. I am mostly interested in just 2d stuff for now, but 3d capabilities doesn't hurt:P.

DEV-C++C Game Dev Library is a fully-featured integrated development environment (IDE) for creating, debugging and creating applications written in a popular C++ programming language. Even though tools for the development of C++ software have undergone countless upgrades over the years, a large number of developers located all around the world have expressed a wish to continue using DEV-C++. This IDE platform has proven itself as highly reliable and intuitive, giving developers access to all of their necessary tools, in-depth debugging, and most importantly, a stable error-free environment for the development of apps of all sizes – from small school tasks to large business projects intended for both internal and public use.
The app is an open-source IDE environment, offering software solutions and the necessary tools for C++ app development. However, be aware that its toolset is focused more on novices and basic programming, and that open source community has not updated its toolset for a considerable time. Still, what is present in its latest version represents a highly-capable C++ IDE that could be used for years without encountering any issue.
If you are a novice, are a student who wants to create C++ project in a stable and easy to use software environment, or even if you are a seasoned programmer who wants to access C++ programming inside small IDE that will not strain your computer resources, DEV-C++ represents a perfect choice. It has all the required tools and feature sets for creating small to mid-sized apps.
It runs on all modern versions of Windows and can be used without any restrictions for free. It was originally developed as an open-source fork of the Bloodshed Dev-C++ IDE.

Dev C++ Download For Laptop


Installation and Use

C Game Dev Library Online


Dev C++ Game Code

Even though DEV-C++ is filled with advanced compiler, debugger and a wide array of dev tools, it’s installation package is quite small (only around 50 MB) and therefore can be easily installed on any modern Windows PC or laptop. Just follow the onscreen instructions, and in mere seconds DEV C plus plus will be ready for running. Other more developed modern IDE environments, on the other hand, require much more storage space, and their installation can run for minutes.
Once up and running, you will be welcomed in a user-friendly interface that can be additionally customized to better fit your needs. The main window of the app follows the basic structure of many other modern IDE environments, with top row of dropdown menus and buttons that are shortcuts to its many built-in tools, a large vertical three-tabbed area for managing Projects, Classes and Debug listings, and of course, the main project area (with support for tabs) where you can start programming your apps. Both the app and the current project can be customized extensively. App Options window features tabs for Genera, Fonts, Colors, Code Insertion, Class Browsing, and Autosave customizations. Environment Options feature tabs for General, Directories, External Programs, File Associations, and CVS support customization.
Features and Highlights

C Game Dev Library Hours

  • Fully-featured IDE for developing C++ apps.
  • User-friendly interface with many tools for managing project development.
  • Resource-light and unobtrusive feature set.
  • Focused on novices and mid-level programmers who want stability and reliability.
  • Powerful compiler and debugger.
  • Compatible with all the modern versions of Windows OS


Personally, I like Allegro as it has more features than SFML and SDL, cross-platform, and generally integrates well with 3D graphics engines like Ogre or Crystal Space, so if you're looking for 2D and wanted to get started on 3D later on or something, you could get Allegro and add in a 3d graphics engine when you're ready to use it. I think it comes with one, not sure. So I guess I'd recommend Allegro 5 or SDL.
It's not hard to install, but I don't know of any libraries that use .exe installs. Also, it's not fairly difficult to find guides on it, but it's rare you find a good/useful one. The library is easy to understand, for both Allegro and SDL, but SDL has more info available than Allegro, and is much more in wide usage.
Still, Allegro feels natural, the API is easy to understand and makes sense, and like I said, SDL is pretty powerful and although not as easy as Allegro, still has tons of documentation so it is easy to learn. I guess at the end of the day, since you mainly want a 2D library, use SDL. It's mainly for 2D graphics, whereas Allegro is a mix of 2D and 3D features.