i need your help with JAVA dudes...
yep
got an important test in 2 days, the last week was terribly stressful and i really need to learn quickly because i did absolutely nothing during the lessons - you wouldnt have done anything either if the teacher solves every example as soon as somebody say "sir, we got a lil problem here"
so if there is anybody out there who has basic knowledge about java scripting (in JOE [java oriented editor]) and is willing to help me, let me know please, it would be best to enter your MSN here or PM it to me... or icq... i will contact you as soon as i need help (so constantly tomorrow xDDD)
i need to know:
graphics... basically drawing lines (some times drawRect or drawCircle) and build a picture or a model or something, nothing too heavy.
loops... when to use them, when to use which and how to program them
classes... this is probably the hardest thing i need to know
thanks in advance !
// its more like ot than general discussion
on topic : wanna learn it too, so if there is some1 who can teach me PM me or contact me via msn ( )
thanks,
kraster
ps. gl shell @java test and in understanding it
Might wanna cast a look here.
Loops are pretty straight forward just have a look on the tutorial page.
For those two drawing functions, I suppose you need to draw them using for loops (printing a character like 'x' on each iteration) other wise you're looking at openGL which is really interesting but takes a bit of time to learn...
ex:
for (i = 0; i < 10; i++)
{
for (j = 0; i < 10; i++)
{
printf("%s", 'x');
}
}
will print a square of ten 'x' across and ten down.
Classes are also described in the tut.
I know C/C++but not java but I believe they're fairly similar though... So you can email me questions if not I'll try to be on msn, ask for my email by pm.
What course is this for? Part of your university or high school?
Any way, good luck!
€dit:
Sorry for the indentation,spaces get knocked off.
Might wanna cast a look here.
Loops are pretty straight forward just have a look on the tutorial page.
For those two drawing functions, I suppose you need to draw them using for loops (printing a character like 'x' on each iteration) other wise you're looking at openGL which is really interesting but takes a bit of time to learn...
ex:
for (i = 0; i < 10; i++)
{
for (j = 0; i < 10; i++)
{
printf("%s", 'x');
}
}
will print a square of ten 'x' across and ten down.Classes are also described in the tut.
I know C/C++but not java but I believe they're fairly similar though... So you can email me questions if not I'll try to be on msn, ask for my email by pm.
What course is this for? Part of your university or high school?Any way, good luck!
€dit:
Sorry for the indentation,spaces get knocked off.
hehe,would you also give a hand to me?
I have organised my Uni programm so that I will study C on sundays and it sometimes takes me much time to finish a single programm
(even if they are quite simple!)
Yeah sure I can't promise much because I'm very busy myself, but pm/email me if you ever need help
if u have some questions about JAVA( not java script) u can pm me easily.
uhm, test is over but thanks for help anyway mate s=) i got the help i needed and i think i was quite good
Did the tutorial help at all?
What was the test about?
Is it part of a university course?
Do you have kellogs for breakfast?
How tall are you?
@Gom : what studies are you doing? You wouldn't have an interest in OpenGL / OpenAL would you
For example...2 hours ago I finished a programm that calculates the Fibonnaci numbers...
not difficult.It's just that I am new to C programming (I know some Vbasic as well )
sometimes we have to make programms from our homes and send them by email and I can not come up with the solution so I desperately search google and I have noone to ask for help x]
If there is something I may need I will contact you (:
or post here :roll:
Questions about C, PHP, Unix Shell -->> me
arghhhh i was so hoping that you already were someone who could help me damn damn...
I wanted to put a bullet between the eyes of every penguin that didnt wanna screw to save its species.