Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rhpingwoo
  • Content: Threads
  • Order by date
  1. rhpingwoo

    How to get all the substring in a long string?!?!

    Hi, I am trying to read a txt file. And make a count on how many times certain string appear in the file. But i am not sure how to break the whole line of the text into each individual string to compare it. Help. Here is what i have for now: // reading a text file #include <iostream.h>...
  2. rhpingwoo

    Hello, I have trying to open a d

    Hello, I have trying to open a database file and read the data in the file. Currently, I can get the filename of the database file, but i knew there is a different of reading file between a database file and a text file. Any existing source code available?? Thanks for advance. Raphael
  3. rhpingwoo

    Can I use .NET dll in C++??

    Hi Everyone, Just a short question, is it possible for me to call/use a .NET DLL in a Visual C++ solution?? Thanks, Raphael
  4. rhpingwoo

    How to convert from a variable in double to long??

    Hi, I am trying to convert a variable from double to long. Anybody have any idea of how to do this without losing any of the number after the decimal point?? I have try to first convert it to a string using _fcvt(), and then from string convert it back to long using atol(). But it doesn't...
  5. rhpingwoo

    How to Rename and delete a file.

    Hi, Just wondering, is there any existing library which allow me to delete and rename a file. Just say I have two file &quot;a.txt&quot; and &quot;b.txt&quot; in my directory. How can I delete a.txt and rename b.txt to a.txt??? Raphael
  6. rhpingwoo

    How to convert a char* to a LPSTR???

    Hello, Does anybody know how to convert a varaiable with type char* to a type &quot;LPSTR&quot;??? Thanks, raph.
  7. rhpingwoo

    How do I use other .dll files's function for my current .cpp program

    Hello, This may be a very silly question to some people, but I am new to visual C++ programming. Can someone tell me how I can include the function from an old .cpp program which generated a .dll file, in my current .cpp program. Just said there is a fuction call &quot;Checking&quot; in...

Part and Inventory Search

Back
Top