Server Help

Bot Questions - Programming

Anonymous - Fri Mar 26, 2004 2:15 am
Post subject: Programming
What language should I start with? I tried learning C++ but cant get past pointers and arrays without being totally confused icon_eek.gif . Maybe theres other languages that makes pointers and arrays easier then I could work up to c++? Thanks for any suggestions.
Mr Ekted - Fri Mar 26, 2004 3:04 am
Post subject:
C is where you should start. C++ or other object oriented langauges will just confuse you with garbage. Learn the fundamentals.

Pointers and arrays are all about the use of memory. They are just as simple in concept as filing information on a set of bookshelves. If there are specific things that confuse you about one of the other, discuss it here and I can go into more detail.
Cyan~Fire - Fri Mar 26, 2004 10:37 am
Post subject:
Arrays
Read all of section 3 because it continues on to explain pointers.
Anonymous - Fri Mar 26, 2004 12:45 pm
Post subject:
Alright, thanks for the help icon_smile.gif I'll read section 3, see if im still confused, and if I am then I'll try C. tongue.gif
Mr Ekted - Fri Mar 26, 2004 4:21 pm
Post subject:
Just so you know, C++ is designed to be a superset of C. Therefore a C program is also a C++ program, but not vice versa. They shares all the same basic/complex data types, syntax, control statements, operator priority, etc. C++ adds in (read: hacks) object oriented concepts (inheritence, polymorphism, overloading, default params, etc).
Cyan~Fire - Fri Mar 26, 2004 5:36 pm
Post subject:
Nice to see someone going about learning to program in the right way. icon_smile.gif
Reaver - Thu Apr 01, 2004 9:27 am
Post subject:
Im currently learning Liberty Basic, and then I want to jump to Java so I can program bots icon_smile.gif
Cyan~Fire - Thu Apr 01, 2004 5:19 pm
Post subject:
Reaver wrote:
Liberty Basic

WTF?
All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001 phpBB Group