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 TouchToneTommy 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: RonaldB
  • Content: Threads
  • Order by date
  1. RonaldB

    COBOL source generator?

    I was wondering if anyone knew of a sort of source generator for COBOL programs. I envision a tool, preferably visual, which makes it possible to enter a program structure using any of the known structuring methods or a derivative, and offer the possibility to enter specific code for each...
  2. RonaldB

    Sorting algorithms

    Greetings, Earthlings, Does anyone have ideas on good sorting algorithms, like sorting an internal table (in Working-Storage) ? My knowledge basically ends with bubble sort; i forgot about brick sort, i just recently learned about bi-directional bubble sort (interesting too, by the way), and am...
  3. RonaldB

    Parsing strings

    Hi ! I have to build an algorithm for parsing an XML document. Does anyone have any good ideas on how to browse thru a string, searching for specific texts, transferring bits of it to other fields, and such ? It need not be very generic, since the document is rather uniform.

Part and Inventory Search

Back
Top