Search:

Type: Posts; User: hay_man

Search: Search took 0.00 seconds.

  1. Replies
    28
    Views
    3,602

    any idea of how to do that?

    any idea of how to do that?
  2. Here's my stringset.h header file: #include...

    Here's my stringset.h header file:


    #include <vector>
    #include <string>
    #include <iostream>

    using namespace std;

    class StringSet
  3. returning a StringSet?

    how do i then go about returning a StringSet?
    ta,
    I
  4. Help with finding the intersection of 2 strings

    Hi,
    I'm just about done with implemting code for procurring the intersection of 2 strings and returns a 3rd string that is the intersection. However, i have some errors occuring, refer to the code...
  5. The function doesnt work as it stands. Can...

    The function doesnt work as it stands. Can someone please assist me in fixing the errors inside it.
    Ta, I
  6. Help with Refining the set_union function in C++

    Thanks all for your help. A true lifeline. However, as mentioned I need to implement a set class. I am mocking the STL Library set_union function in c++. Essentially,the intersection is performed on...
  7. Replies
    10
    Views
    9,767

    Template of definition

    I am only passing is 2 strings and want to return a third string, that is the intersection of the 2 strings that were passed in.
    something like what i have below:





    StringGroup...
  8. Replies
    10
    Views
    9,767

    is there a method without using pointers?

    is there a method without using pointers?
  9. Replies
    10
    Views
    9,767

    Implementation of set class in C++

    I have written a function that emulates set_intersection somewhat, with a few teething problems.
    Firstly, here is my main code:

    *******************************************



    #include...
Results 1 to 9 of 10