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
~95 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for lifuno

#include <iostream> #include <string> #include <fstream> using namespace std; //Listans struktur typedef struct lista{ string namn; string ort; lista *next; }; int main(){ int antal = 0,antalspara=0,antallika=0,antalPerson=0; int langd; string namn, ort; bool bfinns; ifstream fil; string filnamn; //För första listan lista *afirst, *alast, *node, *itt; afirst = NULL; alast …

Member Avatar for deceptikon
0
95