Visual C++ Gallery

WinBGIDLL Project – How to install WinBGI Graphics.h library in C++ Visual Studio console projects

In the year 2024 I embarked on the task of reviving the more than 70 old programs from “The World…

Read More »

Bezier Surface in C++ Visual Sudio

Draw a Bezier surface Developed by: Original authors: Amelia Improvements added from version 2, thanks to Yacsha. JOSE LUIS DE…

Read More »

Lagrange Surface in C++ Visual Sudio

Draw a Lagrange surface Developed by: Original authors: Amelia Improvements added from version 2, thanks to Yacsha. JOSE LUIS DE…

Read More »

Newton, Lagrange and Bezier Interpolation Curve in C++ Visual Sudio

Newton, Lagrange and Bezier curves are plotted simultaneously, which interpolate a polygonal entered by the user. Spanish:Se plotea las curvas…

Read More »

3D Rotating Square in C++ Visual Sudio

A 3D square is plotted that supports translation, rotation, scaling, projection in the XY, XZ, YZ planes, and reflection with…

Read More »

3D Axis in C++ Visual Sudio

The axes are plotted in 2 dimensions and 3 dimensions. Spanish:Se plotea los ejes en 2 dimensiones y en 3…

Read More »

3D Pyramid in C++ Visual Sudio

A pyramid is plotted in 3D. It is allowed to translate it on the Y axis and rotate it around…

Read More »

3D Square – Transformations in C++ Visual Sudio

Model 2: A 3D square is plotted that supports translation, rotation, scaling, projection in the XY, XZ, YZ planes, and…

Read More »

Bugs Animated Mouse 2 in C++ Visual Sudio

Another style of drawing Bugs:Draws a mouse’s face using Bezier curves, and then animates the mouse’s face, like a cartoon.…

Read More »

3D Surface in C++ Visual Sudio

Plot a 3D surface, and rotate it randomly about the 3 coordinate axes,periodically. Examples included:Jester’s Hat: z = -sin(3 *…

Read More »
Back to top button