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: *

  1. prager

    Various Data Types Within An Array

    Hey xwb, I'm so darn tired of learning new languages (I thought Clipper would be the last) that I could just .... Anyhow, I decided to just dive in and rewrite the app (about 250,000 lines of code in Clipper) in C++ assuming C++ will be around for a while. I looked at all the alternatives...
  2. prager

    Various Data Types Within An Array

    Hey cpjust, << But I have a strong feeling that if we knew what you're planning to use this array for, we could find a better solution. >> After thinking about it I came to the same conclusion. In our app we deal with large dynamic arrays incorporating many data types including elements...
  3. prager

    Various Data Types Within An Array

    Coming from Clipper to Visual C++. Clipper was written in C, possibly C++ not sure. Anyhow, within Clipper it's possible to store any and all data types including mixing those data types in the elements of a single array. How is that done in C++. As far as I can see it seems it's not...
  4. prager

    Freeze leftmost column

    Is there a func that will freeze the left most column of a table? If not, then a code snippet. Thanks in advance for your assistance. Arthur Prager
  5. prager

    Network Source Code Library

    Looking for a recomendation of a network source code library. Several programmers around the country will be working on the same application consisting of several hundred source files. Need a lib that will eliminate programmers stepping on one another. Thanks in advance for your assistance.

Part and Inventory Search

Back
Top