From: James W Sager Iii Newsgroups: comp.os.msdos.djgpp Subject: Overloading with a huge program Date: Sat, 2 May 1998 19:11:01 -0400 Organization: Junior, MCS Undeclared, Carnegie Mellon, Pittsburgh, PA Lines: 8 Message-ID: NNTP-Posting-Host: po9.andrew.cmu.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Has anyone else encountered a problem with overloading on a huge program. Like one over 60k lines of code? I had two functions that worked fine when i copied and pasted them to a new program, but when used in the hge program, the compiler bitches at me saying the function is already declared. :( The easy way I solved this was by renaming one of the functions.