Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - c't Puzzle
Hello Walter! I tried to compile the c't Puzzle with Digital Mars. It compiles well, but it does not work (There is no output as a number which should be 409963). (Solution from Waldemar Rosenbach with templates) Any ideas? Links: www.ctpuzzle.de http://www.heise.de/ct/puzzle/ http://www.heise.de/ct/puzzle/programme/ ftp://ftp.heise.de/pub/ct/projekte/ctpuzzle/WaldemarRosenbach.zip Ciao, Gerhard Jul 03 2003
"Gerhard Wiesinger" <lists wiesinger.com> wrote in message news:Pine.LNX.4.53.0307040720280.15578 bbs.intern...Hello Walter! I tried to compile the c't Puzzle with Digital Mars. It compiles well, but it does not work (There is no output as a number which should be 409963). (Solution from Waldemar Rosenbach with templates) Any ideas? Links: www.ctpuzzle.de http://www.heise.de/ct/puzzle/ http://www.heise.de/ct/puzzle/programme/ ftp://ftp.heise.de/pub/ct/projekte/ctpuzzle/WaldemarRosenbach.zip Jul 03 2003
On Thu, 3 Jul 2003, Walter wrote:"Gerhard Wiesinger" <lists wiesinger.com> wrote in message news:Pine.LNX.4.53.0307040720280.15578 bbs.intern...Hello Walter! I tried to compile the c't Puzzle with Digital Mars. It compiles well, = Jul 04 2003
In article <Pine.LNX.4.53.0307041642400.24530 bbs.intern>, Gerhard Wiesinger says...As Harald B=F6geholz told me, the following line of compileTime-12/main.cpp must be uncommented to get the output: =09cerr << Puzzle<p1,p2,p3,p4,p5,p6,p7,p8,p9,p10,p11,p12>::solutions << end= l; Jul 04 2003
|