Mandrake v9, downloaded from their website. It's free! cool...
I don't think linux is suitable for home and office users, because No DirectX games ever played, no.... However, I do agree that Linux is great for servers, for those background services things :D.
I knew I can complain much more about Linux, but I can't because this is .net forum.
I h*te everything in Linux, except its GUI look and feel. Cool...
I remember I can use windows in just a day or two without any teaching, but months and months for Linux. In addition to .gz.tar, there are also aliens devices (??) in /dev (?).
'check voltage drop value
If voltageDropPercent <= Val(INI_Info(120)) / 100 Then
Return conductorGauge & "," & groundGauge & "," & voltageDropPercent '<<<< Put break point here
Put a break point on this return line, and see when your function is exectuted, will it stop at the break point or not?
If nothing happen then it must be because voltageDropPercent > Val(INI_Info(120)) / 100 .
:rolleyes:
I suggest you to learn more about Debugger. I tell you I used to face this before when I started vb. :D
Linux is a completely new system for me. I used it for a month, but now I can't even install a software. How then? In those .gz things :D.
It will be difficult for me to start programming in Linux. Maybe I need to catch C++ first.
:) Decimal is the most precise number type. You can take a deep look at Iceplug's quote. Can someone show how to use array to extend the number places? :D
According to Mono project's timeline, C# compiler for linux will be available in late 2004 (framwork v1.0). Vb.net compiler for linux will be available in early 2005 (framework v1.2), and most-complete .net framework for linux (v1.4) will be available in late 2005.
I'm doubt what those C# and vb.net compilers used for? Since the compiled code in windows .net compiler is in IL codes, so what is needed to run on Linux platform is only a .net framework.
Thus, Is mono a compiler or a framework for Linux?
Java is a strong language. Someone somewhere will still use it for much longer time. I think next 5 years or so, it will be .net age, so I should start programming .net from now on. .Net will rock! :D
For 64bits number (decimal type?), it can hold as small as 0.0000000000000000001 (10^-19) and as big as 18,446,744,073,709,551,615 (2^64).
I am doubt how Windows Calculator App can even compute much more places.