CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: rylar

Search: Search took 0.05 seconds.

  1. Trying to execute a VC++ 2008 build on another computer

    Hi -
    I made a build of a working program in VC++ 2008 on a computer with .NET framework 2.0 service pack 2, .NET framework 3.0 SP2, .NET Frmwrk 3.5 SP1, and .NET 4.0. I want execute this program on...
  2. how to build an c++ executable that can be run on another computer

    Hi -
    I have a small console app that takes two arguments from the command line, sorts through the text in the file specified by the first argument, picks out bits of information and throws it into a...
  3. Thread: Text parser

    by rylar
    Replies
    3
    Views
    982

    Re: Text parser

    I've marked the problem area in my code, or at least the place i think my problem is coming from. I think i may be misusing stringstream, but i would like some else's opinion on it. The code is not...
  4. Thread: Text parser

    by rylar
    Replies
    3
    Views
    982

    Text parser

    I'm having a little problem with a text parsing program. I want to strip away numbers from a text file and throw them into another text file, separated by tabs or commas for easy importing into...
  5. Replies
    6
    Views
    7,366

    Re: Text reading and writing

    Thanks a lot for your help Philip! I think i figured it out.
  6. Replies
    6
    Views
    7,366

    Re: Text reading and writing

    Philip -
    Thanks for your help. Perhaps that is a good idea. That part of the code is meant to grab the number associated with a power bus (I'm an intern working for a power distribution company) by ...
  7. Replies
    6
    Views
    7,366

    Re: Text reading and writing

    Sorry I forgot to mention what was happening at execution. I execute from the cmd prompt and a window pops up saying that my program: "text_parser.exe" needs to close. If that helps you at all...
  8. Replies
    6
    Views
    7,366

    Text reading and writing

    Hi -
    I'm trying to seperate out some numbers from a large text file and place those numbers in a formated fashion inside another text file. I'm working in MS Visual C++. The file i'm reading from...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured