Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7490451
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T15:36:27+00:00 2026-05-29T15:36:27+00:00

I am trying to write a program that will output via coordinates. I am

  • 0

I am trying to write a program that will output via coordinates. I am using the windows.h include, and the function WriteConsoleOutputCharacter to print characters to the screen, however it ignores the color set by SetConsoleTextAttribute. Any ideas how to get it to output in color?

Code outputting to the console:

void Card::printFancy(COORD coord, bool top) const
{
    paint();
    LPDWORD written(0);
    for (int row(0); row < CARD_WIDTH; ++row)
    {
        coord.Y += 1;
        WriteConsoleOutputCharacter(Colorizer::getInstance().getCon(), _card[row], CARD_WIDTH, coord, written);
    }
    unpaint();
}

And paint basically calls a paint function in my Colorizer class with the appropriate color
Colorizer paint function (called by paint() and unpain():

void paint(uint color)
{
    SetConsoleTextAttribute(_con, color);
}

_con is the handle, set via _con = GetStdHandle(STD_OUTPUT_HANDLE);

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T15:36:27+00:00Added an answer on May 29, 2026 at 3:36 pm

    It is the counterpart of WriteConsoleOutputAttribute(). One writes a character but doesn’t change the attribute. The other writes the attribute but doesn’t change the character.

    Use WriteConsole() instead.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to write a Prolog program that will print out the male
I'm trying to write a CGI program that will output a PNG image to
I'm trying to write a simple high-low program that will output like this: $
I am trying to write a fragment program that will take a texture and
Hey there. I'm trying to write a small program that will read the four
I'm trying to write a program that can stop and start services using SilverLight
I'm trying to write a little program that will add mDNS CNAME aliases to
I'm trying to write a program that will loop through cells of a specific
I'm trying to write a program that will play MP3's. This program will also
I am trying to write a basic program that will sum up the filesizes

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.