Thread: Creating fractals in C++ console mode

  1. #1
    Registered User
    Join Date
    Oct 2001
    Posts
    6

    Question Creating fractals in C++ console mode

    how would I create lines in windows console mode? (I'm using Microsoft VC++)
    thanxs in advance. sorry about other post, couldn't figure out how to delete it =)

  2. #2
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572
    as far as i know there is no way to draw lines in a text console. You would need some way to switch to graphics mode.I read somewhere that some of the windows gdi functions may work in a console but i have never tried that so i dont know how true that is.If you want to try do a search at msdn for gdi functions and read through the descriptions.Otherwise abandon console mode and use a real window.
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

  3. #3
    Unregistered
    Guest
    Do a search the bb demo. It does fractals in textmode

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Profiler Valgrind
    By afflictedd2 in forum C++ Programming
    Replies: 4
    Last Post: 07-18-2008, 09:38 AM
  2. Creating Listview in Report Mode with WinAPI
    By golfinguy4 in forum Windows Programming
    Replies: 1
    Last Post: 06-12-2003, 08:09 PM
  3. Console Screen Mode
    By GaPe in forum Windows Programming
    Replies: 9
    Last Post: 02-09-2003, 12:39 PM
  4. Just one Question?
    By Irish-Slasher in forum C++ Programming
    Replies: 6
    Last Post: 02-12-2002, 10:19 AM
  5. Line
    By speedy in forum C++ Programming
    Replies: 3
    Last Post: 10-25-2001, 08:21 PM