Tagged Questions
2
votes
2answers
148 views
How to execvp ls *.txt in C
I'm having issues execvping the *.txt wildcard, and reading this thread - exec() any command in C - indicates that it's difficult because of "globbing" issues. Is there any easy way to get around ...
2
votes
4answers
549 views
Accepting a wildcard to open a file
Ok this is embarassing and as much as I hate to, I have no other option. I dont know C but I was presented with a problem that I need to solve and although Ive done some researching the time it would ...
1
vote
3answers
217 views
Cross-platform “standard” way to accept file names with wildcards in C?
I'm writing a command line utility in C to process image files. In its current state, the application can accept multiple explicit file names though argv, but I'd like to add support for wildcards, ...
0
votes
4answers
374 views
Creating a terminal menu with a challenge
What I wont to do is to create a terminal menu that takes various types of arguments and place it in a array param. Under is the code: Here is some trouble that I have and cant find a good solution ...
2
votes
5answers
3k views
Win32 API to do wildcard string match
I am looking for a wildcard string match API (not regex match). I cannot use anything other than Win32 APIs.
0
votes
2answers
366 views
Understanding kernel assigned local addresses on a udp socket
i'm developing a java application using the jstun library (hxxp://jstun.javawi.de/), and i need to compare my public ip with the one chosen by the kernel (wildcard address - ...