Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~538 People Reached
Favorite Tags
c++ x 1
Member Avatar for JustinRunyon

Hello, have the following program code: #include <stdio.h> #include <stdlib.h> #include <ctype.h> int main (void) { char c; while( (c = getchar()) != '\n') { putchar(c); } putchar ('\n'); return EXIT_SUCCESS; } At the moment he reads in entered characters and outputs them again. I should [write](https://prowritingservice.com/write-my-essay/) it so that …

Member Avatar for nullptr
0
233
Member Avatar for JustinRunyon

Moin together, I am relatively new to the matter and now I am faced with the task to solve the following topic. This is the source document that I get delivered: <?xml version="1.0" encoding="UTF-8"?> <tabelle> <vorschaupaarungen> <vorschaupaarung> <spieldatum>Fr. 27.01.2017</spieldatum> <spieluhrzeit>15:30</spieluhrzeit> <heimmannschaft>Wesel</heimmannschaft> <gastmannschaft>Stuttgart</gastmannschaft> </vorschaupaarung> <vorschaupaarung> <spieldatum>Sa. 28.01.2017</spieldatum> <spieluhrzeit>16:30</spieluhrzeit> <heimmannschaft>Hannover</heimmannschaft> <gastmannschaft>Nürnberg</gastmannschaft> </vorschaupaarung> …

Member Avatar for AndrisP
0
305