English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Suppose I wrote a code for a program I want to run. How do I get the code to run? I've made the code "flawless", and now I want to use it.

If the details are long, just email me a joshuaashwin@yahoo.com

2006-08-11 12:28:47 · 6 answers · asked by Anonymous in Computers & Internet Programming & Design

6 answers

You don't say what language your code is written in...

I will guess that it is in some high level computer programming language like C++, Basic, C#, Java, Cobol, Pascal, or Neeliac...

Your next step is to compile the code into an executable program and you will need a compiler for that language...

You also don't say what computer you are using for your programming...

If you are using a machine that is running Windows... you can download a compiler from Microsoft... Microsoft has several FREE compiler suites that you can download...

I have a link to them on my web-page:
http://www.tom-olsen.com/links.html

2006-08-11 12:45:54 · answer #1 · answered by ♥Tom♥ 6 · 0 0

Well, you can find free compilers and tools to do it at the URL below. Probably will have the right one, unless you're using an extremely obscure language or one you wrote yourself. By the way, if you've not written it yet, you can also find tutorials, articles and other good stuff to learn.

2006-08-12 12:25:33 · answer #2 · answered by griz803 5 · 0 0

It would be best to put a leash on the code, you don't want it to get hit by a car, 'cause then you couldn't call it "flawless"

2006-08-11 19:35:43 · answer #3 · answered by John Olds 2 · 0 0

You have to compile the code (with a program) and then you can run it.

2006-08-11 19:30:46 · answer #4 · answered by shmifty__14 5 · 0 0

it depends on in which programm language you used, if you used C, C++ or Jave you should compile the code to run it and if you use parle or PHP you need an interpreter to run the code.

2006-08-11 19:36:36 · answer #5 · answered by Mag 7 · 0 0

GOTTA GET THE CODE OUT THERE

2006-08-11 19:31:14 · answer #6 · answered by Penney S 6 · 0 0

fedest.com, questions and answers