You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having problems running 1test.cpp,The static libraries that have been compiled are libmiracl。I put 1test.cpp, libmiracl and related header files in the same directory,When I run it with the command : g++ 1test.cpp libmiracl.a I get the error。
My 1test.cpp code is as follows: