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. Should I take the time to learn C#

Should I take the time to learn C#

Scheduled Pinned Locked Moved The Lounge
csharpc++javatools
45 Posts 18 Posters 12 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.
  • R Richard Stringer

    As an old C and C++ programmer - I mean from the dawn of the languages - is there a concrete reason why I should make the investment in time ( I have the tools already ) to learn the language. What exactly does the language provide that C or C++ does not. I was told several years ago that in order to keep up I would need to learn VB ( HA!) and Java which I never did and never regretted. As a matter of fact my company made some bucks writting DLL's for people to use in their VB apps. Richard I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones. Albert Einstein

    D Offline
    D Offline
    David Stone
    wrote on last edited by
    #2

    Yes. A few reasons: 1)Apparently, Managed C++ is crap. (Christian Graus, Chris Maunder, Marc Clifton, etc. all say this) 2)Apparently, VB.NET is crap. (Everbody, even Paul Watson, CP's resident VBer says this) 3)J#.NET is crap. (This is a given) 4)Who cares about Eiffel or any of the other third party .NET languages. 5)C# is an ECMA standard. 6)C# was made for .NET 7)C# is cool. Ergo, you must learn C#.:) [edit]I just realized I didn't answer what facilities C# offers. The answer is the .NET framework. We've already established that C++.NET is crap, so you can really only get to .NET from C#, and .NET is the future.[/edit]


    any idiot can write haiku you just stop at seventeenth syl -ThinkGeek Fortunes

    R C N 3 Replies Last reply
    0
    • R Richard Stringer

      As an old C and C++ programmer - I mean from the dawn of the languages - is there a concrete reason why I should make the investment in time ( I have the tools already ) to learn the language. What exactly does the language provide that C or C++ does not. I was told several years ago that in order to keep up I would need to learn VB ( HA!) and Java which I never did and never regretted. As a matter of fact my company made some bucks writting DLL's for people to use in their VB apps. Richard I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones. Albert Einstein

      T Offline
      T Offline
      TigerNinja_
      wrote on last edited by
      #3

      Richard Stringer wrote: is there a concrete reason why I should make the investment in time ( I have the tools already ) to learn the language If you want to get a job in N-tier client/server development Richard Stringer wrote: What exactly does the language provide that C or C++ does not memory management via garbage collection, great class framework FCL, especially for XML related programming. type safe .


      R.Bischoff | C++   .NET, Kommst du mit?

      1 Reply Last reply
      0
      • R Richard Stringer

        As an old C and C++ programmer - I mean from the dawn of the languages - is there a concrete reason why I should make the investment in time ( I have the tools already ) to learn the language. What exactly does the language provide that C or C++ does not. I was told several years ago that in order to keep up I would need to learn VB ( HA!) and Java which I never did and never regretted. As a matter of fact my company made some bucks writting DLL's for people to use in their VB apps. Richard I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones. Albert Einstein

        A Offline
        A Offline
        Alvaro Mendez
        wrote on last edited by
        #4

        There are plenty of comparisons out there between C# and C++. Each language has its pros and cons. Perhaps the best reason to learn C# is that it's the wave of the future for Windows programming. I also like the fact that its syntax is similar to C++ and Java, so it's easy to get acquainted with. Regards, Alvaro


        All you need in this life is ignorance and confidence, and then success is sure. -- Mark Twain

        1 Reply Last reply
        0
        • R Richard Stringer

          As an old C and C++ programmer - I mean from the dawn of the languages - is there a concrete reason why I should make the investment in time ( I have the tools already ) to learn the language. What exactly does the language provide that C or C++ does not. I was told several years ago that in order to keep up I would need to learn VB ( HA!) and Java which I never did and never regretted. As a matter of fact my company made some bucks writting DLL's for people to use in their VB apps. Richard I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones. Albert Einstein

          M Offline
          M Offline
          Member 96
          wrote on last edited by
          #5

          I'm an "old time" c and c++ programmer, not quite from the dawn, but I have used CPM, JCL and 7 inch floppy disks I bought a book some time ago called "A programmers introduction to C#" and found it was just perfect for someone with a lot of C++ experience wanting to get an idea of what it's all about. http://www.amazon.com/exec/obidos/tg/detail/-/1893115623/qid=1045773783/sr=8-1/ref=sr_8_1/103-4232208-5526231?v=glance&s=books&n=507846[^] This led me to try it and find it extremely useful for certain situations. However my bias is that I am a partner in a very small software development shop where we are doing extremely well and time to market is becoming increasingly important to us. I wouldn't use Visual Basic on principles but found that C# is a nice middle ground between C and VB but you get all the nice goodies that make things much faster. If you are the sort of person that likes to tweak algorithms for fun you probably won't find any use for C#. I guess the only other argument which I really don't care about personally is that it seems that an increasingly C# is featuring in more help wanted ad's.

          R T C 3 Replies Last reply
          0
          • D David Stone

            Yes. A few reasons: 1)Apparently, Managed C++ is crap. (Christian Graus, Chris Maunder, Marc Clifton, etc. all say this) 2)Apparently, VB.NET is crap. (Everbody, even Paul Watson, CP's resident VBer says this) 3)J#.NET is crap. (This is a given) 4)Who cares about Eiffel or any of the other third party .NET languages. 5)C# is an ECMA standard. 6)C# was made for .NET 7)C# is cool. Ergo, you must learn C#.:) [edit]I just realized I didn't answer what facilities C# offers. The answer is the .NET framework. We've already established that C++.NET is crap, so you can really only get to .NET from C#, and .NET is the future.[/edit]


            any idiot can write haiku you just stop at seventeenth syl -ThinkGeek Fortunes

            R Offline
            R Offline
            Richard Stringer
            wrote on last edited by
            #6

            Then you assume that .NET is gonna stay around and that C# as a language is tied to it and is not very good as a standalone language in its own right. Not that I am web developer anyway because that is only , at best, 5-10% of our work - although it could be more in the future. Cool is not a factor - If I want to be cool I turn on the AC and code some Assembler. What I want to be is efficient and to not get to far behind the curve in Windows development. Richard I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones. Albert Einstein

            C T 2 Replies Last reply
            0
            • R Richard Stringer

              As an old C and C++ programmer - I mean from the dawn of the languages - is there a concrete reason why I should make the investment in time ( I have the tools already ) to learn the language. What exactly does the language provide that C or C++ does not. I was told several years ago that in order to keep up I would need to learn VB ( HA!) and Java which I never did and never regretted. As a matter of fact my company made some bucks writting DLL's for people to use in their VB apps. Richard I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones. Albert Einstein

              S Offline
              S Offline
              Stephane Rodriguez
              wrote on last edited by
              #7

              Since a programming language is only a mean to an end, the question is whether it delivers. It it helps the programmer deliver on time robust solutions, ie provides the right tool at the right place at the right time, then it's probably because it's worth it.

              1 Reply Last reply
              0
              • M Member 96

                I'm an "old time" c and c++ programmer, not quite from the dawn, but I have used CPM, JCL and 7 inch floppy disks I bought a book some time ago called "A programmers introduction to C#" and found it was just perfect for someone with a lot of C++ experience wanting to get an idea of what it's all about. http://www.amazon.com/exec/obidos/tg/detail/-/1893115623/qid=1045773783/sr=8-1/ref=sr_8_1/103-4232208-5526231?v=glance&s=books&n=507846[^] This led me to try it and find it extremely useful for certain situations. However my bias is that I am a partner in a very small software development shop where we are doing extremely well and time to market is becoming increasingly important to us. I wouldn't use Visual Basic on principles but found that C# is a nice middle ground between C and VB but you get all the nice goodies that make things much faster. If you are the sort of person that likes to tweak algorithms for fun you probably won't find any use for C#. I guess the only other argument which I really don't care about personally is that it seems that an increasingly C# is featuring in more help wanted ad's.

                R Offline
                R Offline
                Richard Stringer
                wrote on last edited by
                #8

                J Cardinal wrote: However my bias is that I am a partner in a very small software development shop where we are doing extremely well and time to market is becoming increasingly important to us. Almost my exact situation. I will take a look at the book in question. J Cardinal wrote: but you get all the nice goodies that make things much faster We have an extensive library of code that we use to speed up development such as the Printing Class I have here on CG. We still, however use CGI for most of our web applications and that is the kind of stuff I am trying to avoid. J Cardinal wrote: guess the only other argument which I really don't care about personally is that it seems that an increasingly C# is featuring in more help wanted ad's. If it comes to this I am in deep Do- Do Richard I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones. Albert Einstein

                J 1 Reply Last reply
                0
                • M Member 96

                  I'm an "old time" c and c++ programmer, not quite from the dawn, but I have used CPM, JCL and 7 inch floppy disks I bought a book some time ago called "A programmers introduction to C#" and found it was just perfect for someone with a lot of C++ experience wanting to get an idea of what it's all about. http://www.amazon.com/exec/obidos/tg/detail/-/1893115623/qid=1045773783/sr=8-1/ref=sr_8_1/103-4232208-5526231?v=glance&s=books&n=507846[^] This led me to try it and find it extremely useful for certain situations. However my bias is that I am a partner in a very small software development shop where we are doing extremely well and time to market is becoming increasingly important to us. I wouldn't use Visual Basic on principles but found that C# is a nice middle ground between C and VB but you get all the nice goodies that make things much faster. If you are the sort of person that likes to tweak algorithms for fun you probably won't find any use for C#. I guess the only other argument which I really don't care about personally is that it seems that an increasingly C# is featuring in more help wanted ad's.

                  T Offline
                  T Offline
                  Thomas Freudenberg
                  wrote on last edited by
                  #9

                  J Cardinal wrote: I'm an "old time" c and c++ programmer, not quite from the dawn, but I have used CPM, JCL and 7 inch floppy disks 7"??? I only used 8" and 5¼" :confused: Regards Thomas


                  Disclaimer:
                  Because of heavy processing requirements, we are currently using some of your unused brain capacity for backup processing. Please ignore any hallucinations, voices or unusual dreams you may experience. Please avoid concentration-intensive tasks until further notice. Thank you.

                  R M C 3 Replies Last reply
                  0
                  • R Richard Stringer

                    As an old C and C++ programmer - I mean from the dawn of the languages - is there a concrete reason why I should make the investment in time ( I have the tools already ) to learn the language. What exactly does the language provide that C or C++ does not. I was told several years ago that in order to keep up I would need to learn VB ( HA!) and Java which I never did and never regretted. As a matter of fact my company made some bucks writting DLL's for people to use in their VB apps. Richard I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones. Albert Einstein

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

                    If you want to develop for the web, then the answer is a total "yes'. If you don't, then the answer is probably 'no', because I'd guess from your post that you're old enough to be likely to retire before C# manages to become a worthwhile way to write desktop applications. 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

                    M R L 3 Replies Last reply
                    0
                    • D David Stone

                      Yes. A few reasons: 1)Apparently, Managed C++ is crap. (Christian Graus, Chris Maunder, Marc Clifton, etc. all say this) 2)Apparently, VB.NET is crap. (Everbody, even Paul Watson, CP's resident VBer says this) 3)J#.NET is crap. (This is a given) 4)Who cares about Eiffel or any of the other third party .NET languages. 5)C# is an ECMA standard. 6)C# was made for .NET 7)C# is cool. Ergo, you must learn C#.:) [edit]I just realized I didn't answer what facilities C# offers. The answer is the .NET framework. We've already established that C++.NET is crap, so you can really only get to .NET from C#, and .NET is the future.[/edit]


                      any idiot can write haiku you just stop at seventeenth syl -ThinkGeek Fortunes

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

                      David Stone wrote: Apparently, Managed C++ is crap Yes, I've had to finally use it over the past few days, and it is. David Stone wrote: Who cares about Eiffel or any of the other third party .NET languages. Without Haskel.NET or similar, language interop is a stinking pile of manure. Anyone who programs C++ and *can't* ( as opposed to does not want to ) learn C# is a moron. They are virtually the same, syntactically. There is no benefit to interop when the same idea is expressed in basically the same way by all the languages on offer. David Stone wrote: C# is cool. Yes, it sure can be. David Stone wrote: .NET is the future./ The future of what though ? Developing web apps, I agree. Desktop apps, the jury is still out IMO. 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

                      D N 2 Replies Last reply
                      0
                      • T Thomas Freudenberg

                        J Cardinal wrote: I'm an "old time" c and c++ programmer, not quite from the dawn, but I have used CPM, JCL and 7 inch floppy disks 7"??? I only used 8" and 5¼" :confused: Regards Thomas


                        Disclaimer:
                        Because of heavy processing requirements, we are currently using some of your unused brain capacity for backup processing. Please ignore any hallucinations, voices or unusual dreams you may experience. Please avoid concentration-intensive tasks until further notice. Thank you.

                        M Offline
                        M Offline
                        Member 96
                        wrote on last edited by
                        #12

                        Yeah, your probably right about that, it was a loooong time ago and I was using them to save my cobol source code written in Wordstar so I could take the disk over to the station with the compiler on it since there was no network at the time.

                        1 Reply Last reply
                        0
                        • T Thomas Freudenberg

                          J Cardinal wrote: I'm an "old time" c and c++ programmer, not quite from the dawn, but I have used CPM, JCL and 7 inch floppy disks 7"??? I only used 8" and 5¼" :confused: Regards Thomas


                          Disclaimer:
                          Because of heavy processing requirements, we are currently using some of your unused brain capacity for backup processing. Please ignore any hallucinations, voices or unusual dreams you may experience. Please avoid concentration-intensive tasks until further notice. Thank you.

                          R Offline
                          R Offline
                          Richard Stringer
                          wrote on last edited by
                          #13

                          Hell I can remember paper tape, card sorters and readers , 1100 terminals, termcap, printcap,Dr. Dobbs Tiny C compiler , Bell Labs C++ to C to ccp method of compiling C++,and Fortran. Richard I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones. Albert Einstein

                          1 Reply Last reply
                          0
                          • R Richard Stringer

                            Then you assume that .NET is gonna stay around and that C# as a language is tied to it and is not very good as a standalone language in its own right. Not that I am web developer anyway because that is only , at best, 5-10% of our work - although it could be more in the future. Cool is not a factor - If I want to be cool I turn on the AC and code some Assembler. What I want to be is efficient and to not get to far behind the curve in Windows development. Richard I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones. Albert Einstein

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

                            Richard Stringer wrote: C# as a language is tied to it and is not very good as a standalone language in its own right. There is simply no other way to write C# as of today. C# and Java are very similar, and not only in this respect. Richard Stringer wrote: although it could be more in the future. If you care about that aspect of your work, you *need* C#. It should only take you a weekend to learn anyhow. If that 5-10% is expendable, then you don't need it. Richard Stringer wrote: What I want to be is efficient and to not get to far behind the curve in Windows development. For both of these reasons, you should learn C#. ASP.NET is most certainly the most efficient way to do web work. 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

                              If you want to develop for the web, then the answer is a total "yes'. If you don't, then the answer is probably 'no', because I'd guess from your post that you're old enough to be likely to retire before C# manages to become a worthwhile way to write desktop applications. 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

                              M Offline
                              M Offline
                              Member 96
                              wrote on last edited by
                              #15

                              Christian Graus wrote: I'd guess from your post that you're old enough to be likely to retire before C# manages to become a worthwhile way to write desktop applications. Ouch! :-D

                              1 Reply Last reply
                              0
                              • R Richard Stringer

                                J Cardinal wrote: However my bias is that I am a partner in a very small software development shop where we are doing extremely well and time to market is becoming increasingly important to us. Almost my exact situation. I will take a look at the book in question. J Cardinal wrote: but you get all the nice goodies that make things much faster We have an extensive library of code that we use to speed up development such as the Printing Class I have here on CG. We still, however use CGI for most of our web applications and that is the kind of stuff I am trying to avoid. J Cardinal wrote: guess the only other argument which I really don't care about personally is that it seems that an increasingly C# is featuring in more help wanted ad's. If it comes to this I am in deep Do- Do Richard I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones. Albert Einstein

                                J Offline
                                J Offline
                                Jason Gerard
                                wrote on last edited by
                                #16

                                If you want to learn a language that is similar in syntax to C++ and have the ability to run on platforms other than Windows then go with Java. Java would be a perfect replacement for CGI. If you just want to stick with Windows, then learn C#. Maybe try out ATL Server also. The C# syntax will take you all of 15 minutes to master. From there, it's just learning the Framework. Jason Gerard qeou kai kurioV Iasou Cristou douloV

                                P 1 Reply Last reply
                                0
                                • C Christian Graus

                                  If you want to develop for the web, then the answer is a total "yes'. If you don't, then the answer is probably 'no', because I'd guess from your post that you're old enough to be likely to retire before C# manages to become a worthwhile way to write desktop applications. 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
                                  l a u r e n
                                  wrote on last edited by
                                  #17

                                  retire? hell they gonna bury me with a laptop and a dsl line :laugh:


                                  "even if my world is weird its my world"
                                  biz stuff   about me

                                  C 1 Reply Last reply
                                  0
                                  • C Christian Graus

                                    David Stone wrote: Apparently, Managed C++ is crap Yes, I've had to finally use it over the past few days, and it is. David Stone wrote: Who cares about Eiffel or any of the other third party .NET languages. Without Haskel.NET or similar, language interop is a stinking pile of manure. Anyone who programs C++ and *can't* ( as opposed to does not want to ) learn C# is a moron. They are virtually the same, syntactically. There is no benefit to interop when the same idea is expressed in basically the same way by all the languages on offer. David Stone wrote: C# is cool. Yes, it sure can be. David Stone wrote: .NET is the future./ The future of what though ? Developing web apps, I agree. Desktop apps, the jury is still out IMO. 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

                                    D Offline
                                    D Offline
                                    David Stone
                                    wrote on last edited by
                                    #18

                                    Christian Graus wrote: Desktop apps, the jury is still out IMO. I agree with you there...desktop development, until everybody has the runtime, and a nice way to upgrade the runtime, is still almost not worth it unless you are talking about a closed system where you can control what goes onto the computers(corporate network for instance).


                                    any idiot can write haiku you just stop at seventeenth syl -ThinkGeek Fortunes

                                    C 1 Reply Last reply
                                    0
                                    • C Christian Graus

                                      If you want to develop for the web, then the answer is a total "yes'. If you don't, then the answer is probably 'no', because I'd guess from your post that you're old enough to be likely to retire before C# manages to become a worthwhile way to write desktop applications. 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

                                      R Offline
                                      R Offline
                                      Richard Stringer
                                      wrote on last edited by
                                      #19

                                      Christian Graus wrote: I'd guess from your post that you're old enough to be likely to retire before C# manages to become a worthwhile way to write desktop applications. And do what - mow the yard? I'd almost do this for free if I had to. They are gonna carry me outa here and bury me with a MSDN subscription in my pocket. Richard :) I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones. Albert Einstein

                                      C 1 Reply Last reply
                                      0
                                      • D David Stone

                                        Christian Graus wrote: Desktop apps, the jury is still out IMO. I agree with you there...desktop development, until everybody has the runtime, and a nice way to upgrade the runtime, is still almost not worth it unless you are talking about a closed system where you can control what goes onto the computers(corporate network for instance).


                                        any idiot can write haiku you just stop at seventeenth syl -ThinkGeek Fortunes

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

                                        Did you catch my thread about the idiot who wrote a WDM article about how C# is the right choice for '95% of windows development projects' now ? Bah. No surprise, he's trying to sell a C# book. 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

                                        D 1 Reply Last reply
                                        0
                                        • L l a u r e n

                                          retire? hell they gonna bury me with a laptop and a dsl line :laugh:


                                          "even if my world is weird its my world"
                                          biz stuff   about me

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

                                          Yes, I recently broke the news to Donna that I have no intention of ever retiring.... 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
                                          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