Thread: graphics in the console

  1. #1
    Registered User
    Join Date
    Jan 2009
    Posts
    7

    graphics in the console

    well well its been a long time scince my last posts in this board (but who cares? =P)
    ive been writting a little win32-console program and for now everthing seems to be ok
    and ive started to think about graphical output (just to make it look a bit better).
    Till now i came across the idea of accessing the HDC of my console and tada .... i could set
    pixels,slow but it was working. But then i came up with the thought of adding Fullscreen
    support and as some of you may guess now.... no pixels
    so i would be grateful if somebody can give me a little hint how to solve this problem

  2. #2
    Jack of many languages Dino's Avatar
    Join Date
    Nov 2007
    Location
    Chappell Hill, Texas
    Posts
    2,337
    I would suggest the book "Programming Windows 5th Edition" by petzold. It is a bargain at $14 here:
    Amazon.com: Programming Windows, 5th: Petzold: Books
    Mainframe assembler programmer by trade. C coder when I can.

  3. #3
    Algorithm Dissector iMalc's Avatar
    Join Date
    Dec 2005
    Location
    New Zealand
    Posts
    6,318
    Quote Originally Posted by YunHarla3000 View Post
    well well its been a long time scince my last posts in this board (but who cares? =P)
    ive been writting a little win32-console program and for now everthing seems to be ok
    and ive started to think about graphical output (just to make it look a bit better).
    Till now i came across the idea of accessing the HDC of my console and tada .... i could set
    pixels,slow but it was working. But then i came up with the thought of adding Fullscreen
    support and as some of you may guess now.... no pixels
    so i would be grateful if somebody can give me a little hint how to solve this problem
    Easy ... Don't try using a console app for graphics!
    My homepage
    Advice: Take only as directed - If symptoms persist, please see your debugger

    Linus Torvalds: "But it clearly is the only right way. The fact that everybody else does it some other way only means that they are wrong"

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how do i put a graphics - console application
    By hero_bash in forum C++ Programming
    Replies: 10
    Last Post: 06-12-2006, 05:03 PM
  2. Graphics in the console (for real)
    By harryP in forum C++ Programming
    Replies: 11
    Last Post: 10-16-2003, 04:54 PM
  3. Console graphics library (again)
    By harryP in forum C++ Programming
    Replies: 4
    Last Post: 08-23-2003, 10:24 AM
  4. graphics in c/c++ console apps
    By anthonye in forum C Programming
    Replies: 2
    Last Post: 06-20-2002, 05:39 AM
  5. console graphics??
    By kormofi in forum C++ Programming
    Replies: 1
    Last Post: 06-13-2002, 04:37 AM