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. Is there a way to translate your C++ code to assembly code in VS?

Is there a way to translate your C++ code to assembly code in VS?

Scheduled Pinned Locked Moved C / C++ / MFC
c++visual-studioquestion
5 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.
  • R Offline
    R Offline
    Redeemer dk
    wrote on last edited by
    #1

    thanks :)

    C A 2 Replies Last reply
    0
    • R Redeemer dk

      thanks :)

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

      Yes - you hit compile :-) Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002 Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002 Again, you can screw up a C/C++ program just as easily as a VB program. OK, maybe not as easily, but it's certainly doable. - Jamie Nordmeyer - 15-Nov-2002

      R 1 Reply Last reply
      0
      • C Christian Graus

        Yes - you hit compile :-) Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002 Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002 Again, you can screw up a C/C++ program just as easily as a VB program. OK, maybe not as easily, but it's certainly doable. - Jamie Nordmeyer - 15-Nov-2002

        R Offline
        R Offline
        Redeemer dk
        wrote on last edited by
        #3

        then i get an exe - machine code. not assembly code...

        C 1 Reply Last reply
        0
        • R Redeemer dk

          then i get an exe - machine code. not assembly code...

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

          You can trace into a release build, I believe, and see the assembler. Otherwise, the answer is no. Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002 Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002 Again, you can screw up a C/C++ program just as easily as a VB program. OK, maybe not as easily, but it's certainly doable. - Jamie Nordmeyer - 15-Nov-2002

          1 Reply Last reply
          0
          • R Redeemer dk

            thanks :)

            A Offline
            A Offline
            Anatari
            wrote on last edited by
            #5

            I'm using Visual studio .Net now, but I'm pretty sure this is also available in VC6. Under project settings for C/C++ there is an output file section where you can specify to have it output an assembly source listing when building your project. - Anatari

            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