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. General Programming
  3. C / C++ / MFC
  4. c++ and ...

c++ and ...

Scheduled Pinned Locked Moved C / C++ / MFC
csharpc++
9 Posts 3 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.
  • M Offline
    M Offline
    mostafa_h
    wrote on last edited by
    #1

    hi all ! I'm working on c#.net but i'm new in c++ . i want to know is there any difference between C++ and C++.NET from point of in powerful or ... . i want to work in cell phones programm . Thanx in Advance ! Yours ,

    s_mostafa_h

    N 1 Reply Last reply
    0
    • M mostafa_h

      hi all ! I'm working on c#.net but i'm new in c++ . i want to know is there any difference between C++ and C++.NET from point of in powerful or ... . i want to work in cell phones programm . Thanx in Advance ! Yours ,

      s_mostafa_h

      N Offline
      N Offline
      Nelek
      wrote on last edited by
      #2

      Yes, there are differences. :)

      Greetings. -------- M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you “The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson

      M 1 Reply Last reply
      0
      • N Nelek

        Yes, there are differences. :)

        Greetings. -------- M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you “The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson

        M Offline
        M Offline
        mostafa_h
        wrote on last edited by
        #3

        can u explain more about this ! thanx

        s_mostafa_h

        T N 2 Replies Last reply
        0
        • M mostafa_h

          can u explain more about this ! thanx

          s_mostafa_h

          T Offline
          T Offline
          toxcct
          wrote on last edited by
          #4

          C++ produces native code. "C++.NET", more commonly known as Managed C++ or C++/CLI produces MSIL, which is the intermediate language understood by the .NET Framework... the C++/CLI language differs by its syntax however, and such source code would not compile with a pure C++ compiler.

          [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

          1 Reply Last reply
          0
          • M mostafa_h

            can u explain more about this ! thanx

            s_mostafa_h

            N Offline
            N Offline
            Nelek
            wrote on last edited by
            #5

            Another difference will be the "easibility", some things that in .Net are made with just a few lines using the libraries, MFC or other things... won't be available in pure C++ and you will have to learn/understand what that functions make and how they work to simulate their behaviour, and (if it is possible) to code them yourself. C++ doesn't need the .Net framework so it may be more portable if you code it following standards. BTW, if you want to code for cell phones... should it not be better to use embeded/embebed (or as it is written) C? J2ME

            Greetings. -------- M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you “The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson

            modified on Friday, December 14, 2007 6:56:55 AM

            T 1 Reply Last reply
            0
            • N Nelek

              Another difference will be the "easibility", some things that in .Net are made with just a few lines using the libraries, MFC or other things... won't be available in pure C++ and you will have to learn/understand what that functions make and how they work to simulate their behaviour, and (if it is possible) to code them yourself. C++ doesn't need the .Net framework so it may be more portable if you code it following standards. BTW, if you want to code for cell phones... should it not be better to use embeded/embebed (or as it is written) C? J2ME

              Greetings. -------- M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you “The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson

              modified on Friday, December 14, 2007 6:56:55 AM

              T Offline
              T Offline
              toxcct
              wrote on last edited by
              #6

              J2ME ! :laugh:

              [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

              N 1 Reply Last reply
              0
              • T toxcct

                J2ME ! :laugh:

                [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

                N Offline
                N Offline
                Nelek
                wrote on last edited by
                #7

                eing ??? :doh: :confused: :doh:

                Greetings. -------- M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you “The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson

                T 1 Reply Last reply
                0
                • N Nelek

                  eing ??? :doh: :confused: :doh:

                  Greetings. -------- M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you “The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson

                  T Offline
                  T Offline
                  toxcct
                  wrote on last edited by
                  #8

                  For mobiles, use J2ME (Java 2 Mobile Edition) :rolleyes:

                  [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

                  M 1 Reply Last reply
                  0
                  • T toxcct

                    For mobiles, use J2ME (Java 2 Mobile Edition) :rolleyes:

                    [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

                    M Offline
                    M Offline
                    mostafa_h
                    wrote on last edited by
                    #9

                    only J2ME , even for tools programm .as u know , all mobiles don't support some languages ... .making menu for these languages is necessary for use them . thanx

                    s_mostafa_h

                    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