Changing foreground color on console

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ahmad Hassan

    Changing foreground color on console

    How do you change the foreground font color on the console by using
    Visual C++ 6.0????
  • Victor Bazarov

    #2
    Re: Changing foreground color on console

    "Ahmad Hassan" <ahmadh84@hotma il.com> wrote...[color=blue]
    > How do you change the foreground font color on the console by using
    > Visual C++ 6.0????[/color]

    Try asking in microsoft.publi c.vc.language.


    Comment

    • Mike Wahler

      #3
      Re: [OT] Changing foreground color on console


      "Ahmad Hassan" <ahmadh84@hotma il.com> wrote in message
      news:90c1a452.0 311061013.31d38 831@posting.goo gle.com...[color=blue]
      > How do you change the foreground font color on the console by using
      > Visual C++ 6.0????[/color]

      Press F1, and use the 'search' or 'index' feature of VC++'s help.

      This has nothing to do with C++, but with how to work with Windows.
      C++ has no concept of 'color' or 'console'.

      -Mike


      Comment

      • Faz

        #4
        Re: [OT] Changing foreground color on console

        "Mike Wahler" <mkwahler@mkwah ler.net> wrote in message
        news:3Rwqb.401$ nz.24@newsread2 .news.pas.earth link.net...
        [][color=blue]
        > C++ has no concept of 'color' or 'console'.[/color]
        []

        I always thought the 'c' in cout, cerr stood for console.
        Does anyone know what else it stands for ?

        Just curious.
        Fazl


        Comment

        • Julián Albo

          #5
          Re: [OT] Changing foreground color on console

          Faz escribió:
          [color=blue]
          > I always thought the 'c' in cout, cerr stood for console.
          > Does anyone know what else it stands for ?[/color]

          Character.

          Regards.

          Comment

          Working...