Thread: Window control in c

  1. #1
    Registered User
    Join Date
    Apr 2017
    Posts
    5

    Window control in c

    I would to draw it

    #####
    #......#
    #......#
    #......#
    #......#
    #####

    1.3.1 Placed Square : Draw a "square" . This time by drawing it with upper left corner on line 7, column 20.

    There are any function to line and column?? Please tell me, thanks!

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Which OS and compiler are you using?

    Do you have to stick to standard C++, or are you allowed to use OS specific features, or even 3rd party libraries?
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Edit control window and margins
    By TAZIN in forum Windows Programming
    Replies: 6
    Last Post: 03-30-2010, 04:44 PM
  2. Get a window handle for control of other program
    By Kirdra in forum Windows Programming
    Replies: 3
    Last Post: 01-10-2009, 08:52 PM
  3. Console Window Control
    By wilsond in forum C++ Programming
    Replies: 4
    Last Post: 07-20-2005, 02:22 PM
  4. Retrieving the window handle of a window a control resides in
    By -leech- in forum Windows Programming
    Replies: 7
    Last Post: 08-09-2003, 08:55 AM
  5. Window Common Control Dlgs
    By Unregistered in forum Windows Programming
    Replies: 2
    Last Post: 03-12-2002, 04:12 PM

Tags for this Thread