how to get print of desired input in c/c++

Discussion in 'C++' started by manav2119, Aug 22, 2010.

  1. manav2119

    manav2119 New Member

    Joined:
    Aug 22, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    i've been working on a project of database using file handling in c/c++ and i'm stuck as my client demands print of output which comes after search{an option used to search the data of some person in my project}. so anyone who could tell me the code or how to make it work .plz help
     
  2. jimblumberg

    jimblumberg New Member

    Joined:
    May 30, 2010
    Messages:
    120
    Likes Received:
    29
    Trophy Points:
    0
    Well std::cout comes to mind for C++ and maybe printf() for C.
    If this doesn't help, post some code and a more detailed question.

    Jim
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice