Hi, Im trying to port a small software to Linux (nothing fancy, but I need it). Everyting works great (gcc, make and so on). But....Linux gcc does not have following commands: findfirst(...) findnext(...) findclose(...) Does Linux (or should I say Posix) know these command, if so where are their header (and body)? If not, is the only way to solve what Im doing to use opendir, readdir and closedir and do my own joker char filtering? // Jarmo
- RE: C/C++ Win -> Linux Jarmo Paavilainen
- RE: C/C++ Win -> Linux Peter Schuller
- Re: C/C++ Win -> Linux Mike