From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Paul Rubin Newsgroups: comp.lang.ada Subject: Re: Teaching C/C++ from Ada perspective? Date: Sun, 01 Jul 2018 17:11:34 -0700 Organization: A noiseless patient Spider Message-ID: <87tvpits21.fsf@nightsong.com> References: <856189aa-fa00-4960-929e-174f352310ad@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="5523f333147d6f6f4556113dbc66aa0b"; logging-data="29627"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19WX4cO3VQcrejEqcMLQBQm" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) Cancel-Lock: sha1:gFl2OG5E81S3OvdSolLoo9oLK+A= sha1:MATuov6KWWAYg7whPVOiV1mOHmQ= Xref: reader02.eternal-september.org comp.lang.ada:53513 Date: 2018-07-01T17:11:34-07:00 List-Id: kouaoua16@gmail.com writes: > I would like to know if there exist(s) good book(s) at introductory > level for C/C++ that may go in the spirit of Ada so that I won't feel > wasting my time and energy teaching C/C++? I'd advise against this: it's fine to be influenced by Ada, but if you're teaching C++, try to teach and use the idioms that have grown around it, similarly for C. That said, C and C++ should be treated as completely separate languages that are at most distantly related to each other. > Also I will start the above course with Algorithms in which I have > little knowledge. Any suggestions for good books on this topic? Really no. Before trying to teach that subject you should first know something about it.