Search:

Type: Posts; User: nateDC

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    2,271

    Ahhh... boundary checking. It's not *just* a nice...

    Ahhh... boundary checking. It's not *just* a nice idea, huh?

    Should've really thought to check that a bit more stringently on my own... sorry. :(

    But thank you for the help!
  2. Replies
    5
    Views
    2,271

    Sorry, new here, and just thought I'd best follow...

    Sorry, new here, and just thought I'd best follow forum guidelines 'till I knew better.



    At any rate, the *entire* program is below, but I don't really think the rest of the code is relevant --...
  3. Replies
    5
    Views
    2,271

    string.assign -- SEGFAULT problems

    compiles fine using gcc - segfaults here:



    while ( lower <= length ) {
    upper = s1.find( s2, lower ); // location of space
    word.assign( s1, lower, (upper -...
Results 1 to 3 of 3