Thread: Is it possible?

  1. #1
    Registered User
    Join Date
    Sep 2010
    Posts
    1

    Is it possible?

    I'm having a program coded and before I give the programmers instructions, I want to know it it's possible.

    The data output file will be numbers in a .txt file. I want it in double column format, the second column continuing from the first column.

    Can it be done? Thanks.

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Yes.
    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
    Registered User
    Join Date
    Dec 2007
    Posts
    2,675
    No. Halo, Starcraft II, World of Warcraft, totally possible. Writing to a file in two columns is definitely impossible.

    What a silly question.

  4. #4
    C lover
    Join Date
    Oct 2007
    Location
    Virginia
    Posts
    266
    Anything is possible! You may want to familiarize yourself with fstream - C++ Reference

Popular pages Recent additions subscribe to a feed