Search:

Type: Posts; User: bjarne

Search: Search took 0.00 seconds.

  1. NULL was introduced into C in 1978 or so. It...

    NULL was introduced into C in 1978 or so. It *had* to be 0 or 0L.
    NULL was adopted unchanged into C++ for compatibility reasons.
    I never liked it and have consistently warned against its use.
    In...
  2. Thread: memory error

    by bjarne
    Replies
    18
    Views
    3,470

    (1) That code is not copied exactly:...

    (1) That code is not copied exactly: system("pause"); is never used in PPP
    (2) The main() for that example has a try block
    (3) You can find all the code for the book at Stroustrup: Programming --...
Results 1 to 2 of 2