Copyright 2023, Ali Arya
Anyone Can Code: Algorithmic Thinking


================================
Standard C/C++ Examples
================================
To use C/C++ example:

Use Visual Studio for Windows
Create a new project
Select only one example and add the source file to your project

If you have your own projects or another IDE, add the source file to it.

================================
SDL Examples
================================
To use SDL example:

Install SDL on your computer
Use Visual Studio for Windows
Create a new folder
Copy all SDL files to that folder
Open the SDL.sln
Make sure SDL project settings are correctly pointing tothe location of SDL files
Select only one example and add the source file to your project

If you have your own SDL projects, copy SDLX.h, SDLX.cpp, and the example source file to that project.

================================
Python Examples
================================
To use Python example:

Install Python on your computer
Use Visual Studio for Windows
Create a new folder
Copy all files to that folder
Open the PythonApplication.sln
Select only one example and add the source file to your project
If using graphics, then add graphics.py as well.

If you have your own projects, copy the example source file, graphics.py and other data files to the project folder.