Dev C Web

  • Latest Version:

  • Requirements:

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

  • Author / Product:

    Bloodshed Software / DEV-C++

  • Old Versions:

  • Filename:

    Dev-Cpp 5.10 TDM-GCC 4.8.1 Setup.exe

  • MD5 Checksum:

    e5fb66d444e6aabd466e1e8a5340c7d2

DEV-C++Dev C Web is a fully-featured

Jun 27, 2015  C is used in Web Development. FrameWorks exist: - Wt, C Web Toolkit - I think you can use Qt as well but I never tried - C CGI exist, You can use them implement a website like in any other language. It is not a lot more difficult than doing it in PHP - Node.js is partially implemented in C (because of V8 which is also in C).

integrated development environment (IDE)Dev 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.
Dev C WebIt 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.
Installation and Use
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
  • 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


-->

In C++, you have several options for connecting to the web and the cloud.

Microsoft Azure SDKs and REST services

  • The Azure Storage Client Library for C++ provides a comprehensive API for working with Azure storage, including but not limited to the following abilities:

    • Create, read, delete, and list blob containers, tables, and queues.
    • Create, read, delete, list and copy blobs plus read and write blob ranges.
    • Insert, delete, replace, merge, and query entities in an Azure table.
    • Enqueue and dequeue messages in an Azure queue.
    • Lazily list containers, blobs, tables, and queues, and lazily query entities
  • The ANSI C99 Azure IoT Hub SDKs for Internet of Things enable IoT applications to run on the device or on the backend.

  • The OneDrive API provides a set of HTTP services to connect your application to files and folders in Office 365 and SharePoint Server 2016.

Windows and cross-platform networking APIs

  • Provides a modern, cross-platform, asynchronous API for interacting with REST services.

    • Perform REST calls against any HTTP server, with built-in support for JSON document parsing and serialization
    • Supports OAuth 1 and 2, including a local redirect listener
    • Make WebSockets connections against remote services
    • A fully asynchronous task API based on PPL, including a built-in thread pool

    Supports Windows Desktop (7+), Windows Server (2012+), Universal Windows Platform, Linux, OSX, Android, and iOS.

  • A Windows Runtime HTTP client class modeled on the .NET Framework class of the same name in the System.Web namespace. HttpClient fully supports asynchronous upload and download over HTTP, and pipeline filters that enable the insertion of custom HTTP handlers into the pipeline. The Windows SDK includes sample filters for metered networks, OAuth authentication, and more. For apps that target only Universal Windows Platform, we recommend that you use the Windows::Web:HttpClient class.

  • Provides a native COM interface that you can use in Windows Runtime apps or Windows desktop apps to connect to the Internet over HTTP and issue GET, PUT, and other HTTP commands. For more information, see Walkthrough: Connecting Using Tasks and XML HTTP Requests.

  • Windows API that you can use in Windows desktop apps to connect to the Internet.

Dev Web05

See also

Dev C Cpp

C++ in Visual Studio
Microsoft Azure C and C++ Developer Center
Networks and web services (UWP)