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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.