| | |
graphics.h with Borland C++ compiler
Please support our C++ advertiser: Intel Parallel Studio Home
Thread Solved |
•
•
Join Date: Sep 2006
Posts: 3
Reputation:
Solved Threads: 0
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!
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.
Maybe you can look here
http://www.daniweb.com/techtalkforums/thread11617.html
and
http://bdn.borland.com/article/16170
Hope it helped, bye.
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.
Maybe you can look here
http://www.daniweb.com/techtalkforums/thread11617.html
and
http://bdn.borland.com/article/16170
Hope it helped, bye.
I don't accept change; I don't deserve to live.
•
•
•
•
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.
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.
dwk
Seek and ye shall find.
"Only those who will risk going too far can possibly find out how far one can go."
-- TS Eliot.
"I have not failed. I've just found 10,000 ways that won't work."
-- Thomas Alva Edison
"The only real mistake is the one from which we learn nothing."
-- John Powell
Seek and ye shall find.
"Only those who will risk going too far can possibly find out how far one can go."
-- TS Eliot.
"I have not failed. I've just found 10,000 ways that won't work."
-- Thomas Alva Edison
"The only real mistake is the one from which we learn nothing."
-- John Powell
•
•
Join Date: Sep 2006
Posts: 1
Reputation:
Solved Threads: 0
•
•
•
•
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.
![]() |
Similar Threads
- could not load tlink.exe (C++)
- Linker error in borland turboc3 compiler.need help in desperation (C++)
- Borland Compiler (C++)
- Graphics in borland! (C++)
- Need help setting up graphics (C++)
- Visual C++ graphics (C++)
Other Threads in the C++ Forum
- Previous Thread: Help me simplify this program please!
- Next Thread: Newbie in need of help!!!
| Thread Tools | Search this Thread |
api array beginner bitmap c++ c/c++ calculator char char* class classes code coding compile compiler console conversion count database delete desktop developer directshow dll download dynamic email encryption error file forms fstream function functions game givemetehcodez google graph gui homeworkhelper iamthwee ifstream input int integer java lib linkedlist linker linux loop looping loops map math matrix memory multiple news node number numbertoword output parameter pointer problem program programming project proxy python random read recursion recursive return rpg sorting string strings struct temperature template templates test text text-file tree unix url variable vector video visualstudio win32 windows winsock word wordfrequency wxwidgets






