ChinaNumberOne

u/ChinaNumberOne@lemmy.ml
6 posts · 5 comments

Recent posts

Recent comments

don't know if you are a beginner to programming in general or c/c++ specifically but it's better to start with c before c++, it's simpler and clearer (than c++) to a beginner

then cout syntax is absolutely horrible and very misleading, use c's printf or, if you can, use fmt, it's super fast and even simpler than c's printf