Sup /prog/, I've been wondering if there is something that comes close to SICP for C++. An extensive book with lots of exercises and solutions. A short search on the internet didn't turn up with anything useful.
Name:
Anonymous2010-01-16 18:11
Just do SICP in C++ ;_;
Name:
Anonymous2010-01-16 18:19
C or C++? Make up your mind.
Name:
Anonymous2010-01-16 18:23
Lord, OP. I don't think you realize what you're asking. SICP uses Scheme because it's simple yet powerful (you can do the exercises in any language, of course). C++ is neither simple nor powerful. It wouldn't be posssible to write a book like SICP using C++. Nor can I imagine why you would want such a thing. Explain?
But seriously, I hate books that understate the amount of time it takes to become proficient. 24 suicide attempts is roughly two weeks of C++ study, and you just plain can't learn it that fast. It's designed to require longer than that. Teach yourself C++ in bignum suicide attempts, maybe.
>>4
You can compile Scheme to C, and the source transformations to do so are learnable. While it would be possible to do most of SICP in C, there are many parts which would no longer be conceptually simple. Why would OP refuse to just read his SICP like it was meant to be read?