User: ccslave

  • Public profile

User profile: ccslave

User info
User name:ccslave
Email:ccslave710@gmail.com
Name:Klaus Reinke
Location:Hiddenhausen
Website:http://klaus-juergen-reinke.eu
Bio:Hi,
I love programming since HP15, that was a scientific calculator from Hewlett-Packard, later Assembler on the C64, Pascal in school, a bit assembler on the Apple II for a school project. C and and a bit of C++ is what I use today.
History
Joined:
Number of posts:5
Latest posts:

Problem with 'list'-iterator in function
*Ah* finally I got the right place, thx kjr

Problem with 'list'-iterator in function
And how to initialize a reference? p_it& platz_id; BTW: p_it& platz_id = P.begin(); do not work...

Problem with 'list'-iterator in function
Why did I get a segmentation fault? [code] struct platz { int id; string name; }; list<platz...

Problem with the converting the iterator
[code] . . for ( it i=L.begin(); i!=L.end(); ++i ) { cout << i->wert << '\t'; } . . [/cod...

Problem with the converting the iterator
What is wrong with my 'for'-loop [code] #include<iostream> #include<list> using namespace...

This user does not accept Private Messages