hi I have a Borland C++ 5.5 command compiler. I needed to plot a graph using a C++ program. However, I discovered that there were'nt any graphics library (pls correct me if I'am wrong). So I copied graphics.h and BGI files from a Turbo C++ compiler.
But I can't still run any graphics based functions. There are errors of a 'far' variable like:
Size of 'far' is unknown,
Time is running out as my assignment date is due. If the Turbo C++ graphics.h is incompatible then how can I plot a graph in BCC32. Please help!
Why not just try to complete the assignment in Turbo C. In the help section of turbo C there is a small tutorial which explains how to setup graphics in Turbo C along with a small example.
And just copy pasting the files wont do the job coz Turbo C is not the same as Borland C++, i hope you get the point.
hi!
The point is, it will involve a huge overhead to switch to TC (as I have'nt installed it on my notebook). I just needed to plot a histogram on a graph in bcc. will WinGDI help. If so, kindly send me a rough code.
hi!
The point is, it will involve a huge overhead to switch to TC (as I have'nt installed it on my notebook). I just needed to plot a histogram on a graph in bcc. will WinGDI help. If so, kindly send me a rough code.
I imagine the overhead would not be great (unless your program is written in C++); TC fits on four floppy disks and it runs on an XT computer. But switching to an old compiler just so you can use its outdated graphics library doesn't seem like a good idea.
Try searching google for a graphics library that works with your compiler; one such one is http://dislin-for-borland-c-5-5.mpi-....qarchive.org/. (Nice name, eh?) Or use Windows graphics if your compiler supports it.
hi I have a Borland C++ 5.5 command compiler. I needed to plot a graph using a C++ program. However, I discovered that there were'nt any graphics library (pls correct me if I'am wrong). So I copied graphics.h and BGI files from a Turbo C++ compiler.
But I can't still run any graphics based functions. There are errors of a 'far' variable like:
Size of 'far' is unknown,
Time is running out as my assignment date is due. If the Turbo C++ graphics.h is incompatible then how can I plot a graph in BCC32. Please help!
The main problem is that turbo c++ is for using ms-dos or win3.1.
So that library programs graphics only for dos or win3.1 depending on your version.
So you have to use a library in order to use graphics in win32, this is a total new topic on how to do that, but i can recommend you Allegro, because it can use simplified functions.
a url of this library is www.allegro.cc and good luck in your proyect.
Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.
This thread is more than three months old
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.