TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What is the best way to "teach" programming?

2 点作者 davidalln将近 16 年前
I have been given the task to teach programming basics to the build and design members of my robotics team (FRC #2415). We are constrained to C++ as a language. What are the best methods for teaching intelligent people with little to no programming experience the basics (from simple things like loops and if-elses to more complex topics such as inheritance and pointers)?

1 comment

christonog将近 16 年前
I've been teaching myself how to program, and I've found this link on SO to have all the links hackers send when people ask them "how do I learn to program?":<p><a href="http://stackoverflow.com/questions/3088/best-ways-to-teach-a-beginner-to-program" rel="nofollow">http://stackoverflow.com/questions/3088/best-ways-to-teach-a...</a>