Getopt_long could not be resolved in Eclipse CDT

Using a C ++ program, the Eclipse CDT marks getopt_long as "cannot be resolved." The code compiles and works fine using g ++ program.cpp . Is this something related to creating an Eclipse assembly?

+6
source share

Source: https://habr.com/ru/post/906588/


All Articles