Since 6/1/2012 4:05:31 PM, michipili1 has written 3 articles and participated in 7 conversations. michipili1 signature: michipili1
michipili1's articles:
Items(3) /1
Using templates to build a type-safe interface to existing code338 (7/10/2012 6:30:05 AM) comp.lang.c++ Dear Group,
I would like to write a new, type-safe, interface to existing code. I wonde=
r if it is possible to define a template and specialisation of this templat=
e such that use of the non-specialised ... ISO
Memoisation834 (5/31/2012 6:23:11 AM) comp.lang.c++ Dear Group,
I am trying to implement memoisation in C++ for abstract classes such that:
I have an abstract class A with a public `int eval()' method delegating its=
work to the private purely virtual, c... ISO
Subtyping iterators518 (5/9/2012 10:35:27 AM) comp.lang.c++ Dear group, interpreting iterators as handles to stream, it seems natural to try to rep= resent filters, combinators, and so on, as iterators as well. Being new to C++, I= am looking for advice on how to do ... ISO
michipili1's replies:
Items(3) /1
Subtyping iterators518 (5/9/2012 10:35:27 AM) comp.lang.c++ Dear group, interpreting iterators as handles to stream, it seems natural to try to rep= resent filters, combinators, and so on, as iterators as well. Being new to C++, I= am looking for advice on how to do ... michipili1(10)
Memoisation834 (5/31/2012 6:23:11 AM) comp.lang.c++ Dear Group,
I am trying to implement memoisation in C++ for abstract classes such that:
I have an abstract class A with a public `int eval()' method delegating its=
work to the private purely virtual, c... michipili1(10)