need help with mingw

L

Ldkeys77

Hello all,
I downloaded mingw from sourceforge.net and wrote (Hello World) prg. it
ran fine but I noticed that there were another (hello world) prg so I
deleted that one and wrote my own again and it did not run properly
would like help on how mingw is used not sure if I am doing it right.
 
J

jamx

It could be useful to explain WHAT is not working properly. Problems
compiling? Unwanted results when you run the program, etc..
 
K

Keith Thompson

I downloaded mingw from sourceforge.net and wrote (Hello World) prg. it
ran fine but I noticed that there were another (hello world) prg so I
deleted that one and wrote my own again and it did not run properly
would like help on how mingw is used not sure if I am doing it right.

We'd be glad to help you with any programs you're having with the C
language. We generally don't deal with the details of specific
implementations (such as how to run a compiler).

If you're having problems writing correct C code, you're in the right
place. Show us the code you've written (the *exact* code; don't try
to re-type it), and tell us what problems you're having with it. Note
that "it doesn't work" or "it did not run properly" is not a
description of your problem; something like "I got this error message
on line 5" (and show us the *exact* error message), or "it produced
this output; I expected that output" (and show us both the actual and
expected output) would be far more helpful.

If you're having problems with your implementation (the program is
correct but you don't know how to invoke the compiler), this isn't the
right place to ask. Presmably mingw comes with documentation; read
it. There's also a mingw FAQ list and several mailing lists; the
latter should be full of people who, unlike most of us, actually know
how to use mingw. See <http://www.mingw.org/>.

And since you're posting through Google, please read
<http://cfaj.freeshell.org/google/> if you haven't already.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,175
Messages
2,570,946
Members
47,497
Latest member
PilarLumpk

Latest Threads

Top