0
Hiss Posted 21 years ago
Science & IT

Computer programming C++

0 Do you have some information about the C++ program. So can you help me to find some example of programs that can run with this One. 0-
  

Top answer

com

  • com
Free · every Monday

Get the Weekly English Kit 📬

New words, one handy idiom, and a 2-minute quiz — delivered to your inbox to keep your streak alive.

16 Answers
0
0 This link could be of some help - there are many other links to C++ programming 02br
02br
05000 0230hrefhttp://www.cprogramming.com
0
0 Bjarne Stroustrop is the creator of C++ and his home page contains loads of materials for C++. 02br
02br
00Here is the link : [url="05000"]C++ Resources[/url] 0230hrefhttp://www.research.att.com/~bs/C++.html
0
0 #include0102br
00#include0102br
00class aaa 02br
00{ 02br
00private: 02br
00int a,b,c; 02br
00public: 02br
00void get(); 02br
00void sum(); 02br
00void disp(); 02br
00}; 02br
00void aaa::get() 02br
00{ 02br
00co
0
0 Praveen_msp, what do you need to know about this program? The program is correct and it will run without any error. 02br
02br
00Sample Output: 02br
02br
00Enter two integers; 20 10 02br
0020+10=30 02br
02br
00Please specify your exact problem with this code. 0-
0
0 I do not have any problem with that code. 0-
0
0 sir thanks for your program before that i never seen this kind of program 0-
0
0 Oh Praveen, I'm not able to get you. 02br
02br
00Firstly, why did you post this program here? 02br
00Secondly, to whom are you thanking (by referring to 'sir')? 02br
00Lastly, what kind of help do you want with that piece of code? 0-
0
0 i really don't have any pbm with that pgm my friend will send the msg beginning with "sir" 02br
00can u tell the uses of pure virtual function 0-
0
0 Dear Praveen, 02br
02br
00Pure virtual functions are used to create Abstract classes - class in which objects can't be created and act as only a 'prototype', which is used as a base class. 02br
02br
00Another main use of PVF is to 'force' the derived class to define its own function definition. The pure virtual function can have statements too!, in which
0
This link could be of some help - there are many other links to C++ programming

www.planet-source-code.com

Related Questions