CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2001
    Posts
    2

    Final year project

    I am new to visual c infact i have never used it before. I have done a project on a gadget that calculates the co-ordinates of objects and stores them in a file. I used turbo c to implement this. I was wondering if someone could tell if it possible to read the file and represent those co-rdinates graphically using viaual C. This is urgent because i am running out of time. The representation would be in 2-d ie just the x and y cordinates.
    I will be very grateful if somene can help.
    thanks alot guys


  2. #2
    Join Date
    Mar 1999
    Location
    Nepal
    Posts
    540

    Re: Final year project

    You can read the values just as you did in Turbo C, by using fopen() and fclose(). For displaying them graphically, you can use the API functions MoveTo() and LineTo().

    By the way, this is a Visual Basic forum. And if you are new to Visual C++ and are running out of time, Visual Basic is a better option for you.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured