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. Why I am not...

Why I am not...

Scheduled Pinned Locked Moved The Lounge
csharpquestion
18 Posts 13 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.
  • P Polite Programmer

    Well, after posting the previous message, I got something... Why I am hesitant to learn C#? Simply... It smells like VB!!! What do you say? Polite Programmer

    Y Offline
    Y Offline
    Yulianto
    wrote on last edited by
    #5

    I hate learning new language. After c$ meybe we got C*.:-D


    Work hard and a bit of luck is the key to success.

    :)

    Y 1 Reply Last reply
    0
    • Y Yulianto

      I hate learning new language. After c$ meybe we got C*.:-D


      Work hard and a bit of luck is the key to success.

      :)

      Y Offline
      Y Offline
      Yulianto
      wrote on last edited by
      #6

      goodmast3r wrote: After c$ meybe we got C*. Wrong writing man, should be After c# meybe we got C*.


      Work hard and a bit of luck is the key to success.

      :)

      Y 1 Reply Last reply
      0
      • Y Yulianto

        goodmast3r wrote: After c$ meybe we got C*. Wrong writing man, should be After c# meybe we got C*.


        Work hard and a bit of luck is the key to success.

        :)

        Y Offline
        Y Offline
        Yulianto
        wrote on last edited by
        #7

        goodmast3r wrote: Wrong writing man, should be After c# meybe we got C* Wrong again, should be, After c# maybe we got C*.


        Work hard and a bit of luck is the key to success.

        :)

        1 Reply Last reply
        0
        • P Polite Programmer

          Well, after posting the previous message, I got something... Why I am hesitant to learn C#? Simply... It smells like VB!!! What do you say? Polite Programmer

          N Offline
          N Offline
          Nish Nishant
          wrote on last edited by
          #8

          C# is probably half-way between C++/CLI and VB.NET, so if it smells like VB, it smells as much like C++ too. You gotta like one of those smells if you wanna be into software. Else you better take up onion selling or something.


          My blog on C++/CLI, MFC/Win32, .NET - void Nish(char* szBlog); My MVP tips, tricks and essays web site - www.voidnish.com

          N B 2 Replies Last reply
          0
          • P Polite Programmer

            Well, after posting the previous message, I got something... Why I am hesitant to learn C#? Simply... It smells like VB!!! What do you say? Polite Programmer

            T Offline
            T Offline
            tsmyrnio
            wrote on last edited by
            #9

            Actually C# smells more like Java. Just switch everything to camelBacked vars and classes, change all the "built-in" structs to capitalized words exept for int and a few others, and you got Java or J# or J++(Miscrosoft rascals with their pirated versions of Java). Not to mention Microsoft always has to add their own touches to it so it has NEW AND IMPROVED *gasp* features. It's just a different framework or SDK if you will. See for yourself: // Java import java.lang; public class MyClass { public static String myStringVariable = ""; public static int myMethod() { return myStringVariable.length; } } // C# using System; public class MyClass { public static string MyStringVariable = ""; public static int MyMethod() { return MyStringVariable.Length; } } I have worked with C# for nearly two years but it still makes me laugh how Microsoft can get away with stealing like it does with everything. It just makes me want to steal from Microsoft... :cool:

            1 Reply Last reply
            0
            • P Polite Programmer

              Well, after posting the previous message, I got something... Why I am hesitant to learn C#? Simply... It smells like VB!!! What do you say? Polite Programmer

              D Offline
              D Offline
              Daniel Turini
              wrote on last edited by
              #10

              This is from someone who finds Petzold "two overwhelming". Keep with VB, it's safer. :-D Yes, even I am blogging now!

              C 1 Reply Last reply
              0
              • N Nish Nishant

                C# is probably half-way between C++/CLI and VB.NET, so if it smells like VB, it smells as much like C++ too. You gotta like one of those smells if you wanna be into software. Else you better take up onion selling or something.


                My blog on C++/CLI, MFC/Win32, .NET - void Nish(char* szBlog); My MVP tips, tricks and essays web site - www.voidnish.com

                N Offline
                N Offline
                Nnamdi Onyeyiri
                wrote on last edited by
                #11

                Else you better take up onion selling or something. :-D


                website // Project : AmmoITX //profile Another Post by NnamdiOnyeyiri

                1 Reply Last reply
                0
                • D Daniel Turini

                  This is from someone who finds Petzold "two overwhelming". Keep with VB, it's safer. :-D Yes, even I am blogging now!

                  C Offline
                  C Offline
                  Colin Angus Mackay
                  wrote on last edited by
                  #12

                  Daniel Turini wrote: This is from someone who finds Petzold "two overwhelming". It's terrible. That Petzold guy is just double trouble. ;P :laugh:


                  Do you want to know more?


                  Vogon Building and Loan advise that your planet is at risk if you do not keep up repayments on any mortgage secured upon it. Please remember that the force of gravity can go up as well as down.

                  P 1 Reply Last reply
                  0
                  • C Colin Angus Mackay

                    Daniel Turini wrote: This is from someone who finds Petzold "two overwhelming". It's terrible. That Petzold guy is just double trouble. ;P :laugh:


                    Do you want to know more?


                    Vogon Building and Loan advise that your planet is at risk if you do not keep up repayments on any mortgage secured upon it. Please remember that the force of gravity can go up as well as down.

                    P Offline
                    P Offline
                    Polite Programmer
                    wrote on last edited by
                    #13

                    Well, consider, you have a target app in your mind to build, that incorporates GUI Elements, then you know Petzold's Book takes you through GDI first, and then controls and Dialogs come... Nothing is difficult at all, Infact, time is everything....

                    C 1 Reply Last reply
                    0
                    • P Polite Programmer

                      Well, consider, you have a target app in your mind to build, that incorporates GUI Elements, then you know Petzold's Book takes you through GDI first, and then controls and Dialogs come... Nothing is difficult at all, Infact, time is everything....

                      C Offline
                      C Offline
                      Colin Angus Mackay
                      wrote on last edited by
                      #14

                      :doh: I don't know if I should bother with this as I've been told if you have to explain a joke it is no longer funny.... You said that Petzold was "two overwhelming" (two == 2, rather than too == an excessive degree). So I made the joke that it was double trouble (double, meaning twice the amount, or two times). Nevermind.... :sigh:


                      Do you want to know more?


                      Vogon Building and Loan advise that your planet is at risk if you do not keep up repayments on any mortgage secured upon it. Please remember that the force of gravity can go up as well as down.

                      B 1 Reply Last reply
                      0
                      • N Nish Nishant

                        C# is probably half-way between C++/CLI and VB.NET, so if it smells like VB, it smells as much like C++ too. You gotta like one of those smells if you wanna be into software. Else you better take up onion selling or something.


                        My blog on C++/CLI, MFC/Win32, .NET - void Nish(char* szBlog); My MVP tips, tricks and essays web site - www.voidnish.com

                        B Offline
                        B Offline
                        Brian Delahunty
                        wrote on last edited by
                        #15

                        :-D Nice one :-) Regards, Brian Dela :-) http://www.briandela.com IE 6 required.
                        http://www.briandela.com/pictures Now with a pictures section :-D
                        http://www.briandela.com/rss/newsrss.xml RSS Feed

                        1 Reply Last reply
                        0
                        • C Colin Angus Mackay

                          :doh: I don't know if I should bother with this as I've been told if you have to explain a joke it is no longer funny.... You said that Petzold was "two overwhelming" (two == 2, rather than too == an excessive degree). So I made the joke that it was double trouble (double, meaning twice the amount, or two times). Nevermind.... :sigh:


                          Do you want to know more?


                          Vogon Building and Loan advise that your planet is at risk if you do not keep up repayments on any mortgage secured upon it. Please remember that the force of gravity can go up as well as down.

                          B Offline
                          B Offline
                          benjymous
                          wrote on last edited by
                          #16

                          * hands Colin a shovel -- Help me! I'm turning into a grapefruit! Phoenix Paint - back from DPaint's ashes!

                          1 Reply Last reply
                          0
                          • P Polite Programmer

                            Well, after posting the previous message, I got something... Why I am hesitant to learn C#? Simply... It smells like VB!!! What do you say? Polite Programmer

                            M Offline
                            M Offline
                            Marc Clifton
                            wrote on last edited by
                            #17

                            Polite Programmer wrote: It smells like VB!!! I suggest, before spouting nonsense like this, you get some hair on your chest. Write a simple app in straight assembly. Grow up. Be a man. :-D Marc MyXaml Advanced Unit Testing

                            B 1 Reply Last reply
                            0
                            • M Marc Clifton

                              Polite Programmer wrote: It smells like VB!!! I suggest, before spouting nonsense like this, you get some hair on your chest. Write a simple app in straight assembly. Grow up. Be a man. :-D Marc MyXaml Advanced Unit Testing

                              B Offline
                              B Offline
                              benjymous
                              wrote on last edited by
                              #18

                              even better, write a simple app in straight assembly for hardware other than a Windows based computer -- Help me! I'm turning into a grapefruit! Phoenix Paint - back from DPaint's ashes!

                              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