Thread: line

  1. #1
    Unregistered
    Guest

    line

    all i want to do is draw four lines in windows console with dev c++. my eyes brun from trying all these graphic libraries help?

  2. #2
    Unregistered
    Guest
    how bout this:

    _________________________________________
    |_________________________________________|
    |_________________________________________|
    |_________________________________________|
    |_________________________________________|
    |_________________________________________|
    |_________________________________________|
    |_________________________________________|

    there ya go!

  3. #3
    Unregistered
    Guest
    i am drenched in tears

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to do encryption in C
    By sankarv in forum C Programming
    Replies: 33
    Last Post: 12-28-2010, 11:01 AM
  2. Reading a file line by line
    By Raskalnikov in forum C Programming
    Replies: 8
    Last Post: 03-18-2009, 11:44 PM
  3. Pointer and Polymorphism help.
    By Skyy in forum C++ Programming
    Replies: 29
    Last Post: 12-18-2008, 09:17 PM
  4. Printing Length of Input and the Limited Input
    By dnguyen1022 in forum C Programming
    Replies: 33
    Last Post: 11-29-2008, 04:13 PM
  5. Finding carriage returns (\c) in a line
    By JizJizJiz in forum C++ Programming
    Replies: 37
    Last Post: 07-19-2006, 05:44 PM