+ Reply to Thread
Results 1 to 10 of 10
Thread: java?
-
10-22-2008, 06:36 PM #1
Registered User
- Join Date
- Oct 2008
- Posts
- 15
java?
So is java the easiest language to learn? I want something easy to get me started.
-
10-23-2008, 06:02 AM #2
I have zero experience with Java. I started with HTML, then PHP, and now I'm learning C++.
"Workers of the world unite; you have nothing to lose but your chains." -Karl Marx
-
10-24-2008, 05:04 PM #3
Im new to all-net tools and Java
Hi guys im proud to have joined this forum.
Oh yeah but that is not the point of this post.
All I want to say is i'm a high school student learning
java by using Eclipse. I just started yesterday so I am
a complete newbie lol!! All I know how to do is start a project
or make a class. I hope this froum will help me in programming
even once I matser java and try something else.
Later,
SebastianLast edited by blacksabbath; 10-24-2008 at 05:22 PM. Reason: Typo
-
10-29-2008, 05:39 PM #4
Registered User
- Join Date
- Oct 2008
- Posts
- 15
wow! that helped bunches black sabbath, but anyway, ill start working on qbasic
-
10-29-2008, 06:06 PM #5
Registered User
- Join Date
- Oct 2008
- Posts
- 15
is there any specific program to learn it with?
-
10-30-2008, 06:25 PM #6
Registered User
- Join Date
- Oct 2008
- Posts
- 15
ignore my last post, I typed this in last night in qbasic:
-----------------------------------------------------------------------------
NUMBER = 1
AGAIN:
DOUBLE = NUMBER * 2
SQUARE = NUMBER * NUMBER
? NUMBER, DOUBLE, SQUARE
NUMBER = NUMBER + 1
IF NUMBER < 16 THEN GOTO AGAIN
END
-----------------------------------------------------------------------------
I pressed F5 and it highlighted the word DOUBLE and gave me an error message.
I don't understand what I did wrong. why did it show the error message?
-
11-01-2008, 12:04 AM #7
Registered User
- Join Date
- Oct 2008
- Posts
- 15
yeah. ill probably move to that soon. qbasic is really easy and a little boring
-
11-04-2008, 06:17 PM #8
Registered User
- Join Date
- Oct 2008
- Posts
- 15
Yeah. That's awesome.
-
11-04-2008, 06:32 PM #9
Registered User
- Join Date
- Oct 2008
- Posts
- 15
so should I use:
visual studio .net
dev- c++
unix, linux?
-
11-15-2008, 05:36 PM #10
Registered User
- Join Date
- Oct 2008
- Posts
- 15
ok thanks.


Reply With Quote

