Heehee hee.
-
I couldn't agree more. As a C++ developer I work hard to avoid any Microsoft specific code, because I do not want to become tied to their apron strings, or dependant on their ( buggy, unstable ) platform. Which I guess makes me a prime candidate for conversion to Java ;0))) Christian cg's Usenet posts
-
I couldn't agree more. As a C++ developer I work hard to avoid any Microsoft specific code, because I do not want to become tied to their apron strings, or dependant on their ( buggy, unstable ) platform. Which I guess makes me a prime candidate for conversion to Java ;0))) Christian cg's Usenet posts
Isn't it better to choose C#/J# if so? Well okay, it's Microsoft 100 % in those languages... but program in Java would be like program in plain Win32 API instead of ie. MFC, if you know what I mean. BTW the app perhaps will be aliiiitle bit faster or so in Java! :-D Rickard Andersson@Suza Computing C# and C++ programmer from SWEDEN! UIN: 50302279 E-Mail: nikado@pc.nu Speciality: I love C#, ASP.NET and C++!
-
I couldn't agree more. As a C++ developer I work hard to avoid any Microsoft specific code, because I do not want to become tied to their apron strings, or dependant on their ( buggy, unstable ) platform. Which I guess makes me a prime candidate for conversion to Java ;0))) Christian cg's Usenet posts
Umm, you don't think maybe this CG fixation of yours is getting just a *bit* out of hand... ? I mean, it's all well and good to have someone to look up to, but ya gotta live your own life & all too... :~
- Shog9 -
Aaah... It's time to relax. You know what that means: a glass of beer, your favorite ergo chair... And of course, The Code Project loaded on your Personal Computer System. So go on, and indulge yourself, put your feet up. Lean back and just enjoy the articles. After all, CP sooths even the savage :bob:
-
Isn't it better to choose C#/J# if so? Well okay, it's Microsoft 100 % in those languages... but program in Java would be like program in plain Win32 API instead of ie. MFC, if you know what I mean. BTW the app perhaps will be aliiiitle bit faster or so in Java! :-D Rickard Andersson@Suza Computing C# and C++ programmer from SWEDEN! UIN: 50302279 E-Mail: nikado@pc.nu Speciality: I love C#, ASP.NET and C++!
Programming in Java is nothing like programming with the Win32 API. Java is an OO language with a huge, portable class library. The Win32 API is a bunch of C functions used for Windows programming. Java is a lot more equivalent to C#/.NET. If portability is needed, Java is a great choice. If not, C#/.NET is the fun choice. Regards, Alvaro Insanity: doing the same thing over and over again and expecting different results. - Albert Einstein
-
Programming in Java is nothing like programming with the Win32 API. Java is an OO language with a huge, portable class library. The Win32 API is a bunch of C functions used for Windows programming. Java is a lot more equivalent to C#/.NET. If portability is needed, Java is a great choice. If not, C#/.NET is the fun choice. Regards, Alvaro Insanity: doing the same thing over and over again and expecting different results. - Albert Einstein
Yes, but I meant the level in how difficult it is to program in Java compared to C#/J# Java is more likley hardcoding compared with programming in C#/J#... understand!? :-D Rickard Andersson@Suza Computing C# and C++ programmer from SWEDEN! UIN: 50302279 E-Mail: nikado@pc.nu Speciality: I love C#, ASP.NET and C++!
-
Yes, but I meant the level in how difficult it is to program in Java compared to C#/J# Java is more likley hardcoding compared with programming in C#/J#... understand!? :-D Rickard Andersson@Suza Computing C# and C++ programmer from SWEDEN! UIN: 50302279 E-Mail: nikado@pc.nu Speciality: I love C#, ASP.NET and C++!
****Rickard Andersson wrote: Java is more likley hardcoding compared with programming in C#/J#... Why?
- Shog9 -
Aaah... It's time to relax. You know what that means: a glass of beer, your favorite ergo chair... And of course, The Code Project loaded on your Personal Computer System. So go on, and indulge yourself, put your feet up. Lean back and just enjoy the articles. After all, CP sooths even the savage :bob:
-
I couldn't agree more. As a C++ developer I work hard to avoid any Microsoft specific code, because I do not want to become tied to their apron strings, or dependant on their ( buggy, unstable ) platform. Which I guess makes me a prime candidate for conversion to Java ;0))) Christian cg's Usenet posts
Martin Marvinski wrote: cg's Usenet posts If you want to find all evidence of me passing on the web, you should also search for 'Ralph the Wonder Llama' ( serious ). I must say I'm chuffed that you spend so much time on me, Martin. I feel special. Christian come on all you MS suckups, defend your sugar-daddy now. - Chris Losinger - 11/07/2002
-
****Rickard Andersson wrote: Java is more likley hardcoding compared with programming in C#/J#... Why?
- Shog9 -
Aaah... It's time to relax. You know what that means: a glass of beer, your favorite ergo chair... And of course, The Code Project loaded on your Personal Computer System. So go on, and indulge yourself, put your feet up. Lean back and just enjoy the articles. After all, CP sooths even the savage :bob:
hmm... does Java have TCP classes and Windows classes etc? Rickard Andersson@Suza Computing C# and C++ programmer from SWEDEN! UIN: 50302279 E-Mail: nikado@pc.nu Speciality: I love C#, ASP.NET and C++!
-
hmm... does Java have TCP classes and Windows classes etc? Rickard Andersson@Suza Computing C# and C++ programmer from SWEDEN! UIN: 50302279 E-Mail: nikado@pc.nu Speciality: I love C#, ASP.NET and C++!
Donno about TCP, i haven't used Java heavily, but it certainly has window classes.
- Shog9 -
Aaah... It's time to relax. You know what that means: a glass of beer, your favorite ergo chair... And of course, The Code Project loaded on your Personal Computer System. So go on, and indulge yourself, put your feet up. Lean back and just enjoy the articles. After all, CP sooths even the savage :bob:
-
hmm... does Java have TCP classes and Windows classes etc? Rickard Andersson@Suza Computing C# and C++ programmer from SWEDEN! UIN: 50302279 E-Mail: nikado@pc.nu Speciality: I love C#, ASP.NET and C++!
****Rickard Andersson wrote: hmm... does Java have TCP classes and Windows classes etc? TCP classes?, Oh yes, i haven't seen anything in MFC or .NET that could be compared to all the nice network classes that Java (1.2+) provides. MFC (the code, not the result) is so ugly compared to AWT and Swing that it just ain't fair to compare, but .NET is so much a copy of the AWT approach that the extended class library makes it a winner in comparison. "It could have been worse, it could have been ME!" -Rincewind