[Tutorialcpp] Fwd: [pele] [E.Tutorial] Rückmeldung #1131475

Felix Friedrich felix.friedrich at inf.ethz.ch
Mon Sep 26 09:36:34 CEST 2016


Hoi Hermann,

Die Lösung des Studenten ist auch die, welche ich zuerst hingeschrieben 
hätte.
Wir haben unser Programm aber aus zwei Gründen anderst gestaltet
1.) Sie ist auch für den Fall x = 0 korrekt
2.) Sie leitet sich direkt aus der vorher gezeigten Variante mit IF ab.

Gruss
Felix

PS: meine Antworten dienen nicht nur als Rechtfertigung sondern auch für 
unser Protokoll. In jedem Falle  freue ich mich über das Feedback, 
welches Du uns weiterleitest.
PPS: Ich wiederhole mich, aber ich kann mich kaum genug begeistern: 
Codeboard.ethz.ch ist Spitze!



> Auch hier etwas mehr 'inhaltliches' Feedback.
>
>> Begin forwarded message:
>>
>> *From: *<notifications at teamworkdesk.com 
>> <mailto:notifications at teamworkdesk.com>>
>> *Subject: **[pele] [E.Tutorial] Rückmeldung #1131475*
>> *Date: *24 September 2016 at 13:44:33 GMT+2
>> *To: *Hermann Lehner <hermann.lehner at inf.ethz.ch 
>> <mailto:hermann.lehner at inf.ethz.ch>>
>> *Reply-To: *" via Teamwork Desk" 
>> <ticket.1131475.233381.166122.vzSMCD6M29 at teamworkdesk.com 
>> <mailto:ticket.1131475.233381.166122.vzSMCD6M29 at teamworkdesk.com>>
>>
>> Write ABOVE THIS LINE to post a reply
>> 	
>>
>> **assigned ticket#1131475 
>> <https://ethz.teamwork.com/desk/#/tickets/1131475>to you
>>
>> *Customer:*franzto at student.ethz.ch <mailto:franzto at student.ethz.ch>
>> Notification Settings 
>> <https://ethz.teamwork.com/desk/#myprofile/notifications>
>>
>>
>>     [E.Tutorial] Rückmeldung
>>
>> 	
>>
>> *Desk*applied the trigger "C++"
>>
>> Status: feedback
>> 	
>>
>>
>> 	
>>
>> *Desk*applied the trigger "Feedback"
>>
>> Status: feedback
>> 	
>>
>>
>> 	
>>
>> **asked
>>
>> 	
>>
>>
>>
>> 	Absender: Tobja Franz
>> Nachricht: Sehr guter Kurs für wirkliche Anfänger
>> Für das Zählprogramm der Dezimalstellen finde ich folgende Version 
>> noch etwas simpler/verständlicher als die des Tutorial.
>> #include <iostream>
>> int main()
>> {
>> int count = 0;
>> int number;
>> std::cout<<"Type number"<<std::endl;
>> std::cin>>number;
>> while (number>=1)
>> {
>> number/10
>> count=count+1
>> }
>> std::cout<<count;
>> return o
>> }
>>
>> Additional Data:
>> - Name : C++ Grundlagen 1
>> - Lang : de
>> - Tool : CodeBoard
>> - EtID : YEZzzXxdShXZS6JNb
>>
>
>
>
> _______________________________________________
> tutorialcpp mailing list
> tutorialcpp at lists.inf.ethz.ch
> https://lists.inf.ethz.ch/mailman/listinfo/tutorialcpp


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.inf.ethz.ch/pipermail/tutorialcpp/attachments/20160926/c6d4d9d7/attachment.html>


More information about the tutorialcpp mailing list