Thread: graphics.h alternative

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Jan 2023
    Posts
    5

    graphics.h alternative

    Hi,

    I'm using graphics.h because it have all the features I need. But it's a bit old (2004) and for now I'm running the program in a virtual Windows 7. The database is running fast and currently have about 2000 transactions. It started out being coded in C++, but the more OOP i learned, the more attractive C is for me. The search, sorting, showings pictures is almost in C.

    It's relational database for my wife's shop and I know it's working well or else my wife will let me know in a heartbeat.

    The picture shows test data with a picture related to the costumer.

    I had tried Raylib, but the font is a bit blurry and it is can only run in double buffering mode, as far as I know.

    graphics.h can use double buffer or not as you please.

    So if anyone knows of any easy graphics library, because my level is about medium, I think?

    Evan
    Attached Images Attached Images graphics.h alternative-capture2-jpg 

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Alternative to goto?
    By .:Lyle:. in forum C Programming
    Replies: 21
    Last Post: 08-29-2012, 10:39 AM
  2. alternative content
    By MisterSako in forum Tech Board
    Replies: 2
    Last Post: 04-10-2006, 06:40 AM
  3. Any alternative?
    By sCandal2 in forum Windows Programming
    Replies: 4
    Last Post: 01-11-2006, 04:30 PM
  4. gets() alternative
    By Mastadex in forum C Programming
    Replies: 5
    Last Post: 12-12-2004, 12:28 AM
  5. alternative to cin
    By Unregistered in forum C++ Programming
    Replies: 18
    Last Post: 06-25-2002, 05:14 PM

Tags for this Thread