What is the best programming language to

01/15/2016 18:24 conquerai#1
What is the best programming language to write bots in according to
1/simple
2/fast
3/strongest:D
01/15/2016 19:09 Best Coder 2014#2
Does it really matter when you obviously don't know shit about programming? :confused:
01/15/2016 19:38 pro4never#3
The language used makes very little difference. The core concepts will be the same (well, one of a few core concepts you could attempt to use to write a hack/bot with in conquer)
01/15/2016 19:48 Spirited#4
It really depends on what programming languages you know and how comfortable you are with them. Programming languages do matter to some extent; just as there's a tool for every job, there's a programming language for every program. C, C++, or C# would be good choices, as you can call into Win32 (which may be necessary, depending on your bot architecture). You can call into Win32 using Java and Go as well, but I don't recommend Java unless that's the only language you know.