17
วิธีเปิดใช้งานการสนับสนุน C ++ 11 / C ++ 0x ใน Eclipse CDT
Eclipse 3.7.1 CDT 1.4.1 GCC 4.6.2 นี่คือตัวอย่างของรหัส C ++ 11: auto text = std::unique_ptr<char[]>(new char[len]); เอดิเตอร์ Eclipse บ่นเกี่ยวกับ: Function 'unique_ptr' could not be resolved การรวบรวม Makefile ทำงานได้ดี จะทำให้ Eclipse หยุดบ่นเกี่ยวกับข้อผิดพลาดประเภทนี้ได้อย่างไร
210
c++
eclipse
c++11
eclipse-cdt