Thread: Graph axis

  1. #1
    Registered User
    Join Date
    Jun 2003
    Posts
    147

    Graph axis

    Any of you guys have any creative ideas on how I could depict the axis of a graph? the x and y axis i mean, wat ascii symbols could i use to actually print on the screen to depict it?
    Only by the cross are you saved...

  2. #2
    Registered User
    Join Date
    Jun 2003
    Posts
    147
    okay, is there any code which allows me to obtain the current po sition of the cursor, as in the cursor which displays output onto the screen?
    as i want to obtain the value to do some calculations...
    Only by the cross are you saved...

  3. #3
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    Part 3 of my console tutorial demonstrates some things which may help you. Just use printf() instead of cout! The API routines are the same.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. error help making no sense
    By tunerfreak in forum C++ Programming
    Replies: 5
    Last Post: 04-17-2007, 07:55 PM
  2. Help w/ graph as adjacency matrix
    By ac251404 in forum C++ Programming
    Replies: 4
    Last Post: 05-09-2006, 10:25 PM
  3. AXIS and C++
    By bman1176 in forum C++ Programming
    Replies: 0
    Last Post: 03-29-2006, 11:00 AM
  4. determining a path through the graph
    By Mist in forum C Programming
    Replies: 2
    Last Post: 02-27-2005, 12:21 PM
  5. Minimize crossing edges in undirected graph
    By Shiro in forum C Programming
    Replies: 0
    Last Post: 12-26-2001, 04:48 AM