Author Topic: graphing in code blocks  (Read 9039 times)

Offline osteomark

  • Single posting newcomer
  • *
  • Posts: 3
graphing in code blocks
« on: February 26, 2015, 03:37:42 pm »
I'd like to do some graphing of values or plotting points in code blocks.
I attempted to down load graphics.h but code blocks says fatal error graphics.h does not exist.
I did the Borland down load and put in the 2 files to the INCLUDE file and the libbgi.a to the LIBRARY and the code on line 302 was fine and still errors. Oh yeah I loaded the llui etc.. extension also needed and does not work.
Soooo is there an include file that I can download for graphing? I also tried to download koolplot.h and that did not work either. Not recognized as been loaded.
I like code blocks but I'm trying to learn C and use it for Physics and plotting velocity, distance, time, torque etc....
Thanks for your help.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
« Last Edit: February 26, 2015, 05:19:15 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline osteomark

  • Single posting newcomer
  • *
  • Posts: 3
Re: graphing in code blocks
« Reply #2 on: February 26, 2015, 07:44:13 pm »
Thank you for the redirects. Been down those roads also. Not much in the above search about graphics.h or koolplots that were of any help.
Are there any useful INCLUDES that I can obtain to do graphing or plotting.
Or just direct me to the already loaded ones in CB 13.12.
Don't really want to go down the FORTRAN route yet. Really would like to stay on one language to learn to program.
Maybe C is not used to make graphs. Don't know. Still new to the programming world.
Thanks for all your help.
My intention is to use the forum as little as possible and learn on my own and not bug you guys. Thanks for beeing here though. Really like Code Blocks. :D

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: graphing in code blocks
« Reply #3 on: February 26, 2015, 08:08:49 pm »
I strongly suggest learning what a compiler is!!!
And, then find a site that supports the compiler you are using.

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org