Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

C++

Name: Anonymous 2008-09-17 13:47

1) Why do people not like C++?
2) Is C++ a good language to learn programming? Mind you, you don't need to use any of the advanced features.

Name: Anonymous 2008-09-24 13:32

(define var 1)

(define (inner)
    (lambda () var))

(define i1 (inner))

(set! var 2)

(define i2 (inner))


> (i1)
2
> (i2)
2

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List