Thread: Very simple question on char * type

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >I can never remember if it's a compiler thing or if the C++ standard actually dictates it for C compatibility ...
    It's deprecated, so while the standard still honors its use, that may not be the case in the next revision.
    My best code is written with the delete key.

  2. #2
    Registered User
    Join Date
    Jun 2004
    Posts
    201
    Quote Originally Posted by Prelude
    >I can never remember if it's a compiler thing or if the C++ standard actually dictates it for C compatibility ...
    It's deprecated, so while the standard still honors its use, that may not be the case in the next revision.
    really? I can remember it's still allowed because heaps of code had been written using this. I dont think now suddenly 10 years laters where even more heaps of code have been written like that and that they then wanna make it illegal.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Code review
    By Elysia in forum C++ Programming
    Replies: 71
    Last Post: 05-13-2008, 09:42 PM
  2. Replies: 0
    Last Post: 03-20-2008, 07:59 AM
  3. Replies: 16
    Last Post: 10-29-2006, 05:04 AM
  4. How do i un-SHA1 hash something..
    By willc0de4food in forum C Programming
    Replies: 4
    Last Post: 09-14-2005, 05:59 AM