User profile: arvust

User info
User name:arvust
History
Joined:
Number of posts:6
Latest posts:

optarg
Hi, Anyone with a fair amount of experience in using optarg? I am currently trying to use it due ...

Quick Sort
Hi, I'm currently trying to convert a sorting algorithm from using two ints and an array to only ...

Comparing string with wildcard characters
Got it! was using and or (||) statement instead of &&

Comparing string with wildcard characters
So this is what I am currently trying: [code] int main(int argc, char** argv) { string patter...

Comparing string with wildcard characters
Hi, Working on some code that compares strings, currently trying to implement a function that wil...