473,508 Members | 2,337 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Debug tip needed for watching large arrays

I use Visual C++ 6.0.
I can watch small two-dimensional arrays by using something like

myarray[0],10
myarray[1],10
..
..
..
myarray[9],10

in the watch window, expanding each of these and copying to a
spreadsheet. However this becomes impracticable for a large array that
I want to watch.

Does anyone know of a tip or addin that will allow me to output a large
two-dimensional array into a text file or spreadsheet?

Thx.

Sep 21 '06 #1
1 2041
Why to look for a thrid party tool?
you can write a simple code for output'ng to a text file. But that will
be static.

You can also try quick watch window. You can write expressions in quick
watch window.
But again, i dont think its resizable in VC6.0, it's resizable in vc7
and 8.

This again is not a question about C++, but specific to using visual
studio.

Robbie wrote:
I use Visual C++ 6.0.
I can watch small two-dimensional arrays by using something like

myarray[0],10
myarray[1],10
.
.
.
myarray[9],10

in the watch window, expanding each of these and copying to a
spreadsheet. However this becomes impracticable for a large array that
I want to watch.

Does anyone know of a tip or addin that will allow me to output a large
two-dimensional array into a text file or spreadsheet?

Thx.
Sep 21 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2506
by: Stephanie | last post by:
I have a problem that I am trying to solve. We have a huge product with a whole lot of ASP and VB code. VB code is all ActiveX dlls which are used by ASP app. When I attempt to add features or fix...
12
2843
by: Nobody | last post by:
DB2 500G database, Wintel, heavily loaded OLTP (5M+ transactions a day; all transactions are extremely small, all selects are controlled (no ad-hoc), 99% of all selects are very small (no table...
7
2571
by: Techno Learner | last post by:
Sorry for the lame question but, what's the difference between Debug and Release versions?
9
1985
by: dee | last post by:
Hi I'm about to upload my site and I have switched to release version. Is that enough or do I still need to disable <compilation defaultLanguage="vb" debug="true" /> the debug="true" in the .pdb...
7
1327
by: MikeB | last post by:
I realize that arrays have worked this way for ages, but why do we have to continue with the old ways? It would really be nice if you could add a new row (element) to an array one at a time (as...
20
2808
by: oswald.kluge | last post by:
Dear Reader, what efficient ways are there to OR two large memory regions? I'm especially interested in applying this operation to two large character arrays. I know memset and memcopy lets...
10
5868
by: Peter Duniho | last post by:
This is kind of a question about C# and kind of one about the framework. Hopefully, there's an answer in there somewhere. :) I'm curious about the status of 32-bit vs 64-bit in C# and the...
56
2930
by: tasteless | last post by:
Hi guys, I need really hard questions (about 10) about PHP programming (some of elements OOP as well, but no MySQL questions - this is different part), this questions needs to be very hard, but...
7
1909
by: =?Utf-8?B?U3RldmVa?= | last post by:
First off, I am not sure if this belongs in this group or the C# group. It seems more like a C++ problem to me. Anyways... I have a C# project which links in an unmanaged C++ DLL, both built...
0
7225
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7123
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7498
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5627
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4707
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3194
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3182
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
766
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
418
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.