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
~124 People Reached
About Me

“Viaaa mea sexuala e un dezastru: ultima oara cand am fost într-o femeie, a fost vizitand Statuia Libertatii.” - Woody Allen

Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for petrisor.ionel

//IteratorTablou.h #ifndef ITERATORTABLOU_H #define ITERATORTABLOU_H namespace Tema08 { class TestIterator { int *_crt; public: int IteratorTablou(int *crt = 0); }; void TestIterator(); } #endif // ITERATORTABLOU_H //IteratorTablou.cpp #include "IteratorTablou.h" namespace Tema08 { int TestIterator::IteratorTablou(): crt(_crt) { } void TestIterator() { } }

Member Avatar for NathanOliver
0
124