How to use borland C for drawing

  • Thread starter Thread starter freedom927
  • Start date Start date
  • Tags Tags
    Drawing
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 4K views
freedom927
Messages
2
Reaction score
0
hello, i would like ask something about the borland C. The question is how to use borland C to construct a finite elements L-shape structure in borland C:confused: ? And how to colour the structure by using borland C:confused: ?
Help, this urgent...:cry:
Thanks.
 
Physics news on Phys.org
i don't think borland has imbedded grpahics libraries...

You could always try to find good old graphics.h (with its other libraries)
though Opengl with{Glut or SDL,the rendering windows} is open source.
Personally I prefer Opengl/sdl but with glut its pretty easy to learn.

With finite elements- I assume you also need to code some vector/matrix structs. Not sure if there are any open source libraries for those, but numerical recipes( nr.com) has its libraries for use.
If in doubt code it in Matlab/Maple