Im using an ansi c compiler all the errors using gcc -ansi -Wall -pedantic
should work without warnings and errors. Running on unix

Recommended Answers

All 3 Replies

now what the he!! kind of question is that? Do you say this to your auto mechanic My car is broke, will you fix it :evil:

sorry im going nuts with and im only a begginner any help would b much appreciative

I repeat my previos comment -- you did not ask a question that can be answered. you should probably get on the gcc web site and find out what those compiler flags mean before you attempt to use them. I suspect (a guess??) -ansii flag tells the compiler to use strict ansii standards when compiling your program. If your program contains any non-ansii code the compiler will complain. Beyond that, its anybody's guess what is wrong because you did not post any code.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.