0_0_4312818_1448.cpp:1:20: regex .h: No such file or directory
0_0_4312818_1448.cpp:2:20: stdio .h: No such file or directory
0_0_4312818_1448.cpp: In function `int main(int, char**)':
0_0_4312818_1448.cpp:8: error: `printf' undeclared (first use this function)
0_0_4312818_1448.cpp:8: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_4312818_1448.cpp:15: error: `regex_t' undeclared (first use this function)
0_0_4312818_1448.cpp:15: error: expected `;' before "oRegex"
0_0_4312818_1448.cpp:18: error: `size_t' undeclared (first use this function)
0_0_4312818_1448.cpp:18: error: expected `;' before "unErrMsgLen"
0_0_4312818_1448.cpp:20: error: `oRegex' undeclared (first use this function)
0_0_4312818_1448.cpp:20: error: `regcomp' undeclared (first use this function)
0_0_4312818_1448.cpp:22: error: `NULL' undeclared (first use this function)
0_0_4312818_1448.cpp:22: error: `regexec' undeclared (first use this function)
0_0_4312818_1448.cpp:25: error: `regfree' undeclared (first use this function)
0_0_4312818_1448.cpp:30: error: `unErrMsgLen' undeclared (first use this function)
0_0_4312818_1448.cpp:30: error: `regerror' undeclared (first use this function)
|