L
Lambda
I am using g++ to compile a program.
g++ outputs so many warnings and errors that
I cannot see the first error message that I think I should fix first
I try to use 'g++ exer.cc | less' but it doesn't work.
I try to 'g++ exer.cc > er' but it doesn' work either.
What can I do with it?
g++ outputs so many warnings and errors that
I cannot see the first error message that I think I should fix first
I try to use 'g++ exer.cc | less' but it doesn't work.
I try to 'g++ exer.cc > er' but it doesn' work either.
What can I do with it?