Need help with Tax projectYou can try something like it: [code] double computeTax(double fedTotalPay ){ if (fedTotalPay < 0) r...
String to Long LongIt is too long to fit into 8 bytes.
String to Long LongInstead of [code] longlong strtolonglong(string s) { int longlong; longlong = s - '0'; ...
String to Long LongYou can check if the string is an valid number (ie, contains optional +- at the beginning and just s...
Finding letters in a vector of stringsYou can you find method: [code] dna[0].find("cg"); [/code] Read full description of it: http://www....