poiu3081 / apriori-algorithm-implementation

Automatically exported from code.google.com/p/apriori-algorithm-implementation
0 stars 0 forks source link

Makefile is broken #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run make

The last rule in the makefile is obviously 

AprioriImplementation.o: AprioriImplementation.hpp AprioriImplementation.cpp

    g++ -c AprioriImplementation.cpp

Original issue reported on code.google.com by vince.de...@gmail.com on 20 May 2009 at 12:59

GoogleCodeExporter commented 8 years ago
I am trying to run the code in VC++ 6.0 as well as in .net2005.
I am getting errors in Sets.cpp file at line 69 where you are trying to use 
insert function of set.
line code in function gensubset:
temp.insert(front,s.back() and on the next line.

Plz help on this.

Original comment by shallig...@gmail.com on 12 Oct 2010 at 5:08

GoogleCodeExporter commented 8 years ago
hi,
did you manage to overcome this problem?
I need help on this as well.

Original comment by annie....@gmail.com on 5 Dec 2010 at 4:08