A Way to Compile C Programs without using gcc
#1
I programmed a simple lottery numbers generator using Netbeans on my Ubuntu partition. It runs fine when the Netbeans's compiler runs my program.

Now I want to make this a program so I can run the C file as a Windows program. Can you tell me what I can do?

Thanks.
Reply
#2
It should be the same way as linux.

gcc program.c

But I would look into Microsofts .net framework too.
Reply
#3
Yuck, I don't want to use Microsoft.NET.

Thanks though. I think of something.
Reply




Users browsing this thread: 1 Guest(s)
Do NOT follow this link or you will be banned from the site!