Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
C++ Projects (Build 6 RealTime Apps Step by Step with Code)
Rating: 3.6 out of 5(13 ratings)
119 students

C++ Projects (Build 6 RealTime Apps Step by Step with Code)

You will learn how to build apps in C++ using graphics. TicTacToe project + Synopsis + Source Codes for all apps
Created byAjay Bakshi
Last updated 4/2019
English
English [Auto],

What you'll learn

  • Students will be expert in graphics and will be able to make games in C++
  • Apps in C++

Course content

9 sections37 lectures10h 27m total length
  • Introduction3:49

    Graphics in C++ Introduction

  • Downloading and installation of Turbo C++ compiler7:00

    Download and install Turbo C++ 4.0 on Windows 7 or 8 64-bit, locate the installation, and set code generation and linker options to run graphics programs.

  • Introduction to Turbo C++ Compiler11:03

    Learn how to set up the Turbo C++ compiler, navigate its folders, and implement graphics programming using the graphics driver files and header files.

  • Writing First program in Graphics.20:27

    Learn to write a basic graphics program in C with Turbo C, initialize graphics, load the graphics driver, handle errors, set colors, draw simple shapes, and clean up.

  • Drawing Line, setcolor(ColorCode), graphics resolution.9:07

    Explore graphics resolution and 640x480 pixel coordinates, learn to draw a line with the line function, set color with color codes, and manage screen clearing to prevent flicker.

  • Mouse Functions part 1.19:51

    Explore mouse functions in C++ projects by initializing the mouse, showing and hiding the cursor, and reading x y coordinates and button status using interrupt 86 with service numbers.

  • Mouse Functions part 2.18:11

    Explore C++ real-time app basics by implementing mouse interactions, drawing a blue rectangle, tracking mouse coordinates, handling left-click events, and restricting mouse motion within a defined region using restrict functions.

Requirements

  • Student should have some basic knowledge about C++. Compiler used Turbo C++
  • Basic knowledge in C++

Description

If you have at least basic knowledge about C++, you can easily learn this course. I have explained everything in a detailed manner, so you can easily understand the topics. Videos in the course are in simple English language (No complicated words). If you are studying in the School/College/University and if you have any project work in C++, this course is best choice for you. After learning this course you will be able to make any app in graphics. I have created many apps in this course with full of graphics and animations like: Piechart, Barchart, Truck Stock Infograph, Hit the Bulls Eye and finally a Project Work in Tic Tac Toe Game.

Note: for each lecture, I have included the source code for your reference. you can download it to save your time in code typing. For Tic Tac Toe game I have included its source code and Project Synopsis also, so that you can use it in School/College or add in your resume.

I am here to build  your logic. If you are logically strong, you can learn any programming language and make any kind of app. Because a strong logic does matter!!

Compiler Required: Turbo C++

Who this course is for:

  • Any one who know C++ and like to learn Graphics in depth to develop games.
  • C++ students