help with a loop
1
Name:
Anonymous
2010-10-04 8:12
In a console application with C#, i want to do a DO WHILE that continue until i press a key... How can i do?
2
Name:
Anonymous
2010-10-04 8:16
Try learning the language.
3
Name:
Anonymous
2010-10-04 8:19
>>2
Thanks, I'll try that.
4
Name:
Anonymous
2010-10-04 8:22
∧_∧ ∧_∧ ∧_∧ ∧_∧ ∧_∧
( ・∀・)( `ー´)( ´∀`)( ゚ ∀゚ )( ^∀^)
( つ┳∪━━∪━∪━━∪━∪━∪━┳⊂ つ
| | | ┃This thread has ended peacefully.┃ | | |
(__)_) ┻━━━━━━━━━━━━━━┻ (__)_)
5
Name:
Anonymous
2010-10-04 8:30
try
using System.Threading;
do
{
///
} while(Console.KeyAvailable == false);
6
Name:
Anonymous
2010-10-04 8:30
try:
try
using System.Threading;
do
{
///
} while(Console.KeyAvailable == false);
7
Name:
Anonymous
2010-10-04 8:31
>>6
That's perfect! Thanks a lot!
>>3
Get a life!
8
Name:
Anonymous
2010-10-04 8:39
>>7
Do leave the
== false in there so people can just grep for common symptoms of shit programmers without having to read the code itself. It's always nice to know in advance when it will be less painful to rewrite it from scratch than to try to fix the inevitable problems you will create.
9
Name:
Anonymous
2010-10-04 9:09
using System.Threading;
do
{
//
} while(!Console.KeyAvailable);
10
Name:
Anonymous
2010-10-04 10:21
>>8
Has someone bothered to make a script that evaluates the shittiness of a programmer based on some ``common symptoms''?
11
Name:
Anonymous
2010-10-04 11:01
>>10
By necessity, a script that suitably fulfills that purpose must rate itself as shitty as well.
12
Name:
Anonymous
2010-10-04 11:04
>>9
Why are you helping him you stupid faggot?
13
Name:
Anonymous
2010-10-04 11:17
>>10
Might be interesting to do something like that using Markov discrimination.
14
Name:
Anonymous
2010-10-04 11:36
>>10
There is FindBugs program that does it. Of course it's written for Java.
15
Name:
Anonymous
2010-10-04 13:12
>>12
To fuck with niggers like you. HAHAHA ENJOY MOTHERFUCKER
16
Name:
Anonymous
2010-11-28 16:12
18
Name:
Anonymous
2010-12-06 9:54
B a c k t o / b / , ` ` G N A A F a g g o t ' '