Thread: please help

  1. #1
    Registered User
    Join Date
    Jan 2006
    Posts
    1

    please help

    I have a lot of trouble dealing with this task, so i would appriciate any help.

    I have to make program ,in borland c++ version 4.5 for win, which has to make simple x-y graph, on x graph is number of measuring and on y is value of these measurings.

    thx for help

  2. #2
    Registered User mrafcho001's Avatar
    Join Date
    Jan 2005
    Posts
    483
    What exactly do you need help with?

    Show some code?
    My Website
    010000110010101100101011
    Add Color To Your Code!

  3. #3
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398
    Once you've got a Window, there are simple WinAPI functions for putting dots, lines, shapes, text, etc., in the Window to make-up your graph. As you may already know, there are no graphics, color, mouse, or sound, in ANSI / ISO Standard C++.

    ...However, there is NOT one simple function to create a Window. In fact, there is a steep learning-curve. If you want to get started with Windows programming, check out The Forgers Tutorial.

Popular pages Recent additions subscribe to a feed