Search:

Type: Posts; User: jerico

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    4,035

    i mean how it is contruct. void color(int...

    i mean how it is contruct.

    void color(int colorNum)
    {
    //colors
    HANDLE hConsole;
    hConsole = GetStdHandle(STD_OUTPUT_HANDLE);
    ...
  2. Replies
    5
    Views
    4,035

    i need an explanation about the syntax of this: ...

    i need an explanation about the syntax of this:


    void color(int colorNum)
    {
    //colors
    HANDLE hConsole;
    hConsole = GetStdHandle(STD_OUTPUT_HANDLE);
    ...
  3. Replies
    5
    Views
    4,035

    help for COLOR and GOTO function

    Guys, good day.
    i got this code and it runs but i didn't gets its syntax.
    anyone have an explanation or data about this?
    thanks.
    i am using bloodshed dev c++ compiler
    you are very much...
Results 1 to 3 of 3