• Welcome to Valhalla Legends Archive.
 

getting started

Started by ddxonline, April 14, 2003, 11:29 AM

Previous topic - Next topic

ddxonline

Im just getting started looking for ideas i want to make a nice bot w/o a gui any ideas on what programing languages to use and just the all around sh*t i will need to create a bot designed purely for ops?

hismajesty


Camel

vb wont do console apps

dxoigmn


Skywing

Quote from: kamakazie on April 14, 2003, 04:11 PM
Quote from: Camel on April 14, 2003, 04:04 PM
vb wont do console apps

Yes it will, you just have to use the Windows API.  Example: http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=30204&lngWId=1
Of course, you have to ask yourself whether it's worth having to bend over backwards to get a console application working with Visual Basic when a) VB is clearly designed for making GUIs, fast, and b) it'd actually be easier to do it with something which has native character-mode I/O, such as C or C++.

Etheran

hmm, I say gogo PASCAL!
(borland Turbo Pascal owns j00)

Banana fanna fo fanna

Learn Python. It's easier to learn than VB.

ddxonline

ty all, I got vb 6.0 and borland C++ lets see what i can do lol, ill probably need more help soon
DDX_DoCtoR

drivehappy

Quote from: St0rm.iD on April 14, 2003, 07:41 PM
Learn Python. It's easier to learn than VB.

:o Something's easier than VB!?

VB .NET has the ability to make console apps, but really isn't suited for bot making because of the .NET Framework Update required to be run.

Grok

Quote from: Camel on April 14, 2003, 04:04 PM
vb wont do console apps

that's too funny.  +1 for it.

Camel

ugh, you know what i meant ::)

Yoni

Quote from: drivehappy on April 14, 2003, 11:47 PMVB .NET has the ability to make console apps

VB.NET == C#.NET == C++.NET

What's the common denominator? .NET.
The only difference is syntax.