Search:

Type: Posts; User: pelp

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    4,355

    Thanks for the hints guys!! :D I'm new to the...

    Thanks for the hints guys!! :D

    I'm new to the C++ language but come from a PERL background. This is not a homework assignment. At work, I was given the job to modify an exisiting C++ program of...
  2. Replies
    3
    Views
    4,355

    Venn diagram implementation

    Hello...

    I'm looking for some source code of how to implement a venn diagram, unions, multisets and such in C++.

    Thanks,
    Pelp
  3. Thread: getline question

    by pelp
    Replies
    2
    Views
    1,748

    With the code you have provided, you are just...

    With the code you have provided, you are just reading the first line and that is it. You need to expand your code to read the next line of the file such as a loop.

    Below is an example of a...
  4. Replies
    4
    Views
    1,263

    kuphryn: thanks for the reply and this is for...

    kuphryn:

    thanks for the reply and this is for the client side. i'll be reading a list of names and phone numbers to create a database using a hash table. i'm not too familar about writing in...
  5. Replies
    4
    Views
    1,263

    What happends if you have two seperate files and...

    What happends if you have two seperate files and want an array for each text file. Would you declare two structures or just one?

    I have two text files. One contains names and the other phone...
  6. Replies
    2
    Views
    6,485

    Okay, I managed to find some documentation:...

    Okay, I managed to find some documentation:
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcstdlib/html/vclrfhashmap_class.asp

    I do have some questions though and curious if...
  7. Replies
    2
    Views
    6,485

    how to use "std::hash_map"

    In my computer class, I was given an assignment to create a database using a hash table to store and retrieve names and phone numbers that is due tomorrow morning sharp. While reading more...
  8. Replies
    3
    Views
    3,638

    Best sorting method to use

    Hi -

    What is the best sorting method (speed wise) to use to sort roughly 40,000+ objects in ascending/desceding order? Selection sort only comes to mine. Are there any others?

    What I have to...
Results 1 to 8 of 8