Thread: inserting value to outtextxy?

  1. #1
    Registered User
    Join Date
    Aug 2008
    Posts
    19

    inserting value to outtextxy?

    how can this be

    int a=1;

    outtextxy(2,2"%d",a);

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Because it can.

    You need to read the article linked to in my signature on how to ask smart questions.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    Technical Lead QuantumPete's Avatar
    Join Date
    Aug 2007
    Location
    London, UK
    Posts
    894
    Quote Originally Posted by llinocoe View Post
    how can this be
    That's not even a question...

    QuantumPete
    "No-one else has reported this problem, you're either crazy or a liar" - Dogbert Technical Support
    "Have you tried turning it off and on again?" - The IT Crowd

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. problem inserting into recursive BST
    By nfrandsen in forum C Programming
    Replies: 4
    Last Post: 09-13-2008, 07:03 PM
  2. Inserting hex characters in the output
    By earth_angel in forum C++ Programming
    Replies: 5
    Last Post: 06-29-2005, 11:52 AM
  3. inserting a space
    By linuxdude in forum C Programming
    Replies: 2
    Last Post: 02-29-2004, 06:37 PM
  4. help with outtextxy function
    By planet_abhi in forum C Programming
    Replies: 3
    Last Post: 10-21-2002, 09:23 AM
  5. outtextxy (...) ??
    By !G! in forum C Programming
    Replies: 2
    Last Post: 03-15-2002, 08:18 AM