Visual Studio 2008/2010 Plugin

Discussion in 'Win32' started by threahdead, Aug 31, 2010.

  1. threahdead

    threahdead New Member

    Joined:
    Aug 31, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Hey Folks,

    does anyone of you know about a plugin for VS that allows you to export arrays into a parseable format to a file?

    Say i have

    Code:
    int *a = new int[128];
    I can view its contents with the memory view of course and write them down accordingly, but that seems like an annoying task.

    I need a plugin that can export certain arrays/memory regions to files, does there exist any?

    best regards, threahdead
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice