VER 4.0 map.e problem
- Posted by bernie Aug 27, 2008
- 892 views
Using WIN98 With this file: ---- file start ---------- include map.e public type map(object o) map MastList = new() map PreDefList = new() ---- end of file --------- I get this error: D:\#eu40\INCLUDE\std/machine.e:225 'public' or 'export' must be followed by: <a type>, 'constant', 'procedure', 'type' or 'function' export include memory.e ^ PS: There is not a very good description about using maps. It assumes that a user is completely familiar with hashing etc. You talk about large and small maps but explain nothing about how they grow from a small to a large.