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

Search:

Type: Posts; User: Dhanish

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    4,382

    INNER JOIN returns duplicate values

    Hi,

    I have a report based on a query in access whereby a user selects an event via a combo box and the event id is used to search all he personnel and hired personnel associated to that event.
    ...
  2. Thread: Linear Search

    by Dhanish
    Replies
    14
    Views
    1,413

    Re: Linear Search

    yeah sorry.....the lecturer that i got sort of is learning himself....and on top of that he is a total jerk....we got to do most of the understanding ourself....its not very easy but we doing what we...
  3. Thread: Linear Search

    by Dhanish
    Replies
    14
    Views
    1,413

    Re: Linear Search

    hi.....i need to delete a particular album from the text file
    from what i understood i need to rewrite the whole text file again leaving out the particular record that i want to erase

    here is...
  4. Thread: Linear Search

    by Dhanish
    Replies
    14
    Views
    1,413

    Re: Linear Search

    ok thnx...will implement it
  5. Thread: Linear Search

    by Dhanish
    Replies
    14
    Views
    1,413

    Re: Linear Search

    well im not an expert with all that....as i told you i just started to do C++ and i always sucked at programming

    how am i supposed to delete the items from the linked list when done???

    and...
  6. Thread: Linked Lists

    by Dhanish
    Replies
    1
    Views
    807

    Linked Lists

    I need to write a program to concatenate two linked lists.
    I have to include functions to:
    - create the two lists
    - display each list
    - concatenate the two lists
    - display the new list created...
  7. Thread: Linear Search

    by Dhanish
    Replies
    14
    Views
    1,413

    Re: Linear Search

    hi tried work it out from the various examples and tutorials i could find on the net and heres what i got



    #include <iostream>
    #include <fstream>
    #include <cstdlib>
    #include <string>...
  8. Thread: Linear Search

    by Dhanish
    Replies
    14
    Views
    1,413

    Re: Linear Search

    im free to store them any way i want....but im new to C++
    and from what i read from here and there.....thats the only way i found to store them in a text file
  9. Thread: Linear Search

    by Dhanish
    Replies
    14
    Views
    1,413

    Re: Linear Search

    sorry....how do i edit my post to include the code tags please???

    my question is how do i create a search that will search for a particular record in my text file by name and display all...
  10. Thread: Linear Search

    by Dhanish
    Replies
    14
    Views
    1,413

    Linear Search

    hi....im new to C++ and still getting a lot of problems understanding how it really works

    1. i need to search a text file with records of music albums by the name of the album and display the...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured