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

Search:

Type: Posts; User: LMHmedchem

Search: Search took 0.15 seconds.

  1. Replies
    5
    Views
    1,373

    Re: parsing of char array won't finish

    Unfortunately, I have had great trouble getting gdb to play nicely with g77. If anyone has a good writeup on how to do that, I would appreciate a link.

    I add a second conditional in the for loop....
  2. Replies
    5
    Views
    1,373

    Re: parsing of char array won't finish

    Once again, now that I have written the whole thing up, I see the problem. I swear that writing up a post is the best debugging exercise. The third string isn't found because there is no trailing...
  3. Replies
    5
    Views
    1,373

    parsing of char array won't finish

    I have some cpp code that is looping through an array of char looking for a delimiter. The code saves the chars in a string until it finds the delimiter, then it adds the string to a vector of...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured