Message-Id: <199801050804.KAA00442@ankara.duzen.com.tr> Comments: Authenticated sender is From: "S. M. Halloran" Organization: User RFC 822- and 1123-Compliant To: "Ivo Stoykov" Date: Mon, 5 Jan 1998 10:05:45 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Info help, please! CC: djgpp AT delorie DOT com In-reply-to: Precedence: bulk On 4 Jan 98, Ivo Stoykov was found to have commented thusly: > Hello > > I have a (dull for someone) question: > What does it mean the term VOID? A term used in C++ and now part of ANSI C. Can be used in several places: (1) placed before function symbol (declaration or definition), can indicate function does not return a value; (2) used as the sole parameter in the prototype of function declaration or definition, indicates the function has no arguments/parameters. You can also have void pointers (void *), which you might use to cast a pointer to a defined type to one where the type you may not want to be known or perhaps where the type is not important. Post this question to the comp.lang.c or comp.lang.c++ newsgroup for an exhaustive list of replies. > Sorry if you find this stupid but I met meny times and couldn't find > its meaning anywhere around. Appreciate any explications. ?? > PS.: Is there a function returning the (DOS) root path? I found few > giving information about current dir & drive but not for current > root. Are you perhaps wondering whether DOS can change its root filesystem much like the one Unix has for resetting mount points? Mitch Halloran Research (Bio)chemist Duzen Laboratories Group Ankara TURKEY mitch AT duzen DOT com DOT tr other job title: Sequoia's (dob 12-20-95) daddy