my code (its actually in C#):
is there a better way to get multiple lines of text input via the console?Code:string tmp; while ((tmp = Console.ReadLine()) != ".") m_message += tmp;
|
Results 1 to 12 of 12
Thread: [RESOLVED] Text encoding problemThreaded View
|
Click Here to Expand Forum to Full Width |