

Simple and Fast Multimedia Library (SFML) is a cross-platform software development library that uses graphic hardware(GPU or Video card) it is designed to provide a simple application programming interface (API) to various multimedia components in Modern computers. Latest DirectX 12 is included in Windows 10, 11 OpenGL (Open Graphics Library) is a cross-language, cross-platform application programming interface (API) that use graphic hardware(GPU or Video card) for rendering 2D and 3D vector graphics.ĭirectX is an application program interface (API) that uses graphic hardware(GPU or Video card) for creating and managing graphic and multimedia effects in applications such as games or Dynamic Web pages that will run in MS's Windows operating systems. OpenGL using GLFW (modern openGL)(Recommended) If you are not taking any course that "Strictly" requires you to use graphic.h for Computer Graphical Programming, and just want to learn graphic programming in general or as a hobby we highly recommend that you use one of the many libraries out there which are better (but complicated) than graphics.h. I would also suggest not using Bloodshed Dev-C++ as it is also quite outdated. graphics.h is a 35 years old header that used to exist in Borland version of Turbo C.Because “graphics.h” is really old library and not used anymore.

graphics.h is for DOS based graphics with max support of 640x480 resolution based on graphics driver and mode selection.So, if you are taking one of the courses listed above, it is mandatory to use graphic.h for Computer Graphical Programming. In India, in the field of computer science, most of the degree courses have at least Computer Graphical Programming, be it B.Tech, BCA, BSc Cs, or any other degree in Computer science department. The graphics.h is a header file in C/C++ that provides access to a simple graphics library that makes it possible to draw lines, rectangles, ovals, arcs, polygons, images, and strings on a graphical window. Hello everyone, today we are going to set up Visual Studio Community Edition for Computer Graphical Programming using graphic.h in C++.
