Panter Dsd

Avatar
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • Panter Dsd created a post,

    Code indent

    How to adjust the formatting code to obtainstd::stringstream ss;ss << "a"    << "b";insteadstd::stringstream ss;ss << "a"<< "b";