Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. This months WDM

This months WDM

Scheduled Pinned Locked Moved The Lounge
csharpc++javatutorialquestion
58 Posts 19 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Christian Graus

    In WDM this month is an article on why we should use C# over C++ '95% of the time'. It's not on the website, but if you don't have the mag, the gist of it is that C++ is too hard. It's anti C++ example is that C++ did not always have a string class, and it's pro C# example is properties, which it says are essential for developing GUI's, and the existence of the standards committee, which it says is the reason that C++ does not have properties. He also says that Sun has committed suicide by litigating Microsoft out of access to Java. I'm just astounded. Has anyone else read this drivel ? Does anyone agree with him ? Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002
    C# will attract all comers, where VB is for IT Journalists and managers - Michael P Butler 05-12-2002
    It'd probably be fairly easy to make a bot that'd post random stupid VB questions, and nobody would probably ever notice - benjymous - 21-Jan-2003

    P Offline
    P Offline
    peterchen
    wrote on last edited by
    #22

    I haven't readthe drivel, but a) C++ is much harder than C# * b) If C++ came with a decent array and string class from the very beginning, my life would have been much better ;) I know it's controversial - but STL ain't the answer to this quesiton. c) Properties are fun! I don't think they are "missing" from C++, but they allow a much easier to reuse library design. I don't think this is limited to GUI, or especially that properties shine with GUI libs - except perhaps that they need lots of props. d) I don't know poop about Sun. *) I know that programming is much more than just the language: but if you have to handle three things: language, methodology, and API - you want to make sure that the tools fit your hand nicely.


    So many people long for eternity that don't know what to do on a rainy sunday afternoon.
    [sighist] | [Agile Programming] [doxygen]
    If you look for evil in me you will find it whether it's there or not.

    C 1 Reply Last reply
    0
    • C Christian Graus

      Nemanja Trifunovic wrote: Let me know when you start learning Haskell - I may join you. Funny you mention that, my boss has been showing me some Haskell recently and I've decided to learn it soon. Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002
      C# will attract all comers, where VB is for IT Journalists and managers - Michael P Butler 05-12-2002
      It'd probably be fairly easy to make a bot that'd post random stupid VB questions, and nobody would probably ever notice - benjymous - 21-Jan-2003

      N Offline
      N Offline
      Nemanja Trifunovic
      wrote on last edited by
      #23

      Christian Graus wrote: Funny you mention that, my boss has been showing me some Haskell recently and I've decided to learn it soon. :omg:

      1 Reply Last reply
      0
      • C Christian Graus

        Microsoft signed a contract, and broke it for no other reason than to hurt Java's cross platform abilities. Sun sued. So they should have. Java has a lively existence outside of the Windows world, and will continue to make Sun money regardless of what happens to them and Microsoft. Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002
        C# will attract all comers, where VB is for IT Journalists and managers - Michael P Butler 05-12-2002
        It'd probably be fairly easy to make a bot that'd post random stupid VB questions, and nobody would probably ever notice - benjymous - 21-Jan-2003

        T Offline
        T Offline
        Terry Denham
        wrote on last edited by
        #24

        Christian Graus wrote: Microsoft signed a contract, and broke it for no other reason than to hurt Java's cross platform abilities Christian, I disagree with you on this one. MS had a open license to extend the JVM and language so MS developed whe Windows Foundation Classes to give Java developers access to core Win32 functionality. This was just an extension and I remember the IDE giving you a warning when you first added the WFC support into your project. Now the MS JVM has some compatability problems but this is because it's a 1.0 version of the JDK and MS either didn't want or couldn't get a new license from Sun to improve it. Now I'm not saying that MS was altruistic and a great benefactor in developing the MS JVM or the WFC but Sun is not without blame in all of this either. Now I know you hate MS almost as much as you hate GWB but you really should try to be more open minded and not see conspiracy around every corner. The sky is not falling chicken little.

        C 1 Reply Last reply
        0
        • P peterchen

          I haven't readthe drivel, but a) C++ is much harder than C# * b) If C++ came with a decent array and string class from the very beginning, my life would have been much better ;) I know it's controversial - but STL ain't the answer to this quesiton. c) Properties are fun! I don't think they are "missing" from C++, but they allow a much easier to reuse library design. I don't think this is limited to GUI, or especially that properties shine with GUI libs - except perhaps that they need lots of props. d) I don't know poop about Sun. *) I know that programming is much more than just the language: but if you have to handle three things: language, methodology, and API - you want to make sure that the tools fit your hand nicely.


          So many people long for eternity that don't know what to do on a rainy sunday afternoon.
          [sighist] | [Agile Programming] [doxygen]
          If you look for evil in me you will find it whether it's there or not.

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #25

          peterchen wrote: C++ is much harder than C# I disagree. It's got more features, that does not mean you need to use them. peterchen wrote: If C++ came with a decent array and string class from the very beginning, my life would have been much better I know it's controversial - but STL ain't the answer to this quesiton. I agree, partially. STL *does* answer this question, and not being there in the beginning is irrelevant to new projects. peterchen wrote: Properties are fun! No argument here. But I don't see the link to GUI development, much less how they are more than just 'fun'. They are syntactic sugar, not a showstopper. Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002
          C# will attract all comers, where VB is for IT Journalists and managers - Michael P Butler 05-12-2002
          It'd probably be fairly easy to make a bot that'd post random stupid VB questions, and nobody would probably ever notice - benjymous - 21-Jan-2003

          J P 2 Replies Last reply
          0
          • T Terry Denham

            Christian Graus wrote: Microsoft signed a contract, and broke it for no other reason than to hurt Java's cross platform abilities Christian, I disagree with you on this one. MS had a open license to extend the JVM and language so MS developed whe Windows Foundation Classes to give Java developers access to core Win32 functionality. This was just an extension and I remember the IDE giving you a warning when you first added the WFC support into your project. Now the MS JVM has some compatability problems but this is because it's a 1.0 version of the JDK and MS either didn't want or couldn't get a new license from Sun to improve it. Now I'm not saying that MS was altruistic and a great benefactor in developing the MS JVM or the WFC but Sun is not without blame in all of this either. Now I know you hate MS almost as much as you hate GWB but you really should try to be more open minded and not see conspiracy around every corner. The sky is not falling chicken little.

            C Offline
            C Offline
            Christian Graus
            wrote on last edited by
            #26

            Terry Denham wrote: Now I know you hate MS almost as much as you hate GWB You're correct here. But I suspect you have no idea of the degree to which I hate either of them. Terry Denham wrote: but Sun is not without blame in all of this either. No argument, Scott McNealy is clearly over passionate in his hate for MS, and that at least partially because Bill is richer than he is. Terry Denham wrote: you really should try to be more open minded The funny thing is that I am told that most often by closed minded people because I refuse to fit any stereotype and work hard to think for myself. Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002
            C# will attract all comers, where VB is for IT Journalists and managers - Michael P Butler 05-12-2002
            It'd probably be fairly easy to make a bot that'd post random stupid VB questions, and nobody would probably ever notice - benjymous - 21-Jan-2003

            T 1 Reply Last reply
            0
            • N Nish Nishant

              Colin Davies wrote: Seriously, I'm finding all these court cases to confusing to follow. Me too. I never understood why they file suites for opposite reasons from the previous case every year Nish


              Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]

              C Offline
              C Offline
              Christian Graus
              wrote on last edited by
              #27

              In principle I believe it's that Microsoft signed a contract regarding Java, in which they would not change the language, and they would include it with Windows. But I agree that it's all a little silly now. Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002
              C# will attract all comers, where VB is for IT Journalists and managers - Michael P Butler 05-12-2002
              It'd probably be fairly easy to make a bot that'd post random stupid VB questions, and nobody would probably ever notice - benjymous - 21-Jan-2003

              1 Reply Last reply
              0
              • C Christian Graus

                Nemanja Trifunovic wrote: Let me know when you start learning Haskell - I may join you. Funny you mention that, my boss has been showing me some Haskell recently and I've decided to learn it soon. Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002
                C# will attract all comers, where VB is for IT Journalists and managers - Michael P Butler 05-12-2002
                It'd probably be fairly easy to make a bot that'd post random stupid VB questions, and nobody would probably ever notice - benjymous - 21-Jan-2003

                C Offline
                C Offline
                Chris Austin
                wrote on last edited by
                #28

                Always a good way to learn "International Obfuscated Haskell Code Contest" http://iohc.mgoetze.net/[^] But I, being poor, have only my dreams. I have spread my dreams under your feet; Tread softly, because you tread on my dreams. - Yeats

                1 Reply Last reply
                0
                • C Christian Graus

                  Terry Denham wrote: Now I know you hate MS almost as much as you hate GWB You're correct here. But I suspect you have no idea of the degree to which I hate either of them. Terry Denham wrote: but Sun is not without blame in all of this either. No argument, Scott McNealy is clearly over passionate in his hate for MS, and that at least partially because Bill is richer than he is. Terry Denham wrote: you really should try to be more open minded The funny thing is that I am told that most often by closed minded people because I refuse to fit any stereotype and work hard to think for myself. Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002
                  C# will attract all comers, where VB is for IT Journalists and managers - Michael P Butler 05-12-2002
                  It'd probably be fairly easy to make a bot that'd post random stupid VB questions, and nobody would probably ever notice - benjymous - 21-Jan-2003

                  T Offline
                  T Offline
                  Terry Denham
                  wrote on last edited by
                  #29

                  Christian Graus wrote: The funny thing is that I am told that most often by closed minded people because I refuse to fit any stereotype and work hard to think for myself Hmm, maybe its because your so outspoken in your opinions. I don't know you but reading your comments and articles I can tell your an intelligent guy and you probably look into subjects to form your opinions and not just arrive at them off-the-cuff, but it sounds like once your make up your mind, you are intractable.

                  C 1 Reply Last reply
                  0
                  • T Terry Denham

                    Christian Graus wrote: The funny thing is that I am told that most often by closed minded people because I refuse to fit any stereotype and work hard to think for myself Hmm, maybe its because your so outspoken in your opinions. I don't know you but reading your comments and articles I can tell your an intelligent guy and you probably look into subjects to form your opinions and not just arrive at them off-the-cuff, but it sounds like once your make up your mind, you are intractable.

                    C Offline
                    C Offline
                    Christian Graus
                    wrote on last edited by
                    #30

                    Terry Denham wrote: but it sounds like once your make up your mind, you are intractable. LOL - I'll admit to being pig headed, that's for sure. But my slow but steady conversion to C# would hopfully indicate that I can keep an open mind, and change my position, although whatever my position is, I'm likely to fight hard for it :) Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002
                    C# will attract all comers, where VB is for IT Journalists and managers - Michael P Butler 05-12-2002
                    It'd probably be fairly easy to make a bot that'd post random stupid VB questions, and nobody would probably ever notice - benjymous - 21-Jan-2003

                    T L 2 Replies Last reply
                    0
                    • R Rob Graham

                      Christian Graus wrote: But Sun litigated because Microsoft broke their contract and changed the language. Had they let that happen, THAT would have been suicide. I have seen that said quite frequently, and it has always struck me as Sun propaganda to a large extent. I used J++ and Java both early on (before both became a litigation rather than a languages) and IMO what Microsoft did was extend java with specially formatted comments to facilitate interop with COM. I suppose that in the litteral legal interpretation of the contract this might not have been allowed. None of the 'standard' features were changed: you could still write 'pure' java code in j++. I have since then seen some other JAVA/COM interop approaches that do not 'violate' the 'purity' of the java language (they are nontheless not portable to systems without com - i.e. non-windows environments), so Microsoft could be faulted for not thinking its approach through enough. The loser in all this, though, is SUN, since JAVA is now likely to be a small player on the desktop, and MicroSoft was forced to develop .Net as a replacement for java (which they might well have stayed with without the lawsuit...). I fail to see where Sun has gained anything, but can certainly see where it lost opportunity. BTW I am no great fan of MicroSoft. The are vicious and overbearing as a competitor, and deserved to lose the anti-monoploy suit. Sun, however, is not much better, just smaller and less noticable... Some ideas are so stupid that only an intellectual could have thought of them - George Orwell

                      J Offline
                      J Offline
                      JasonSmith
                      wrote on last edited by
                      #31

                      The version of Java that Microsoft put out was so compatible that you could compile your Java class files and run it on a Solaris box. And it would run flawlessly. The only part that would not work was any part that used the com.ms.whatever packages, and if a developer is too stupid to realize that com.ms is a Microsoft-specific package, then he should be flogged!

                      1 Reply Last reply
                      0
                      • C Christian Graus

                        Nemanja Trifunovic wrote: Let me know when you start learning Haskell - I may join you. Funny you mention that, my boss has been showing me some Haskell recently and I've decided to learn it soon. Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002
                        C# will attract all comers, where VB is for IT Journalists and managers - Michael P Butler 05-12-2002
                        It'd probably be fairly easy to make a bot that'd post random stupid VB questions, and nobody would probably ever notice - benjymous - 21-Jan-2003

                        J Offline
                        J Offline
                        Jorgen Sigvardsson
                        wrote on last edited by
                        #32

                        Haskell is pretty darn fun. Although, I've never done anything serious with it. Perfect language for teaching type theory. :) -- Chatai. Yana ra Yakana ro futisha ta?

                        1 Reply Last reply
                        0
                        • C Christian Graus

                          peterchen wrote: C++ is much harder than C# I disagree. It's got more features, that does not mean you need to use them. peterchen wrote: If C++ came with a decent array and string class from the very beginning, my life would have been much better I know it's controversial - but STL ain't the answer to this quesiton. I agree, partially. STL *does* answer this question, and not being there in the beginning is irrelevant to new projects. peterchen wrote: Properties are fun! No argument here. But I don't see the link to GUI development, much less how they are more than just 'fun'. They are syntactic sugar, not a showstopper. Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002
                          C# will attract all comers, where VB is for IT Journalists and managers - Michael P Butler 05-12-2002
                          It'd probably be fairly easy to make a bot that'd post random stupid VB questions, and nobody would probably ever notice - benjymous - 21-Jan-2003

                          J Offline
                          J Offline
                          Jorgen Sigvardsson
                          wrote on last edited by
                          #33

                          Christian Graus wrote: No argument here. But I don't see the link to GUI development, much less how they are more than just 'fun'. They are syntactic sugar, not a showstopper. I for one would like to see that syntactic sugar implemented. But only if you can treat them as first class citizens - i.e. being able to take the adress of them (and consequently reference them). That could indeed be interesting! -- Chatai. Yana ra Yakana ro futisha ta?

                          C 1 Reply Last reply
                          0
                          • J Jorgen Sigvardsson

                            Christian Graus wrote: No argument here. But I don't see the link to GUI development, much less how they are more than just 'fun'. They are syntactic sugar, not a showstopper. I for one would like to see that syntactic sugar implemented. But only if you can treat them as first class citizens - i.e. being able to take the adress of them (and consequently reference them). That could indeed be interesting! -- Chatai. Yana ra Yakana ro futisha ta?

                            C Offline
                            C Offline
                            Christian Graus
                            wrote on last edited by
                            #34

                            Jörgen Sigvardsson wrote: i.e. being able to take the adress of them (and consequently reference them). But how would that work ? If I have a string property, but it really stores and retrieves a value from the database, what would the address point to ? Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002
                            C# will attract all comers, where VB is for IT Journalists and managers - Michael P Butler 05-12-2002
                            It'd probably be fairly easy to make a bot that'd post random stupid VB questions, and nobody would probably ever notice - benjymous - 21-Jan-2003

                            J 1 Reply Last reply
                            0
                            • C Christian Graus

                              peterchen wrote: C++ is much harder than C# I disagree. It's got more features, that does not mean you need to use them. peterchen wrote: If C++ came with a decent array and string class from the very beginning, my life would have been much better I know it's controversial - but STL ain't the answer to this quesiton. I agree, partially. STL *does* answer this question, and not being there in the beginning is irrelevant to new projects. peterchen wrote: Properties are fun! No argument here. But I don't see the link to GUI development, much less how they are more than just 'fun'. They are syntactic sugar, not a showstopper. Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002
                              C# will attract all comers, where VB is for IT Journalists and managers - Michael P Butler 05-12-2002
                              It'd probably be fairly easy to make a bot that'd post random stupid VB questions, and nobody would probably ever notice - benjymous - 21-Jan-2003

                              P Offline
                              P Offline
                              peterchen
                              wrote on last edited by
                              #35

                              well, I'm fine with most of these points - as long as I'm developing on my own. However, if you go into a team, and have to work with different libraries, things change: one likes this, one likes that. Lib A uses this feature, Lib B uses that. For an "industrial strength" project you need to be fluid in most features. Properties can be more than syntactic sugar: used properly, they gurantee and enforce a certain style (e.g. setting .Background to Red does redraw immediately). So, while being syntactic sugar, they make liefe easier. STL: to use it as simple vector-and-string it's very crude syntactically, and ignores it's real power (which needs much deeper understanding of both templates, and the STL architecture. But well, that's my pet peeve with it: For most jobs it's to perfect a tool...


                              So many people long for eternity that don't know what to do on a rainy sunday afternoon.
                              [sighist] | [Agile Programming] [doxygen]
                              If you look for evil in me you will find it whether it's there or not.

                              C 1 Reply Last reply
                              0
                              • P peterchen

                                well, I'm fine with most of these points - as long as I'm developing on my own. However, if you go into a team, and have to work with different libraries, things change: one likes this, one likes that. Lib A uses this feature, Lib B uses that. For an "industrial strength" project you need to be fluid in most features. Properties can be more than syntactic sugar: used properly, they gurantee and enforce a certain style (e.g. setting .Background to Red does redraw immediately). So, while being syntactic sugar, they make liefe easier. STL: to use it as simple vector-and-string it's very crude syntactically, and ignores it's real power (which needs much deeper understanding of both templates, and the STL architecture. But well, that's my pet peeve with it: For most jobs it's to perfect a tool...


                                So many people long for eternity that don't know what to do on a rainy sunday afternoon.
                                [sighist] | [Agile Programming] [doxygen]
                                If you look for evil in me you will find it whether it's there or not.

                                C Offline
                                C Offline
                                Christian Graus
                                wrote on last edited by
                                #36

                                peterchen wrote: Properties can be more than syntactic sugar: used properly, they gurantee and enforce a certain style (e.g. setting .Background to Red does redraw immediately). So, while being syntactic sugar, they make liefe easier. How does this differ to setting.SetBackground( RGB(255, 0, 0)) also enforcing a redraw ? It's the same thing, a set method instead of a raw variable. peterchen wrote: to use it as simple vector-and-string it's very crude syntactically, and ignores it's real power True, just as it's possible to use C++ and ignore other powerful features. Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002
                                C# will attract all comers, where VB is for IT Journalists and managers - Michael P Butler 05-12-2002
                                It'd probably be fairly easy to make a bot that'd post random stupid VB questions, and nobody would probably ever notice - benjymous - 21-Jan-2003

                                P 1 Reply Last reply
                                0
                                • C Christian Graus

                                  peterchen wrote: Properties can be more than syntactic sugar: used properly, they gurantee and enforce a certain style (e.g. setting .Background to Red does redraw immediately). So, while being syntactic sugar, they make liefe easier. How does this differ to setting.SetBackground( RGB(255, 0, 0)) also enforcing a redraw ? It's the same thing, a set method instead of a raw variable. peterchen wrote: to use it as simple vector-and-string it's very crude syntactically, and ignores it's real power True, just as it's possible to use C++ and ignore other powerful features. Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002
                                  C# will attract all comers, where VB is for IT Journalists and managers - Michael P Butler 05-12-2002
                                  It'd probably be fairly easy to make a bot that'd post random stupid VB questions, and nobody would probably ever notice - benjymous - 21-Jan-2003

                                  P Offline
                                  P Offline
                                  peterchen
                                  wrote on last edited by
                                  #37

                                  Christian Graus wrote: How does this differ to setting.SetBackground( RGB(255, 0, 0)) you obviously never worked with a library that required you to call ResetImage, or ReinitializeImage, or both, after such a grave change ;) I agree, the same thing can be achieved without properties. And properties can be abused as well. ok ok... they are sugar - but I like candy! :cool: off to bed now... good nite.


                                  So many people long for eternity that don't know what to do on a rainy sunday afternoon.
                                  [sighist] | [Agile Programming] [doxygen]
                                  If you look for evil in me you will find it whether it's there or not.

                                  1 Reply Last reply
                                  0
                                  • C Christian Graus

                                    Terry Denham wrote: but it sounds like once your make up your mind, you are intractable. LOL - I'll admit to being pig headed, that's for sure. But my slow but steady conversion to C# would hopfully indicate that I can keep an open mind, and change my position, although whatever my position is, I'm likely to fight hard for it :) Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002
                                    C# will attract all comers, where VB is for IT Journalists and managers - Michael P Butler 05-12-2002
                                    It'd probably be fairly easy to make a bot that'd post random stupid VB questions, and nobody would probably ever notice - benjymous - 21-Jan-2003

                                    T Offline
                                    T Offline
                                    Terry Denham
                                    wrote on last edited by
                                    #38

                                    Christian Graus wrote: slow but steady conversion to C# I just went out and looked at your article count. Man have you been busy writing stuff in C#. I can't wait to get off this year two year long project and work with some new stuff. :cool:

                                    C 1 Reply Last reply
                                    0
                                    • C Christian Graus

                                      Terry Denham wrote: but it sounds like once your make up your mind, you are intractable. LOL - I'll admit to being pig headed, that's for sure. But my slow but steady conversion to C# would hopfully indicate that I can keep an open mind, and change my position, although whatever my position is, I'm likely to fight hard for it :) Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002
                                      C# will attract all comers, where VB is for IT Journalists and managers - Michael P Butler 05-12-2002
                                      It'd probably be fairly easy to make a bot that'd post random stupid VB questions, and nobody would probably ever notice - benjymous - 21-Jan-2003

                                      L Offline
                                      L Offline
                                      Lost User
                                      wrote on last edited by
                                      #39

                                      Christian Graus wrote: LOL - I'll admit to being pig headed, that's for sure. It must be getting harder and harder to hide this as you get older. I suggest growing a beard. ;P Michael Martin Australia mjm68@tpg.com.au "I personally love it because I can get as down and dirty as I want on the backend, while also being able to dabble with fun scripting and presentation games on the front end." - Chris Maunder 15/07/2002

                                      C 1 Reply Last reply
                                      0
                                      • T Terry Denham

                                        Christian Graus wrote: slow but steady conversion to C# I just went out and looked at your article count. Man have you been busy writing stuff in C#. I can't wait to get off this year two year long project and work with some new stuff. :cool:

                                        C Offline
                                        C Offline
                                        Christian Graus
                                        wrote on last edited by
                                        #40

                                        Terry Denham wrote: Man have you been busy writing stuff in C#. *grin* The image processing articles were my first C# code. I admit to being selfish, my magazine and CP articles are all written to give me projects to help me learn stuff. Now that I use C# at work, I am using J2EE at home. I do miss C++, but for the time being my skill level is high enough that I'm better off building skills elsewhere. Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002
                                        C# will attract all comers, where VB is for IT Journalists and managers - Michael P Butler 05-12-2002
                                        It'd probably be fairly easy to make a bot that'd post random stupid VB questions, and nobody would probably ever notice - benjymous - 21-Jan-2003

                                        K 1 Reply Last reply
                                        0
                                        • L Lost User

                                          Christian Graus wrote: LOL - I'll admit to being pig headed, that's for sure. It must be getting harder and harder to hide this as you get older. I suggest growing a beard. ;P Michael Martin Australia mjm68@tpg.com.au "I personally love it because I can get as down and dirty as I want on the backend, while also being able to dabble with fun scripting and presentation games on the front end." - Chris Maunder 15/07/2002

                                          C Offline
                                          C Offline
                                          Christian Graus
                                          wrote on last edited by
                                          #41

                                          Hi Michael. Have I told you to get stuffed lately ? :) So how's life in Sydney ? Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002
                                          C# will attract all comers, where VB is for IT Journalists and managers - Michael P Butler 05-12-2002
                                          It'd probably be fairly easy to make a bot that'd post random stupid VB questions, and nobody would probably ever notice - benjymous - 21-Jan-2003

                                          L 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups