From: jsjogren AT algonet DOT se (Oscar Iommi Campbell) Newsgroups: comp.os.msdos.djgpp Subject: Forcing construct check? Date: Sun, 01 Feb 1998 16:04:47 GMT Organization: Algonet/Tninet Lines: 9 Message-ID: <34d39bb2.30106565@news.algonet.se> NNTP-Posting-Host: du129-25.ppp.algonet.se To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I program _C_ (not ++) in djgpp, and I wonder if I can force djgpp to check for constructs for the functions else report an error? 70% of the errors I make is typing in a wrong name of a function and then the cpu runs of in nowhere. It's not hard to fix, but I meen I _always_ write constructs so can't I have the compiler check out that I haven't typed in a none existant function?? /Oscar Campbell