j
k
j a
j l
the_3_project wrote:
How do I compile a program that uses the libregex program? It seems that whenever I do this: $ gcc -o te1 te1.cc -lboost_regex
How do I compile a program that uses the libregex program? It seems that whenever I do this:
$ gcc -o te1 te1.cc -lboost_regex
Use g++, not gcc.
Back to the thread
Back to the list