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.

How I Start: C++

5 pointsby kungfooguruover 9 years ago

1 comment

Dan_Kornover 9 years ago
Starting with a meta-makefile in Premake is one way to go about learning C++, I suppose. But it seems to add an unnecessary layer of complexity and abstraction for beginners. And shared libraries, while an important thing to know about for many real-world projects, are not really part of the C++ language at all.<p>Yes, eventually you will probably want to figure out how to do cross-platform development. But if you really want to just learn the C++ language, I would start with an actual IDE, such as Visual Studio or Xcode, and just stick to one platform.<p>Or better yet, just use an online environment such as cpp.sh or ideone.com or codechef.com.
评论 #10356758 未加载