|
Until you sign up you can't do much. Yes, it's free.
|
|
|
|
|
|
|
 | / / / Viewing Topic
|  |
|
|
|
|
 LiveWire Humor
|
|
squirellplayingtag
Dairy Product Addict
Patron
|
The AP test for computer science is in Java. It use to be C or C++, I forget which. It's also a nice intro to OOP and free to use and develope!
------- "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
|
|
|
HartMage
Advisor
|
I dont know. How good is Java? Ive never personally dabbled with it. But my school also teaches C++. Which, from what i know, is like the ultimate programming language. I dont know how good that is either, but all of the programs on my comp say that they were made in C++, so i figure its pretty damn good!
|
|
|
chipmunk
Dairy Product Addict
|
a lot of people use C++ do make video games, it's semi difficult use, but fun once u learn how. java is weak compared to C++
------- o.O ('-') O.o
|
|
|
penguin burger
Dairy Product Addict
|
I read from somewhere that Java was meant to replace C++.
|
|
|
Duekiller
Dairy Product Addict
|
Java is like c++ in some aspect and it concentrates more on understanding programming logic. While C++ has a lot more technicalities and alot more power then Java. If I were to teach a course in programming I would use java.
------- Some days I am the dog, Some days I am the hydrant. In either case the sun shines in my face.
|
|
|
jinalyn
Omnipotent One
Patron
|
im starting to have a java programming language now.. from C to java... java is also good.. especially in making games..
------- You are the reason why my heart that was once broken into pieces is finally back into whole. -- Bryn
|
|
|
sakurag
Soothsayer
Patron
|
Like mentioned before, java is more of a conceptional language for beginning programming. What you gain is a vast library of objects and functions which are built in. It allows you to skip past some really messy syntax that C brings a long. C / C++ takes some time to get used to in terms of writing it. For instance: | Code: | for(int i = 1; i < N - 1; i++, Rn++, Ptn++) { (*Rn) = 3.0F * ( (*(RPtn + (*(Ptn + 1)))) - (*(RPtn + (*(Ptn - 1)))) ); } // end for | In java, you do not have to worry about the * or the & for using pointers. It's really handy, because as you can see, when I'm doing some mathematics, the *'s and *'s mean both multiply and deref.. and then I sometimes get confused, hence the massive amount of parens ;] Oh, and 50 points to anyone who knows what I'm attempting to do in this formula. An no, I 'm not multiplying a 3.0F by some other values. If you can tell me where this algorithm comes from or what it does, you get points. ;] And note, it's only part of it. (Edited by sakurag at 10:30 am on Oct. 25, 2005)
------- 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.
|
10:28 am on Oct. 25, 2005 | Joined: Oct. 2002 | Days Active: 852 Join to learn more about sakurag Washington, United States | Straight Male | Posts: 2,733 | Points: 12,090
|
|
| |
|
|
Misero
Dairy Product Addict
|
Java is simply a very good language to teach programming concepts with. It may not be quite as powerful or dynamic as C++ but that's besides the point.
------- "I am against religion because it teaches us to be satisfied with not understanding the world."
|
6:45 pm on April 9, 2006 | Joined: Sep. 2003 | Days Active: 130 Join to learn more about Misero United Kingdom | Straight Male | Posts: 696 | Points: 2,013
|
|
| |
|
|
shpadoinkle
Advisor
Patron
|
java sucks in my school, they should go back to c++
|
|
|
telomere13
Dairy Product Addict
Patron
Tech Support Leader
|
Java and C++ are both awful. The end. There are better object-oriented languages than both of them now. C++ makes the programmer do things that are really completely unnecessary, and Java isn't consistent or powerful enough to make up for its lack of flexibility. Java's simplified pointers, while generally very effective, can be limiting. C++ is touted as the best because "it's used more," but I think Java is actually the most commonly used language, and you'll see just as much C code as C++ in real programs (Linux is written in C).
------- http://www.golivewire.com/forums/peer-yatapys-support-a.html
|
10:12 am on May 14, 2006 | Joined: April 2005 | Days Active: 1,294 Join to learn more about telomere13 Wisconsin, United States | Label Free Male | Posts: 5,422 | Points: 31,332
|
|
| |
|
|
|
| Looking for something else?
|
|
|
|
|
|
 | / / / Viewing Topic |  |
|