Thread: I would like to Produce 2d and 3d plots

  1. #1
    Registered User
    Join Date
    Feb 2009
    Posts
    2

    I would like to Produce 2d and 3d plots

    I am currently writing an application using C++ and MFC. I would like the output of this program to include both 2D and 3D plots. I prefer not to write these plotting routines by hand. I am hoping that there is free software out there to do this. I looked at the WPF-powered 3D graphing library found on this server. It is written in C#. I am thinking that is going to be an issue for me. I also tried building it, and ran into some problems. I am thinking that there should be a similar library for C++ and MFC. However, I have been unable to find it. I am hoping somebody here can point me in the right direction.

    Thanks

    Bob

  2. #2
    Registered User
    Join Date
    Apr 2007
    Posts
    137
    Use the native win32 Graph contol (Ms)

  3. #3
    train spotter
    Join Date
    Aug 2001
    Location
    near a computer
    Posts
    3,868
    Quote Originally Posted by Alex31 View Post
    Use the native win32 Graph contol (Ms)
    MSChart is VB OCX or Forms, not MFC.

    Could you provide a link, rather than the cryptic posts with little to no info, to both these posts?

    ie
    here is a link to MSChart (from 2000) using it in C++ via COM. Not the best solution, very unsatisfactory charts and looks like no 3D.

    http://www.codeguru.com/Cpp/controls...icle.php/c2279
    Last edited by novacain; 03-04-2009 at 10:21 PM.
    "Man alone suffers so excruciatingly in the world that he was compelled to invent laughter."
    Friedrich Nietzsche

    "I spent a lot of my money on booze, birds and fast cars......the rest I squandered."
    George Best

    "If you are going through hell....keep going."
    Winston Churchill

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Wiki FAQ
    By dwks in forum A Brief History of Cprogramming.com
    Replies: 192
    Last Post: 04-29-2008, 01:17 PM
  2. 3D to 2D coords....
    By ellis in forum Game Programming
    Replies: 10
    Last Post: 10-18-2006, 11:18 AM
  3. 2d to 3d: Image processing
    By arjunajay in forum C++ Programming
    Replies: 2
    Last Post: 07-19-2006, 09:39 PM
  4. 3D to 2D
    By vasanth in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 07-09-2003, 10:29 PM
  5. Initialising 2D and 3D arrays
    By fry in forum C++ Programming
    Replies: 5
    Last Post: 08-01-2002, 04:34 AM