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 strongm 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: pve
  • Order by date
  1. pve

    Tough C++/Oracle Solution???

    On a related note, I loathe Oracle's OCI and Pro*C/C++. I came across a freeware template library called "OTL" that has been around since 1996 and is very easy to use. I find that I can interface with Oracle 8i on AIX 4.3.3 with very little code. As a plus, if I need to interface...
  2. pve

    Get time with more precision

    // Here is a snippet from a class static method of mine. // This will give you current date/time to the millisecond. #include <unistd.h> #include <strstream> #include <iomanip> #include <cstring> using namespace std; // this const was part of a class... const int getTimeOfDayBufferLength =...
  3. pve

    Get Time of Day Function - is there one?

    // Here is a snippet from a class static method of mine. // This will give you current date/time to the millisecond. #include <unistd.h> #include <strstream> #include <iomanip> #include <cstring> using namespace std; // this const was part of a class... const int getTimeOfDayBufferLength =...

Part and Inventory Search

Back
Top