CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: small programme

  1. #1
    Join Date
    May 1999
    Location
    New Delhi, India
    Posts
    359

    small programme

    hai all gurus there...
    i have a small programme to be accomplished...
    can any one provide me with the codes...
    the task here is i have to fill the entire screen with the smiling face on the execution of the programme.
    urgent help plz...

  2. #2
    Join Date
    Feb 2002
    Posts
    5,757
    Post whatever you've done thus far. Lets work through it.

    Kuphryn

  3. #3
    Join Date
    May 1999
    Location
    New Delhi, India
    Posts
    359
    hi there i was looking for the codes to fill the screen by smiling face that is the ascii value of 1...
    cheers!

  4. #4
    Join Date
    Jan 2004
    Posts
    206
    U can check out the MSDN Library about the following function:

    FillConsoleOutputCharacter()

    Hope this is sufficient to help.....

  5. #5
    Join Date
    May 1999
    Location
    Southern California
    Posts
    12,266

    Re: small programme

    Originally posted by pranay
    the task here is i have to fill the entire screen with the smiling face on the execution of the programme.
    It sounds as if you have a class assignment and you want us to do it for you.
    "Signature":
    My web site is Simple Samples.
    C# Corner Editor

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured