shensiapoost5
shensiapoost5

Reputation: 1

Microsoft Visual Studio 2013 Command Prompt Truncates

When I print out my results in C++ (multiple, multiple lines are printed) my output gets truncated by the command prompt attached to Visual Studio. I tried changing my buffer size via the OS preferences, but it seems as though VS has their own settings. I have tried finding the answer to this problem to no avail. If anyone can help out it would be much appreciated!

Upvotes: 0

Views: 192

Answers (1)

zmbq
zmbq

Reputation: 39013

Set the preferences on the Visual Studio 2013 debug window, not on the command prompt window. Windows remembers console preferences based on the executed executable.

Upvotes: 1

Related Questions