
Why is Accelerated C++ so effective? Because it
* Starts with the most useful concepts rather than the most primitive ones:
You can begin writing programs immediately.
* Describes real problems and solutions, not just language features:
You see not only what each feature is, but also how to use it.
* Covers the language and standard library together:
You can use the library right from the start.
* Starts with the most useful concepts rather than the most primitive ones:
You can begin writing programs immediately.
* Describes real problems and solutions, not just language features:
You see not only what each feature is, but also how to use it.
* Covers the language and standard library together:
You can use the library right from the start.
No comments:
Post a Comment