Jump to content

LineBreaks

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
smith

smith

    Programmer

  • Members
  • PipPipPipPip
  • 153 posts
In class we used a special .NET function for line breaks but I cannot remember what it was. It wasn't the usual "\n" or "\r\n" type of line break but something like:


specialchars.linebreak


of course that isn't it. Does anyone know what I'm talking about?

for (int i;;) {

   cout << "Smith";

}


#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
I think you are looking for:

ControlChars.NewLine