know yourselves. information, computer, 7 wonders, various.

Sunday, November 12, 2017

C++ programming language part: 40 Some dafault member function


Some dafault member function

The cin.getline() function with two parameters

Program 29_10
            void main()
            {
            char line[20];
            do
            {
            cin.getline(line,20);
            if (*line)
            cout<<"\t\["<
            } while (*line);  // be care
            }

Note: type atleast 100 letters within a sentence
The cin.get() function with two parameters

Program 29_11
             void main()
            { char ch;
             int count=0;

            while (cin.get(ch))
            if (ch=='c')
            ++count;
            cout<
           

The cout.put() function with two parameters

Program 29_12
             void main()
            { char ch,pre='\0';
            while (cin.get(ch))
            {
            if (pre==' ' ||pre=='\n')
            cout.put(char(toupper(ch)));    // Boolean function
            else
            cout.put(ch);
            pre=ch;

            } }


Part- 86 assign the content of twostring



জ্ঞানকোষ প্রকাশনী
৩৮/২-ক, বাংলাবাজার (২য় তলা), ঢাকা।
       ফোনঃ ৭১১৮৪৪৩, ৮১১২৪৪১, ৮৬২৩২৫১.         
                                                     
কলকাতায় পরিবেশক/প্রাপ্তিস্থান
রিতা ইন্টারন্যাশনাল
৩৬, পি.এন. ব্যানার্জি রোড, কলকাতা
ফোনঃ ২৫১৩৮৩৫৯, ৯৮৩০৪৩৯৬৭৯, +৯১৯৮৩০৪৩৯৬৭৯