Hello.

All of our class projects thus far have been console apps. I have had a problem displaying output correctly on my laptop but on the desktops, they look fine.

For instance on the last project we had to output a graph. When I designed at home on desktop it looks great but then I put it on my laptop it was a mess. I took it to school and it displayed perfect there.

I'm now working with arrays and I think a space and tab are not being translated correctly. If I put a space or tab in the data file when I debug it shows the index as hex value 9.

Anyone else experience this? I'm wondering if I have a setting in my OS that I need to change.

Thanks.