JOIN us on
WhatsApp Group Join Now
Telegram Join Join Now

हिंदी माध्यम नोट्स

Categories: c++ language in hindi

Iterator examples : Use iterator to change all elements in a list , loop through all elements in a list

Example 1 : इस उदाहरन मे , किसी लिस्ट के element को मूव करने के लिए किया है |
इसके लिए ++ operation को use किया गया है इसमें forward traversing कराया जाता है |
Explain
1.सबसे पहले l file और algorithm file को  header को include किया जाता है |
2.उसके बाद main() function मे , array type के variable a को declare किया जाता है | इसमें array मे 5 element को assign किया जाता है |
3.इसके बाद लिस्ट को define किया जाता है जिसमे begin और end मे कमश array का पहला element और last element से initial किया जाता है  |
3.इसके बाद search operation को find किया जाता है जिसमे ‘e’ को find किया जाता है |
4.इसके बाद ‘e’ की location को next मे assign करते है |
5.इसके बाद next को increament करते है | और इस location के element को print करा लेते है |Code :
#include <iostream>
#include <cassert>
#include <l>
#include <algorithm> // for find
using namespace std;
int main()
{
char a[5] = {“a”, “r”, “e”, “q”, “t”};
l<char> lfirst(&a[0], &a[5]);
// Search for the first occurrence of the letter e:
l<char>::iterator where = find(lfirst.begin(), lfirst.end(), “e”);
l<char>::iterator next = where;
++next;
cout << *next << endl;
return 0;
}Example : Use iterator to change all elements in a list.
Explain
इस उदाहरन मे लिस्ट को implement किया जाता है लेकिन इस लिस्ट का कोई type नहीं है | इसके लिए निन्म प्रकार के प्रोग्राम को use किया जाता है :-
1.सबसे पहले l file को  header को include किया जाता है |
2.उसके बाद main() function मे , l type के variable l को declare किया जाता है |
3.इसके बाद loop चलाया जाता है जिसमे l के element को l मे assign किया जाता है | और size को find किया जाता है |
4.इसके बाद iterator ir को declare किया जाता है जिसे l के  begin element से initial किया जाता है |
5.इसका बाद while loop चलाया जाता है जिसमे इस लिस्ट के element को display किया जाता है |
6.इसका बाद while loop फिर से  चलाया जाता है जिसमे इस लिस्ट के element modify किया जाता है |
7.इसके बाद लिस्ट के element को फिर से print किया जाता है |

#include <iostream>
#include <l>
using namespace std;
int main()
{
l<int> l; // create an empty l
int i;
for(i=0; i<10; i++) l.push_back(i);
cout << “Size = ” << l.size() << endl;
cout << “Contents: “;
l<int>::iterator p = l.begin();
while(p != l.end()) {
cout << *p << ” “;
p++;
}
cout << “\n\n”;
// change contents of l
p = l.begin();
while(p != l.end()) {
*p = *p + 100;
p++;
}
cout << “Contents modified: “;
p = l.begin();
while(p != l.end()) {
cout << *p << ” “;
p++;
}
return 0;
}
इसका आउटपुट होगा :
Size = 10
Contents: 0 1 2 3 4 5 6 7 8 9
Contents modified: 100 101 102 103 104 105 106 107 108 109

Example 3 : Use iterator to loop through all elements in a list
Explain :
#include <iostream>
#include <list>
using namespace std;
int main()
{
l<int> l; // create an empty l
int i;
for(i=0; i<10; i++) l.push_back(i);
cout << “Size = ” << l.size() << endl;
cout << “Contents: “;
l<int>::iterator p = l.begin();
while(p != l.end()) {
cout << *p << ” “;
p++;
}
cout << “\n\n”;
return 0;
}
इसका आउटपुट होगा :
Size = 10
Contents: 0 1 2 3 4 5 6 7 8 9

Example 4 : इस उदहारण में iterator के type को interchange किया जाता है |
इस उदाहरन मे iterator को reverse iterator मे interchange किया गया है | इसके लिए base value को लिस्ट के position मे change किया जाता है |
इसके बाद reverse iterator को iterator मे फिर से change किया जाता है |

Code :
#include <iostream>
#include <list>
#include <algorithm>
using namespace std;
int main()
{
l<int> list_first ;
// insert elements from 1 to 9
for (int i=1; i<=9; ++i) {
list_first .push_back(i);
}
// find positionition of element with value 5
l<int>::iterator position;
position = find (list_first .begin(), list_first .end(),    // range
5);                          // value
// print value of the element
cout << “position:   ” << *position << endl;

// convert iterator to reverse iterator
l<int>::reverse_iterator rpositionition(position);
// print value of the element to which the reverse iterator refers
cout << “rpositionition:  ” << *rpositionition << endl;

// convert reverse iterator back to normal iterator
l<int>::iterator rpositionition;
rpositionition = rpositionition.base();
// print value of the element to which the normal iterator refers
cout << “rpositionition: ” << *rpositionition << endl;
}

इसका आउटपुट होगा :
position:   5
rpositionition:  4
rrpositionition: 5

Sbistudy

Recent Posts

सारंगपुर का युद्ध कब हुआ था ? सारंगपुर का युद्ध किसके मध्य हुआ

कुम्भा की राजनैतिक उपलकियाँ कुंमा की प्रारंभिक विजयें  - महाराणा कुम्भा ने अपने शासनकाल के…

3 weeks ago

रसिक प्रिया किसकी रचना है ? rasik priya ke lekhak kaun hai ?

अध्याय- मेवाड़ का उत्कर्ष 'रसिक प्रिया' - यह कृति कुम्भा द्वारा रचित है तथा जगदेय…

3 weeks ago

मालकाना का युद्ध malkhana ka yudh kab hua tha in hindi

malkhana ka yudh kab hua tha in hindi मालकाना का युद्ध ? मालकाना के युद्ध…

2 months ago

कान्हड़देव तथा अलाउद्दीन खिलजी के संबंधों पर प्रकाश डालिए

राणा रतन सिंह चित्तौड़ ( 1302 ई. - 1303 ) राजस्थान के इतिहास में गुहिलवंशी…

2 months ago

हम्मीर देव चौहान का इतिहास क्या है ? hammir dev chauhan history in hindi explained

hammir dev chauhan history in hindi explained हम्मीर देव चौहान का इतिहास क्या है ?…

2 months ago

तराइन का प्रथम युद्ध कब और किसके बीच हुआ द्वितीय युद्ध Tarain battle in hindi first and second

Tarain battle in hindi first and second तराइन का प्रथम युद्ध कब और किसके बीच…

2 months ago
All Rights ReservedView Non-AMP Version
X

Headline

You can control the ways in which we improve and personalize your experience. Please choose whether you wish to allow the following:

Privacy Settings
JOIN us on
WhatsApp Group Join Now
Telegram Join Join Now