|
Until you sign up you can't do much. Yes, it's free.
|
|
|
|
|
|
|
 | / / / Viewing Topic
|  |
|
|
squirellplayingtag
Dairy Product Addict
Patron
|
Is it just me or does no one know who christina is. Glad to hear it. Java's easy. It's gay. I hate the class this year. We don't make games until were finished the curriculium.
------- "The most abundant element in the universe is hydrogen, then second is stupidity."-Harlan Ellison "What good fortune for our governments that the people do not think."-Hitler
|
|
|
|
|
|
|
mephisto mortis
Enlightened One
|
VB is also shit
------- Lifes a bitch. If it were a slut it'd be too easy.
|
|
|
|
|
sakurag
Visionary
Ad Free
|
If you aren't learning something, the class was a waste of time :{
------- I've got spurs that jingle jangle jingle. As I go riding merrily along. And they sing, "Oh, ain't you glad you're single?" And that song ain't so very far from wrong.
|
1:06 am on Sep. 14, 2004 | Joined Oct. 2002 | 518 Days Active Join to learn more about sakurag Washington, United States | Straight Male | 2120 Posts | 9394 Points
|
|
| |
|
|
( BBallAsh23 )
Savvy
Patron
Support Leader
Tech Support Leader
|
Well I suppose I'm learning, I mean I've never used VB before this class, so yeah I'm learning... Plus I'm gunna do my vocab homework in there tommorrow, lol. :p
------- Capt Jack Sparrow Group! Members Rides!!
|
|
|
|
|
sakurag
Visionary
Ad Free
|
squirell,It sounds like you're learning very boring Java things. Nothing really that fun. That's too bad, Java can do a lot of fun things. Though, now adays, I would prefer to use C# instead, since it is more Windows like, and I like writing windows apps. Writing code on paper is usually dumb. I've only had to do it in my very first pre-programming classes. They even dinged you for ;'s and {}'s, which is just plain stupid, since no real computer person writes all that crap out. Usually, in my classes, we get to write psuedocode, which makes life very easy. One things I like about java is this:
| Code: | Object getItem(String name) { return this.myCollection.get(name); }int addItem(Object obj, String name) { return this.myCollection.add(obj, name); } ... . MyCollection collection = new MyCollection( ); collection.addItem(50, "anInteger"); collection.addItem("hello world", "aString"); collection.addItem(new SomeObj( ), "just SomeObj"); int x = (int)collection.getItem("anInteger"); String s = (String)collection.getItem("aString"); SomeObj so = (SomeObj)collection.getItem("justSomeObj");
|
I think that is real power.
------- I've got spurs that jingle jangle jingle. As I go riding merrily along. And they sing, "Oh, ain't you glad you're single?" And that song ain't so very far from wrong.
|
2:02 pm on Sep. 14, 2004 | Joined Oct. 2002 | 518 Days Active Join to learn more about sakurag Washington, United States | Straight Male | 2120 Posts | 9394 Points
|
|
| |
|
|
|
|
|
|
sakurag
Visionary
Ad Free
|
Actually, I looked at this 'ap' package that comes with your course, you've got predefined classes.. you cheaters. Never mind about linked lists.
------- I've got spurs that jingle jangle jingle. As I go riding merrily along. And they sing, "Oh, ain't you glad you're single?" And that song ain't so very far from wrong.
|
11:20 am on Sep. 15, 2004 | Joined Oct. 2002 | 518 Days Active Join to learn more about sakurag Washington, United States | Straight Male | 2120 Posts | 9394 Points
|
|
| |
|
|
|
|
|
|
|
| Looking for something else?
|
|
|
|
|
|
 | / / / Viewing Topic |  |
|