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#
  4. converting .cpp source to .cs source

converting .cpp source to .cs source

Scheduled Pinned Locked Moved C#
c++helpquestion
3 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.
  • B Offline
    B Offline
    Blubbo
    wrote on last edited by
    #1

    I'm trying to find a tool that can convert this cpp source to cs source. Can anyone help?

    N 1 Reply Last reply
    0
    • B Blubbo

      I'm trying to find a tool that can convert this cpp source to cs source. Can anyone help?

      N Offline
      N Offline
      Nick Parker
      wrote on last edited by
      #2

      Blubbo wrote: Can anyone help? Probably not, there are too many differences between the languages that you couldn't guarantee that your conversion would perform correctly. If you have a particular question on mapping from C++ to C# feel free to post it for additional help. - Nick Parker
      My Blog | My Articles

      H 1 Reply Last reply
      0
      • N Nick Parker

        Blubbo wrote: Can anyone help? Probably not, there are too many differences between the languages that you couldn't guarantee that your conversion would perform correctly. If you have a particular question on mapping from C++ to C# feel free to post it for additional help. - Nick Parker
        My Blog | My Articles

        H Offline
        H Offline
        Hubert
        wrote on last edited by
        #3

        I think you are right - such tool will be grat, but not easy to build. I've played a little with porting some Linux KDE Games written in C++ to C# and they works with minor changes. There were 3 most important points: changing method names (good code editor will do the magic) and playing with structures and pointers. 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