Mình vừa mới cài lại mingw, và đang làm thực hành cây nhị phân> Nội dung bài tập là tạo một cây nhị phân rồi sort out. Mình gặp lỗi trả về pointer kiểu struct trong một chuỗi đệ quy. Không biết sửa sao.
helloworld.cpp: In function ‘school* locale(school*, int)’:
helloworld.cpp:22:10: error: reference to ‘locale’ is ambiguous
return locale(NCT->p_left, key);
helloworld.cpp: In function ‘void generate(school*, int)’:
helloworld.cpp:49:17: error: reference to ‘locale’ is ambiguous
school *site = locale(NCT, key);
thực tế cũng rất mơ hồ
p/s: msys là gì thế