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

    Trouble with Template class and Types

    hey guys, I have created my own templated container class called Container to hold other class objects in my program. My program has two classes: 1. Numbers 2. Letters When the program runs the user enters a filename with the firstline being the class type (being a 1 for class type Numbers...
  2. jdf442

    Template class problems with declaring type

    hey guys, I have created my own templated container class called Container to hold other class objects in my program. My program has two classes: 1. Numbers 2. Letters When the program runs the user enters a filename with the firstline being the class type (being a 1 for class type Numbers...
  3. jdf442

    Changing elements of a list

    Hey, i am new to this forum so hope i am asking this question in the right spot, sorry if im not! I just started prolog and am trying to understand lists. say i have two lists of lists eg: L1 = [[_,_,_],[_,_,_],[_,_,_]. L2 = [[1,0,5],[8,2,0],[0,0,9]]. how do i compare the two lists of lists...

Part and Inventory Search

Back
Top