adambard / adambard/learnxinyminutes-docs
[c++/en] Clearly focus to C++11
Đang mở
enhancement
- Ngôn ngữ chính
- Markdown
- Star
- 12.3k
- Fork
- 3.7k
- Merge trung bình
- 13 giờ 10 phút
- Pull request đã merge (30 ngày)
- 6
Mô tả
Right now many C++ tutorial chapters use C++11 features and usually requirement for C++11 is mentioned (for nullptr and member variable initialization it's missing). I think C++ tutorial should clearly focus to C++11 and discourage using practices which can be better implemented with C++11 features.
Maybe there should be a simple list of features of C++11 compared to earlier versions and also mention of possible requirement of a compiler flag -std=c++0x/-std=c++11.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.