From: "JML" Newsgroups: comp.os.msdos.djgpp Subject: ' ^ ' Date: Tue, 14 Oct 1997 22:36:08 -0500 Organization: MindSpring Enterprises Lines: 13 Message-ID: <621df9$cp9@camel12.mindspring.com> NNTP-Posting-Host: ip61.dallas4.tx.pub-ip.psi.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi. I'm just a casual programmer, so excuse me if this is a foolish question. I cannot get the ^ operator to work in my programs using DJGPP. It returns error messages basically saying it doesn't know what it is. I'll try something like this: cout << 3^2; and it happens. Do I have to include some weird header file, or am I just screwed? Any help appreciated. Mike