Creating Programs....

Started by Edwin Xie, Mon 18/10/2004 02:11:18

Previous topic - Next topic

Edwin Xie

I am just wondering how you can create programs using whatever language AGS uses and then compile it into .exe files. Is there a program that I can use to do this? Something that can make a simple program would be fine. And doing this particular thing cannot involve using AGS to make the program.
Moving at superhigh speed getting to the planet called Earth. But it is boxed in white......thing.....

TerranRich

What? Huh? Do you mean a programming language to make applications, besides AGS? There's C, C++, Java, Visual Basic...

But if you meant free programs, then I have no idea, and I don't know if any exist.
Status: Trying to come up with some ideas...

Edwin Xie

I meant C++ and I list of things you can type into the script (ex. operators, variables, etc....)
Moving at superhigh speed getting to the planet called Earth. But it is boxed in white......thing.....

shbaz

You define operators, variables, and etc yourself and use them in programming. If you really come to hard times you can always find snippets of useful code on sites that catalogue such things.

There are indeed free compilers (some open source). Do a google.

Once I killed a man. His name was Mario, I think. His brother Luigi was upset at first, but adamant to continue on the adventure that they started together.

Edwin Xie

Hmm, I found a Microsoft C++ Visual Toolkit..... does it do it?
Moving at superhigh speed getting to the planet called Earth. But it is boxed in white......thing.....

shbaz

Try opening it and find out.
Once I killed a man. His name was Mario, I think. His brother Luigi was upset at first, but adamant to continue on the adventure that they started together.

Edwin Xie

Ok, from that point on, this is confusing.
Moving at superhigh speed getting to the planet called Earth. But it is boxed in white......thing.....

Edwin Xie

Bah, Microsoft C++ Visual Toolkit, people who created programs, how did you do it? (it doesn't necessarily have to use C/C++)
Moving at superhigh speed getting to the planet called Earth. But it is boxed in white......thing.....

shbaz

Programming isn't something you just learn - it takes a lot of practice.

HowStuffWorks gives the basics and follows up with some links that will teach you more.

How C programming works
How Java works

Java is particularly interesting since it is multi-platform without any hassle. C can be multi-platform, but needs to be carefully constructed for that (Blender 3d is written in C, for example).
Once I killed a man. His name was Mario, I think. His brother Luigi was upset at first, but adamant to continue on the adventure that they started together.

Edwin Xie

I haven't got there yet, I just need an easy program that can do it, then I search for tutorials.
Moving at superhigh speed getting to the planet called Earth. But it is boxed in white......thing.....

MrColossal

Go to the library, my library has tons of books that teach you various programming languages from C++ to Java to Machine code

if you explain what kind of program you want to make maybe people can help better
"This must be a good time to live in, since Eric bothers to stay here at all"-CJ also: ACHTUNG FRANZ!

shbaz

He needs a compiler, they're out there, you just need to search for them in google or something.

Seriously, it isn't hard to find freeware apps. I have this philosophy of only helping people who are going to help themselves, otherwise you're just wasting everyone's time.
Once I killed a man. His name was Mario, I think. His brother Luigi was upset at first, but adamant to continue on the adventure that they started together.

Al_Ninio

This is a pretty good, and also free, C++ compiler:
http://www.bloodshed.net/devcpp.html

Enjoy.

modgeulator

I think you need to describe exactly what sort of program you want to make before anyone can help you.

Mr Jake

I agree with Al, that compiler is great and the manual is rather helpful (not the best, but you can ALWAYS find tutorials on pretty much anything programming related - this is the internet dont ya know)

Rui 'Trovatore' Pires

Edwin Xie, my friend, I think you made the mistake of assuming you can easily program outside AGS because you've mastered AGS scripting. ;) Just because it's the same language, doesn't mean it's in the same country, so to speak.
Reach for the moon. Even if you miss, you'll land among the stars.

Kneel. Now.

Never throw chicken at a Leprechaun.

Mr Jake

but once you know AGS you have a good starting ground for learning C/C++

Rui 'Trovatore' Pires

Indeed, but apparently it's not enough. ;)
Reach for the moon. Even if you miss, you'll land among the stars.

Kneel. Now.

Never throw chicken at a Leprechaun.

Bernie

I think your best bet would be getting DevC++ or a similar compiler and downloading the Allegro SDK. (Without one of those, you can't do much).
Allegro is as easy as it gets when it comes to real programming, and focuses on 2D. It can do some 3D as well, but doesn't support hardware rendering.

notloggedin

get libSDL, cygwin, emacs and GCC :D

SMF spam blocked by CleanTalk