Home > Back-end >  Win32 console output digital line interface more than one digit separation and how to solve?
Win32 console output digital line interface more than one digit separation and how to solve?

Time:10-03

Rt
Can use win32 itself as shown command control output the number of characters in a row in the program limit too much trouble
Thank god for solving method

CodePudding user response:


i=0;
{
coutIf (I & amp; & ! (I % 8))
cout<& lt;" \ n ";
} while (i
//len array length

CodePudding user response:

reference 1st floor EdmundLee response:
I=0;
{
coutIf (I & amp; & ! (I % 8))
cout<& lt;" \ n ";
} while (i
//len array length

This or within the program limit I have a lot of a lot to the output array so good trouble said I wanted to ask if there is any method to set the win32 attributes or thank you very much

CodePudding user response:

refer to the second floor soolow response:
Quote: refer to 1st floor EdmundLee response:


i=0;
{
coutIf (I & amp; & ! (I % 8))
cout<& lt;" \ n ";
} while (i
//len array length

Program within limits in the or I have a lot of a lot to the output array so good trouble said I wanted to ask if there is any method to set properties for win32 or thank you


No good attribute set, either with shell named control, either with the program Settings

CodePudding user response:

reference songhtao reply: 3/f
no good attribute set, using shell named control or application Settings

Thank you
  • Related