use Inline 'CPP' => << 'END'; int countGC(char * _gcString) { std::string gcString(_gcString); int res(0); for (int i = 0; i < gcString.length(); i++) { if (gcString[i] +== 'C' || gcString[i] == 'G') { res++; } } return res; } END
In reply to Re^2: Inline CPP undefined subroutine
by Alessandro
in thread Inline CPP undefined subroutine
by Alessandro
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |