home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / cplus / 18466 < prev    next >
Encoding:
Text File  |  1992-12-28  |  2.1 KB  |  60 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!math.fu-berlin.de!news.belwue.de!sun1.ruf.uni-freiburg.de!ise.fhg.de!usenet
  3. From: max@ise.fhg.de (Max Kubierschky)
  4. Subject: Re: How to attain Eternity (getting by the universal destructor :)
  5. Message-ID: <max.725554680@ise.fhg.de>
  6. Sender: usenet@ise.fhg.de
  7. Organization: FhG-ISE - Institute for Solar Energy Systems
  8. References: <1992Dec05.234122.10911@crash> <1992Dec12.224935.23580@fnbc.com>
  9. Date: Mon, 28 Dec 92 15:31:52 GMT
  10. Lines:       49
  11.  
  12. mfrutig@tnd81 (Mark Frutig) writes:
  13.  
  14. >In article <1992Dec05.234122.10911@crash> classics@crash.cts.com (Baruch  
  15. >Schwartz) writes:
  16. >>             The Original Kriya Science
  17. >>         (How to Attain eternal Realization of the ultimate Self)
  18. >> 
  19. >>                 The Message
  20. >>                 -----------
  21. >> 
  22. >>     Can thirst be quenched by merely shouting the word "water"? 
  23. >> Certainly not! Shouting only worsens the situation. The uttering of  
  24. >words 
  25. >> does not produce the desired results as some devotees advocate and 
  26. >> propagate.
  27. >> 
  28. >> etc, etc, etc
  29. >This is a very interesting progarmming problem.  My feeling is that we can  
  30. >template Brahma and subclass such issues as "The Message".  Anyone
  31. >have any ideas how other major religions might be implimented in code.
  32. I see a Problem in implimenting monotheistic religions:
  33.  
  34. class God
  35. {
  36.   private:
  37.     God();
  38.   public:
  39.     static God Lord;
  40.   //...
  41. };
  42.  
  43. won't work with all compilers. How to make shure, that there can be only 
  44. one instance of God? This should be checked at compile time. For I think
  45. a message like "God died due to blasphemy error (soul dumped)" at
  46. run time wouldn't be the solution.
  47. btw: I saw a quotation of Cato the Elder's "ceterum conseo
  48. Carthaginem delendam esse" in someones .signature. As we know, he had the 
  49. habit of saying that when finishing a speech to the Senat.
  50. Is there any evidence, that he also called for a new Carthago at the
  51. beginning of his speeches? If not, could this have been the true
  52. reason for the final breakdown of the roman empire?
  53. --
  54. --
  55. Max Kubierschky           "Don't Bb, but try to C#"
  56. Haendelstr. 20/218
  57. D 7800 Freiburg, West Germany
  58. phone: +49 (761) 53664 or +49 (761) 4014-109
  59. email: max@ise.fhg.de
  60.