Author Topic: Are computer programming classes worth it?  (Read 1227 times)

Seems how I am pushing towards getting a part-time job in two months at least, I thought maybe I could pay for some programming classes to actually start making add-ons for blockland. Although I started to have my doubts.

So I wanted to ask you guys since some of you obviously must know. Are programming classes worth it, or is teaching yourself better?


I've learned HTML, CSS, and a lot of PHP using Google entirely. I think classes are rather pointless since you can easily learn at your own pace over the Internet.

I don't know of any torque classes.

I don't know of any torque classes.

Way to be ignorant.

Torquescript = C++

classes as in college yes. because a college can give you certifications or degrees. these = jobs

highschool or private classes? no.
youtube lessons can teach you just fine. in a hobbyist kind of level.


I've made this: http://forum.blockland.us/index.php?topic=164498.0

Without taking any classes. Totaly from Scratch

No it isn't.

I'm going to assume you've never used either one before.

No it isn't.

It's kind of like it.

If you learn C++ and get familiar with it, Torque becomes easier to write.


And thanks for the answers. I guess I can spend my money on a gold-encrusted chocolate bar

I'm going to assume you've never used either one before.
Torquescript is torquescript. Not C++.
Sure it may be like it but they aren't the same thing.

I learn HTML stuffs from looking at source codes. Checka This Out.
Code: [Select]
<HTML><HEAD><TITLE>Common Sites</TITLE></HEAD>
<BODY>This is a page of URLs that I visit often.<br>
<a href='http://forum.blockland.us/'>The Blockland Forum</a>.<br>
<a href='http://www.google.com/reader/play'>Google Play</a>.<br>
<a href='http://mail.google.com'>Google Mail</a>.<br>
<a href='http://www.homestarrunnner.com/'>Homestar Runner</a>.<br>
<a href='http://http://www.waybackmachine.org/'>The Wayback Machine</a>.<br>
</BODY></HTML>
Just simple stuff. I'm not that into it.

Torquescript is torquescript. Not C++.
Sure it may be like it but they aren't the same thing.

See the post above you. If you know C++ in and out, you should be able to write torque if you're familiar with how things work. They use almost the same syntax as well.

I learn HTML stuffs from looking at source codes. Checka This Out.
Code: [Select]
<HTML><HEAD><TITLE>Common Sites</TITLE></HEAD>
<BODY>This is a page of URLs that I visit often.<br>
<a href='http://forum.blockland.us/'>The Blockland Forum</a>.<br>
<a href='http://www.google.com/reader/play'>Google Play</a>.<br>
<a href='http://mail.google.com'>Google Mail</a>.<br>
<a href='http://www.homestarrunnner.com/'>Homestar Runner</a>.<br>
<a href='http://http://www.waybackmachine.org/'>The Wayback Machine</a>.<br>
</BODY></HTML>
Just simple stuff. I'm not that into it.

Yes I am going to want to learn HTML and support my own web domain

I want to make a website dedicated to people making their own image/text adventures for others to participate in!

But then again I want to do too many things :(

I'm going to assume you've never used either one before.
Torquescript is based off c# not c++.
You're both kinda wrong and I'm right because I said so.