::> struct fecha{
::> .
::> .
::> int operator==(fecha& item);
::> int operator>(fecha& item);
::> int operator<(fecha& item);
::> };
::> .
::> FECHA.CPP
::> #include"fecha.hpp"
::> int operator==(fecha& item){}
::> int operator>(fecha& item){}
::> int operator<(fecha& item){}
Sebastian, the functions should be:
int fecha::operator==(fecha& item){ /* comparision code */}
etc...
# Herbert Bushong harchon@centuryinter.net [TEAM OS/2]
- Blackbeard's BBS Intelec: 239:600/0
+ Fido: 1:19/19 http://www.intelec.com/software/
---
RM 1.31 2508 Scotsmen wear kilts because sheep can hear zippers!!
---------------
* Origin: Blackbeard's BBS - Ville Platte, LA - 318-468-3385 (1:19/19)
|