Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Inline CPP undefined subroutine

by bliako (Monsignor)
on Nov 05, 2018 at 12:54 UTC ( [id://1225260]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    int countGC(char * _gcString) {
            string gcString = string(_gcString);
    ...
            for (int i = 0; i < gcString.length(); i++) { if (gcString[i] 
    +== 'C' || gcString[i] == 'G') { res++; } }
            return res;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1225260]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (7)
As of 2024-04-23 18:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found