Search:

Type: Posts; User: jedispy

Search: Search took 0.00 seconds.

  1. Replies
    15
    Views
    1,794

    I've got this part working now. However now I'm...

    I've got this part working now. However now I'm stuck at another point. It's frustrating too. All I want to do is compare elements in a char vector for specific char values.

    Firstly let's...
  2. Replies
    15
    Views
    1,794

    WOO HOO!!!!!!!!!!!!! That did it! Son of a...

    WOO HOO!!!!!!!!!!!!! That did it! Son of a @#$%& I hate it when I do that with syntax. LOL. Thanks.

    I see what you mean by not using EOF for loop control. Would it be wiser for me to use...
  3. Replies
    15
    Views
    1,794

    My mistake, I forgot to post my code: ...

    My mistake, I forgot to post my code:



    #include <iostream>
    #include <iomanip>
    #include <fstream>
    #include <sstream>
    #include <cmath>
    #include <stdio.h>
  4. Replies
    15
    Views
    1,794

    File I/O questions

    Using MS Visual C++ 6.0.
    Command line project.

    I'm trying to write a project (as part of an assignmet) that reads all text from a .txt document and breaks each word down into seperate string...
  5. Replies
    4
    Views
    2,682

    That's interesting. I'm trying to escape the...

    That's interesting. I'm trying to escape the concept I have of sequential containers. There are two problems I'm having with this so far. The first is that I don't know how to designate a name for...
  6. Replies
    4
    Views
    2,682

    Singly Linked Lists: Clarification Needed

    O.k. here's the usual stuff first:

    Compiler = Visual C++ 6.0
    OS = WinXP
    Part of a school assignment: Not directly
    Using the following class:

    // linked list node
    template <typename T>...
  7. Replies
    2
    Views
    1,648

    Bingo. That did it. See I knew it was something...

    Bingo. That did it. See I knew it was something simple like that. Thanks for the help.
  8. Replies
    2
    Views
    1,648

    Simple issue but I am STUCK

    O.k. this is so simple that it's embarrassing. I just can't seem to get it right. O.k. here's the basic stuff first:


    This is part of a class assignment, but this in itself is not THE...
  9. Replies
    5
    Views
    1,107

    That's a helpful explanation actually. Thank you...

    That's a helpful explanation actually. Thank you for that.

    I want to make one thing clear. My homework isn't "What is Big O?" Rather it is "using Big O, determine the complexity of C++ function...
  10. Replies
    5
    Views
    1,107

    Looking for a good source

    I'm working on homework assignments for my C++ class, and one major part of many assignments is Big-O notation. My problem is that I just don't get it. Are there any really good sources that gives...
Results 1 to 10 of 10