home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / sgi / 13189 < prev    next >
Encoding:
Internet Message Format  |  1992-09-02  |  843 b 

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!jvnc.net!yale.edu!ira.uka.de!chx400!sicsun!siisg1.epfl.ch!lapique
  2. From: lapique@siisg1.epfl.ch (Francis Lapique)
  3. Newsgroups: comp.sys.sgi
  4. Subject: C++3.0
  5. Message-ID: <3931@sicsun.epfl.ch>
  6. Date: 2 Sep 92 12:32:15 GMT
  7. Sender: news@sicsun.epfl.ch
  8. Organization: EPFL
  9. Lines: 19
  10.  
  11. >So what's really weird is if you replace the line:
  12.  
  13.  
  14. >     const String B = "Hello World";
  15. >
  16. >with:
  17. >
  18. >    char* s = "Hello World";
  19. >    const String B = s;
  20.  
  21. >It works.  Looks like a compiler bug to me.  I will forward 
  22. >to the appropriate people.
  23. Yes you can compile it, but you can't execute it ( core dump ).
  24. -------------------------------------------------------------------
  25. Francis Lapique
  26. Swiss Federal Institute of Technology-Lausanne
  27. Computer Center-SIC/SII
  28. E-mail : lapique@sic.epfl.ch
  29. voice : 41-21-693-4596
  30.