Hi
Is it even possible to optimize anything in Java?
When talking about C, there's always optimizing in the picture. With Java though, it seems to be different.
Anyone who got some info on this?
/Regards Per
/Regards Per
Well, the switch statement is exactoy what I wanted to skip. And as I was told that javascript could to it, I thoght that Java should be able to too. Oh well..
/Regards Per
This code is used to export a structure the programmer don't want to show.
example
c-file:
typedef struct cellCDT { int type; cellCDT *next; } cellCDT;
h-file:
typedef struct cellCDT *cellADT;
When used in this way only the c-file which exports the cellADT can access the internal...
Hi
Can anyone tell me if it's possble to disable all key/mouse inputs in windows NT4 and 2000?
In my own program that is :)
I would like my program to disable all but the a-z keys.
I think that the reason why you couldn't see the meaning rbobbitt, is that tek-tips uses the same code for italic text-formatting as the index for i.
So I would suggest not to use i inside [] here :)
With counter instead it'll look better:
for(int counter = 0; counter < 10; counter++ )...
Hi<br><br>Could anyone show me how to edit the boot.ini file?<br>I'm trying to add a bootoption for win98 on another harddrive.<br>When I choose the win98 option it complains about missing WinNT-files.<br><br>/Regards Per<br><br>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.