Thread: Graphical representation in c

  1. #1
    Registered User
    Join Date
    Dec 2002
    Posts
    21

    Graphical representation in c

    Hello,

    Im trying to create an airline booking system for a college assignment. One of the critera is to use a simple 'graphical representation' of the plane showing its basic shape and where the seats are in order to let the customer choose where they want to sit.

    The only way i can think of is using dashes, stars etc in a printf statement. Anyone got any better ideas?

    And before anyone says it i know it would be alot easier using c++, but unfortunately i have to use c.

    Thanx,
    Jason

  2. #2
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    Using dashes and stars and other characters seems fine to me. If you want to use real graphics, you would need to use a graphical library. C doesn't have graphical functions itself.

    > And before anyone says it i know it would be alot easier using
    > c++, but unfortunately i have to use c.

    That also depends on your ability to use C++ or C.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Graphical debugger for Linux
    By abh!shek in forum C Programming
    Replies: 6
    Last Post: 05-30-2008, 06:13 PM
  2. IEEE Representation of Floats
    By Pnevma in forum C Programming
    Replies: 4
    Last Post: 01-28-2008, 10:06 AM
  3. Replies: 3
    Last Post: 11-25-2006, 04:14 PM
  4. 90 ASCII representation?
    By Axel in forum C Programming
    Replies: 8
    Last Post: 09-12-2005, 05:47 PM
  5. signed no's representation
    By shrin2000 in forum C++ Programming
    Replies: 0
    Last Post: 07-25-2002, 01:15 AM