C++ Programming GalleryGraphics

Advanced Math Function Plotter, 2D Function Plotter in C++ (METPRO), using graphics.h BGI library

Draw Windows with WinBGI

The METPRO program is an example of the use of windows.h. What it does is to plot a function y=f(x) in the XY plane, using dialog boxes and buttons.

Developed by:

JOSE LUIS DE LA CRUZ LAZARO

YACSHA – Software & Desing, since 1999, Lima – Perú
The World of Chaos – EL MUNDO DEL CAOS – Unlimited Programming

You can DOWNLOAD the SOURCE CODE and executable software for FREE from here:

Join The World of Chaos Developer Community😃

Contribute to the project on Github!

HISTORY

  • Version 2 – 24 – III – 2024
    • Update graphics / ventanas – Porting to VC++ 2017 using winbgi
    • The painting of the picture shown in the about box is updated, now it can be painted with PUTPIXEL (slow) or with READIMAGEFILE (fast). The latter is the one that is configured by default.
    • bmpplus is used instead of imgbgi, to draw the bmp faster on the screen
    • Logouni.bmp is loaded in the About box instead of logouni.pcx. Because the pcx format has been obsolete
    • Translate credits for english
  • Version 1.5 17-VIII-2000
    • Added comments to almost all lines of code.
    • The mousebgi.h and pcxbgi.h headers are updated with more current versions, which are more efficient.
    • Deletion of unusable code.
  • Version 1.4 28-XII-1999
    • Version not yet finished… some things still need to be perfected… but I present what I have advanced…

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button