.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   General Programming (http://forums.bots-united.com/forumdisplay.php?f=25)
-   -   HOw tO StARt pRoGraMiNG ?? (http://forums.bots-united.com/showthread.php?t=4553)

mirv 08-10-2005 05:03

Re: HOw tO StARt pRoGraMiNG ??
 
Go a simple syntax highlighting editor (scite is my choice), and the command line! Though dev-c++ is nice, and for a windows user would be a good place to start. Another one that might be ok (haven't tried it personally) is code::blocks.

The Storm 08-10-2005 12:35

Re: HOw tO StARt pRoGraMiNG ??
 
Quote:

Originally Posted by Whistler
also the Knoppix 4.0.2 version doesn't have KDevelop.

The version of Knoppix that I have is 3.4. :)

callide 15-03-2006 00:07

Re: HOw tO StARt pRoGraMiNG ??
 
I'd recommend learning how to program/program OO before learning a language :)

s3designer 21-07-2006 00:23

Help Me
 
i am new here and want to know how to make bots..? i know c++ programming a little .. recently done oop programming in c++ and now want to make bots.. so any one guide me from begining?

Bluesman 21-07-2006 01:05

Re: Help Me
 
Quote:

Originally Posted by s3designer
i am new here and want to know how to make bots..? i know c++ programming a little .. recently done oop programming in c++ and now want to make bots.. so any one guide me from begining?

Most "I want to make some kick-ass bots" dudes begin their bot-journey with botmans hpb-templates ( http://hpb-bot.bots-united.com/ )

The_Hard_Mission_Guy 25-07-2006 02:19

Re: HOw tO StARt pRoGraMiNG ??
 
The Hard Mission Guy
presents
A Crash Course on How to

Make a Bot in 10 Steps

1)Buy a Computer
-Intel and/or Compatibles(Recommended)
-Mac (Very bad)

2)Choose an Operating System
-Windows
-Linux
-Mac OS(only for mac idiots)

3)Choose a Programming Language
-C/C++(Excellent Choice):thumbup:
-Java(Too Slow and far Too isolated)
-Basic(Too easy)
-Pascal(Too primitive)

4)Choose a Compiler
-MSVC or higher
-GCC
-The I-donno-what-compiler

5)Go to www.google.com and type the keyword "C/C++ Tutorial"(Yahoo Does it Also!)

6)Make a "Hello World" program(a Very Very essential Step, DO NOT SKIP)

7)Learn how to deal with pointers, arrays and dynamic allocation without overflowing your RAM(Random Access Memory)

8()Choose your Game engine
-HL
-HL2
-Quake/2/3/4
-The Super Duper ass terminating First Person Shooter Game

9)Download the Hpb_bot template (Only for HL )

10)Find out what edict_t and pfnRunPlayerMove means.....

...................and please don't kill my Ass if your bot does only frag your Mind and/or your Computer........and of Course HAVE FUN DUDE!!

Brainz 11-08-2006 11:57

Re: HOw tO StARt pRoGraMiNG ??
 
Code:

10 rem my first program!
20 cls
30 print "hello world"
run

ah, memories... BBC BASIC

Code:

private sub cmdClickMe_click()
msgbox "hello world"
end sub

How we've moved on.

Can we get this forum extended to include BASIC and similar?


All times are GMT +2. The time now is 23:55.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.