//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()
{
}
}
petrisor.ionel 0 Newbie Poster
NathanOliver 429 Veteran Poster Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.