|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (9 bit)
Join Date: Mar 2003
Posts: 262
|
More programing
i jsut created my first autorun file, it worked, i knwo that is very basic but i was happy i did it. what are so other small things liek that i can do
|
|
|
|
|
|
#2 |
|
Professional gadfly
|
What kind of programming do you want to get into?
|
|
|
|
|
|
#3 |
|
Member (9 bit)
Join Date: Mar 2003
Posts: 262
|
i dunno teh easiest one in your opion. i iwll try any of them
|
|
|
|
|
|
#4 |
|
Member (7 bit)
Join Date: May 2003
Location: Tranquility
Posts: 112
|
It is always the neat little simple tricks that impress friends which make programming all worth while.
You can do Visual Basic. It will teach absolute attrocious programming skills, but you can do some neat things, really easily. If you have a PocketPC (even if you dont there is an emulator) you can use eVB like I am doing now to doodle with VB. It is free, unlike the full Visual Basic suite which is bloody expensive. It is not all that hard, but it might be diving in a bit too deep than you want, though. If you take programming seriously, well then that is a horse of a different color. |
|
|
|
|
|
#5 |
|
Member (8 bit)
Join Date: Jun 2003
Posts: 153
|
Alternatively, you could start off with HTML, one of the simplest programming languages there is, and you can get relevant results.
|
|
|
|
|
|
#6 |
|
Member (9 bit)
Join Date: Mar 2003
Posts: 262
|
Thanks for the suggeestions i think im gonan start off with html. were are some good resources for learning html
|
|
|
|
|
|
#7 |
|
Member (8 bit)
Join Date: Jun 2003
Posts: 153
|
|
|
|
|
|
|
#8 |
|
Member (13 bit)
Join Date: Jul 2000
Location: Fullerton, CA
Posts: 7,030
|
Just to note, HTML isn't a programming or scripting language, it's a markup language. If you want to learn real programming (data structures, loops, functions, etc.) start out with Java or even Python.
|
|
|
|
|
|
#9 |
|
Member (8 bit)
Join Date: Jun 2003
Posts: 153
|
I'm not doubting that, but that's where you should start really, because it's simple and it gets your mind into the mindset for remember names and objects.
Isn't Java glorified C? |
|
|
|
|
|
#10 |
|
Member (13 bit)
Join Date: Jul 2000
Location: Fullerton, CA
Posts: 7,030
|
I wouldn't call it glorified, but it is a more beginner-friendly improvement on C++.
|
|
|
|
|
|
#11 |
|
Professional gadfly
|
I am with DrZaius. Java is easy to start with. So is Visual Basic. Even C++ isn't that hard. Learning HTML is much closer to learning how to format a document in Word than it is to programming. It definitely has its place, but it is not programming.
BTW, Java isn't quite glorified C. It is a completely object-oriented language that is very similar to C++. |
|
|
|
|
|
#12 |
|
Member (8 bit)
Join Date: Mar 2003
Location: Arkansas
Posts: 131
|
where did u learn how to do the autorun file if there is a website that has it on there can u put it on ur next post
|
|
|
|
|
|
#13 |
|
Member (9 bit)
Join Date: Mar 2003
Posts: 262
|
i looked at an autorun file that was on another cd then i changed it to suit my needs
|
|
|
|
|
|
#14 |
|
Member (8 bit)
Join Date: Mar 2003
Location: Arkansas
Posts: 131
|
ok ill ave to try that some time if i cant figure it out ill tr to ask u for help
|
|
|
|
|
|
#15 |
|
Member (7 bit)
Join Date: May 2003
Location: Tranquility
Posts: 112
|
You could do DOS batch files. I have done many simple mundane chores quickly via batch files, like mass renaming of files, mass copying, creating simple "installer" programs, etc.
It is easy for novices, yet has depth for those who wish to delve deeper. |
|
|
|
|
|
#16 |
|
Member (9 bit)
Join Date: Mar 2003
Posts: 262
|
Can you give me some websites or a place to look fro info on how to do the dos batch files. They sound really cool, and i would like to try.
|
|
|
|
|
|
#17 |
|
Professional gadfly
|
|
|
|
|
|
|
#18 |
|
Member (8 bit)
Join Date: Mar 2003
Location: Arkansas
Posts: 131
|
ill check those out to
|
|
|
|
|
|
#19 |
|
Member (9 bit)
Join Date: Mar 2003
Posts: 262
|
Thanks for all the links doctorgonzo i just created my first bat file and it worked . I know it is simple to do but i hav efun doing these simple things.lol
|
|
|
|
|
|
#20 |
|
Professional gadfly
|
Congratulations! Back in the days when I used Windows 3.1, I did a lot of batch file programming, mainly to create keyboard shortcuts for common commands.
|
|
|
|
|
|
#21 |
|
Member (7 bit)
Join Date: May 2003
Location: Tranquility
Posts: 112
|
To revive a dead thread: a cool thing that sparked my attention for a few weeks last year was that "SmarterChild" ai for aim.
There is an ide out there for people to experiment with called "buddyscript". It allows you to create an aim artificial intelligence (since no one else on aim has intelligence). It has some really cool, yet easy to understand pattern matching programming behind it. It has a "minute to learn, a lifetime to master" feel to it that is hard to find in many higher level languagees, plus you can really impress you r friends with the results of an aim bot they can talk to. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|