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. Which product to use ?

Which product to use ?

Scheduled Pinned Locked Moved C / C++ / MFC
csharpc++debuggingquestion
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.
  • A Offline
    A Offline
    aprx
    wrote on last edited by
    #1

    Hello, I have been given a program consisting of several C written modules (neither C++ nor C#), I want to edit/debug/execute so as to understand what it does and how it works, in the easiest and quickest possible way. Which product/package would you advise me to use ? Regards? aprx

    G J 2 Replies Last reply
    0
    • A aprx

      Hello, I have been given a program consisting of several C written modules (neither C++ nor C#), I want to edit/debug/execute so as to understand what it does and how it works, in the easiest and quickest possible way. Which product/package would you advise me to use ? Regards? aprx

      G Offline
      G Offline
      Gary R Wheeler
      wrote on last edited by
      #2

      Your best choice would be an IDE (integrated development environment). IDE's typically include a syntax-highlighting editor, compiler, and debugger. The most prominent IDE in the Windows world is Microsoft Visual Studio. Most C++ tools will work just as well with C. You can check out a list of IDE's at Programmer's Paradise here[^]. They also sell tools here[^] and here[^] that help with analyzing code.


      Software Zen: delete this;

      1 Reply Last reply
      0
      • A aprx

        Hello, I have been given a program consisting of several C written modules (neither C++ nor C#), I want to edit/debug/execute so as to understand what it does and how it works, in the easiest and quickest possible way. Which product/package would you advise me to use ? Regards? aprx

        J Offline
        J Offline
        John R Shaw
        wrote on last edited by
        #3

        Any IDE that recognises a 'C' module and has edit/debug capabilities; preferably the one that is going to be used to compile the final code. To fully understand how the code is supposed to work, I reccomend testing it using the origanal IDE (if any, and available). INTP

        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