optargHi, Anyone with a fair amount of experience in using optarg? I am currently trying to use it due ...
Quick SortHi, I'm currently trying to convert a sorting algorithm from using two ints and an array to only ...
Comparing string with wildcard charactersGot it! was using and or (||) statement instead of &&
Comparing string with wildcard charactersSo this is what I am currently trying: [code] int main(int argc, char** argv) { string patter...
Comparing string with wildcard charactersHi, Working on some code that compares strings, currently trying to implement a function that wil...