Tag: Graphics
Scientific Calculator Program
Posted by M. Saqib | Last updated May 11, 2020 | Free Utilities |
Bank Management Program
Posted by M. Saqib | Last updated Apr 6, 2020 | Free Utilities |
LibGD – Dynamic Image Creation Library
Posted by M. Saqib | Last updated Jun 26, 2020 | Free Utilities |
C Program of Library Management System
by M. Saqib | Last updated Nov 28, 2017 | C Programming Source Code |
This is a C program of Library Management System by which a librarian can operate a simple library. User can add multiple students, update their records and issue multiple books. This C Program shows different information about...
Read MoreC Program to create Turbo C compiler UI
by M. Saqib | Last updated Jun 26, 2020 | Free Utilities |
This is a small C program that demonstrates Turbo C Compiler User Interface. This is done by using graphics library in C. This C program uses line() function to draw the lines and setcolor() function to change the colors of...
Read MoreGraphics in C Language
by M. Saqib | Last updated Jun 26, 2020 | C Programming Tutorials |
In a C program, first step is to initialize the graphics drivers on the computer. This is done using the initgraph() method provided in graphics.h library. In the next few pages we will discuss graphics.h library in more details. Important functions in graphic.h library will be discussed in details and samples programs will be provided to show the power of C programming language especially for graphic programming developing graphical user interfaces.
Read MoreKnight’s tour Implementation without graphic in C++
by M. Saqib | Last updated Apr 14, 2020 | C++ Source Code |
This C++ program is tour of knight on 64 square of chess board. The goal is to place a knight on an empty chess board and then move the knight to each of the remaining 63 squares while only visiting each square once. If on visiting the last square the knight is able to hop to the square on which it first started it is known as a closed tour (and so the knight could resume the exact same sequence of moves to complete another tour) while if the knight is unable to hop to the original square, it is known as an open tour.
Read More
Subscribe for updates
Advertisement
Recent Posts
-
Selection Sort Video – Algorithm ExplanationLast updated Jan 21, 2021 | Videos
-
Quicksort Video – Algorithm ExplanationLast updated Jan 21, 2021 | Videos
-
What Are The Best Programming Languages for Game Development?Last updated Jan 20, 2021 | Blog
-
Qfusion 3D Open Source Game EngineJan 19, 2021 | Blog
-
How to Read and Write Excel Files in C#Last updated Jan 19, 2021 | C# Programming Tutorials
-
The Pyrogenesis RTS and 3D Game EngineLast updated Jan 17, 2021 | Blog
-
Fundamental Principles of Data Integration for Database AdministratorsLast updated Jan 12, 2021 | Blog
-
What Makes Houseparty a Safe, Fun Way to Connect in 2021Last updated Jan 11, 2021 | Mobile Tech
-
C++ Wave File Writer from Text FileJan 7, 2021 | C++ Source Code
-
LRU and FIFO L1 Cache Implementation using CLast updated Jan 5, 2021 | C Programming Source Code