| Author |
Message |
gungasnake
Posts: 4564
|
Anybody on A2K have any experience with or opinions of C#?
|
|
|
|
 |
parados
Posts: 8332
|
You won't be able to use it since the syntax doesn't allow for "KKK".
|
|
|
|
 |
gungasnake
Posts: 4564
|
Trying to determine whether the language itself is basically fubar or just the idiots responsible for a particular piece of code I'm looking at. I suspect it's the language...
|
|
|
|
 |
parados
Posts: 8332
|
I am not sure how you can determine if the language has problems if you don't understand the language.
If the code doesn't do what was intended then the problem is with the coder and not the language.
|
|
|
|
 |
gungasnake
Posts: 4564
|
The codes does what it was meant to do but is the closest thing I've ever seen to hieroglyphics in computer code and is totally unmaintainable. I'd like to convert it to Java if possible.
|
|
|
|
 |
parados
Posts: 8332
|
C is a computer language. Versions of C like several other languages are hard to read if you don't know the language. C is certainly easier to read than assembly language. If the code is well documented then it would be easy to maintain by someone familiar with C#.
If you want it in Java, then write it in java. Why spend the time whining about C# when you could be done with the code already? To my knowledge there isn't a "conversion" that will translate one higher level language to another. You need to write the java code using the logic used to write the C# code. C tends to be more efficient than java after it is compiled.
What is the purpose and placement of this code that you think you can convert it to java? Java tends to be for html pages and is compiled as the java program is run. C tends to be used for programming other than web pages and is compiled to assembly language before running.
|
|
|
|
 |
Monger
Posts: 3582
Location: Not far enough outside the beltway
|
| gungasnake wrote: |
| The codes does what it was meant to do but is the closest thing I've ever seen to hieroglyphics in computer code and is totally unmaintainable. I'd like to convert it to Java if possible. |
Funny, since a lot of people seem to find them quite similar.
Wikipedia: Comparison of Java and C#
|
|
|
|
 |
|
|
|
|
|
|
The time now is Fri Aug 08, 2008 1:43 pm :: All times are GMT - 7 Hours
Disclaimer - Terms of Use :: Privacy Policy :: Contact Us  :: Help
|