TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: C++ in Intro Class to Programming and Writing Code at Exams on a Paper?

1 pointsby agigaoabout 6 years ago
Hello HN.<p>My local university is undergoing through CS curriculum&#x2F;program updates, but they still hold very tight onto the idea of teaching Programming Intro with C++ and writing code at exams on paper which the staff manually type into editor, compile and check for &quot;correctness&quot;.<p>I find this practice utterly unjustified.<p>What do you think?<p>I&#x27;m quite concerned about the fact that many(and I mean it) students do actually ditch the idea of becoming programmer after failing in that very class.

1 comment

kobiguruabout 6 years ago
This is a bad idea. because one missing comma could screw up the program not mention which compilers they would likely run the program.<p>That being said if you are comfortable with basics you can learn a lot from this book<p><a href="http:&#x2F;&#x2F;www.keithschwarz.com&#x2F;coursereader.pdf" rel="nofollow">http:&#x2F;&#x2F;www.keithschwarz.com&#x2F;coursereader.pdf</a>