Thread: Visual Studio 2008/2010 Plugin

  1. #1
    template<typename T> threahdead's Avatar
    Join Date
    Sep 2002
    Posts
    214

    Visual Studio 2008/2010 Plugin

    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

  2. #2
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Um...write the array to a file.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. LDAP Query
    By Travoiz in forum C++ Programming
    Replies: 0
    Last Post: 08-13-2009, 02:58 PM
  2. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  3. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  4. load gif into program
    By willc0de4food in forum Windows Programming
    Replies: 14
    Last Post: 01-11-2006, 10:43 AM
  5. Learning OpenGL
    By HQSneaker in forum C++ Programming
    Replies: 7
    Last Post: 08-06-2004, 08:57 AM