[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4756: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3891)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4758: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3891)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4759: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3891)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4760: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3891)
Knights and Merchants • Toon onderwerp - Java

Java

Een apart forum voor alle projecten die met ontwikkeling van programma's voor KaM te maken hebben.

Moderators: Thunderwolf, The Dark Lord, hugo, merchant_992, jbsnorro

Re: Java

Berichtdoor King Harold » 07 mei 2009 09:57

Zo kun je het ook zien :lol:
De meeste mensen die ik ken echter, doen Java en dan nog onzorgvuldig ook. Dan is het al helemaal traag. Maar dan zeggen ze "maar CPU's zijn sneller dan ze waren dus dat maakt niet uit!" lol
CPU tijd verspillen omdat het toch gratis is? Is zoiets als water verspillen omdat het toch maar een paar cent per 1000L kost..

Maarja met Java kun je maar weinig "trucjes" doen om het echt sneller te maken..
King Harold
 
Berichten: 1242
Geregistreerd: 19 dec 2006 17:07

Re: Java

Berichtdoor misthafalls » 07 mei 2009 11:07

There is no such thing as coincidence only fate!
Avatar gebruiker
misthafalls
 
Berichten: 0
Geregistreerd: 15 maart 2009 15:11
Woonplaats: Enschede

Re: Java

Berichtdoor King Harold » 07 mei 2009 11:17

Tja Mono is nu sneller dan Microsoft's implementatie, dus daarvoor hoef je het niet te laten :lol:
Zitten zo hier een daar wel nog dingen in die niet helemaal werken maarja..

Maar dan kun je tenminste pointers gebruiken, en events (ipv de "listener hack")
En delegates (function pointers), dus je kan ook een thread opstarten op een method ipv een class. En nameless methods, je kan zelfs een thread opstarten met "alleen code"
En je kan gewoon native code callen (ipv de JNI hack, waarvoor de native code aangepast moet worden om er mee te werken, useless dus)
King Harold
 
Berichten: 1242
Geregistreerd: 19 dec 2006 17:07

Re: Java

Berichtdoor Caius Cosades » 08 mei 2009 09:40

Natuurlijk heeft java nog een voordeel .... Het is besturingssysteem ongerelateerd.
Maak iets in windows en je weet zeker dat het in Ubuntu/Linux/Mac ook werkt!
Caius Cosades
 
Berichten: 0
Geregistreerd: 03 maart 2009 14:45

Re: Java

Berichtdoor King Harold » 08 mei 2009 11:16

Niet altijd hoor, het is best makkelijk om een Java programma te schrijven dat wel platform afhankelijk is
King Harold
 
Berichten: 1242
Geregistreerd: 19 dec 2006 17:07

Re: Java

Berichtdoor misthafalls » 08 mei 2009 11:35

Dat is correct, echter de meeste java klassen zijn cross platform. De aantal die niet cross platform werken, die worden niet vaak gebruikt.
Het grappigste, in java, is dat de meeste platform afhankelijke klassen voor Linux zijn en niet voor Windows :P
There is no such thing as coincidence only fate!
Avatar gebruiker
misthafalls
 
Berichten: 0
Geregistreerd: 15 maart 2009 15:11
Woonplaats: Enschede

Re: Java

Berichtdoor Caius Cosades » 08 mei 2009 21:42

Mijn prof programmeren zegt als je platform affhankelijk programmeert in java ben je slecht bezig :P
Caius Cosades
 
Berichten: 0
Geregistreerd: 03 maart 2009 14:45

Re: Java

Berichtdoor King Harold » 08 mei 2009 21:57

Tja, de meeste "regulars" in C.L.C zeggen ook dat als je in C platform-afhankelijk programmeert je dan slecht bezig bent, en toch doet bijna iedereen dat :lol:
Maarja anders moet je er zelfs de hele tijd aan denken dat een char niet altijd 8 bits, maar CHAR_BIT bits ofziets, en dat een int niet altijd 2 bytes is en een long niet altijd 4 bytes (in Java zijn alle dingen die ik hier noemde 2 keer zo lang, en is er een "byte" voor 8 bits, ik zeg het maar even, misschien is er perongeluk iemand die dat niet weet)
King Harold
 
Berichten: 1242
Geregistreerd: 19 dec 2006 17:07

Vorige

Keer terug naar Fanwork / Development

Wie is er online

Gebruikers op dit forum: Geen geregistreerde gebruikers. en 0 gasten

cron