Click here to Skip to main content
15,885,910 members
Home / Discussions / C#
   

C#

 
GeneralRe: snmp c shap Pin
Member 98700584-Mar-13 9:27
Member 98700584-Mar-13 9:27 
GeneralRe: snmp c shap Pin
Pete O'Hanlon4-Mar-13 9:43
mvePete O'Hanlon4-Mar-13 9:43 
JokeRe: snmp c shap Pin
Mycroft Holmes4-Mar-13 15:45
professionalMycroft Holmes4-Mar-13 15:45 
GeneralRe: snmp c shap Pin
Member 98700588-Mar-13 7:18
Member 98700588-Mar-13 7:18 
QuestionASN1 .NET Frameworks Pin
taras_b3-Mar-13 19:06
taras_b3-Mar-13 19:06 
AnswerRe: ASN1 .NET Frameworks Pin
Bernhard Hiller3-Mar-13 20:20
Bernhard Hiller3-Mar-13 20:20 
GeneralRe: ASN1 .NET Frameworks Pin
Oleg Shilo3-Mar-13 23:01
Oleg Shilo3-Mar-13 23:01 
QuestionC# question Pin
Member 98802103-Mar-13 14:45
Member 98802103-Mar-13 14:45 
I'm a beginning C# student. Have been searching the web for code snippets for 18 hours, that line up with this scenario. Here's the question:

The following loops do not appear to be working as intended. Explain what is wrong with each of them and write a version that might work better.


for(int ind = -1; ind < 10; ind++){
Console.WriteLine(“{0} {1} {2}”,ind, ind*=ind, ind*=ind);
}

int I =0;
do{
total /= ++I;
} while (I > 10);

Thanks everyone.
AnswerRe: C# question Pin
Mycroft Holmes3-Mar-13 15:10
professionalMycroft Holmes3-Mar-13 15:10 
AnswerRe: C# question Pin
Pete O'Hanlon3-Mar-13 23:19
mvePete O'Hanlon3-Mar-13 23:19 
GeneralRe: C# question Pin
Member 98802104-Mar-13 4:20
Member 98802104-Mar-13 4:20 
GeneralRe: C# question Pin
Pete O'Hanlon4-Mar-13 4:25
mvePete O'Hanlon4-Mar-13 4:25 
AnswerRe: C# question Pin
OriginalGriff4-Mar-13 0:04
mveOriginalGriff4-Mar-13 0:04 
QuestionOffline ActiveX Control for Internet Explorer Pin
NevilPrajapati3-Mar-13 8:16
NevilPrajapati3-Mar-13 8:16 
AnswerRe: Offline ActiveX Control for Internet Explorer Pin
NotPolitcallyCorrect3-Mar-13 9:15
NotPolitcallyCorrect3-Mar-13 9:15 
GeneralRe: Offline ActiveX Control for Internet Explorer Pin
NevilPrajapati3-Mar-13 18:09
NevilPrajapati3-Mar-13 18:09 
SuggestionRe: Offline ActiveX Control for Internet Explorer Pin
Richard MacCutchan3-Mar-13 22:11
mveRichard MacCutchan3-Mar-13 22:11 
GeneralRe: Offline ActiveX Control for Internet Explorer Pin
NotPolitcallyCorrect4-Mar-13 4:23
NotPolitcallyCorrect4-Mar-13 4:23 
AnswerRe: Offline ActiveX Control for Internet Explorer Pin
Shameel4-Mar-13 4:12
professionalShameel4-Mar-13 4:12 
Questionspeech2text. Pin
depak gupta2-Mar-13 19:23
depak gupta2-Mar-13 19:23 
AnswerRe: speech2text. Pin
Peter_in_27802-Mar-13 19:31
professionalPeter_in_27802-Mar-13 19:31 
AnswerRe: speech2text. Pin
Abhinav S3-Mar-13 4:58
Abhinav S3-Mar-13 4:58 
AnswerRe: speech2text. Pin
Thomas Daniels3-Mar-13 6:08
mentorThomas Daniels3-Mar-13 6:08 
QuestionPartial class: is this a bug? Pin
Septimus Hedgehog2-Mar-13 6:52
Septimus Hedgehog2-Mar-13 6:52 
AnswerRe: Partial class: is this a bug? Pin
DaveyM692-Mar-13 7:56
professionalDaveyM692-Mar-13 7:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.