G
Gernot Frisch
bool isOlderThanToday(const char* pDate)
{
// How to do this?
}
void main()
{
const char* pDate = "29-Feb-2005";
if (isOlderThanToday(pDate))
printf ("older!");
}
--
-Gernot
int main(int argc, char** argv) {printf
("%silto%c%cf%cgl%ssic%ccom%c", "ma", 58, 'g', 64, "ba", 46, 10);}
________________________________________
Looking for a good game? Do it yourself!
GLBasic - you can do
www.GLBasic.com
{
// How to do this?
}
void main()
{
const char* pDate = "29-Feb-2005";
if (isOlderThanToday(pDate))
printf ("older!");
}
--
-Gernot
int main(int argc, char** argv) {printf
("%silto%c%cf%cgl%ssic%ccom%c", "ma", 58, 'g', 64, "ba", 46, 10);}
________________________________________
Looking for a good game? Do it yourself!
GLBasic - you can do
www.GLBasic.com