We have partnered with TradePub to bring you free industry magazines and resources - no coupons or credit cards required!

Visit: englishforums.tradepub.com


1 2
Share this topic:
This question is Not Answered
Latest post Tue, Jan 17 2006 5:35 PM by Ivantalk. 15 replies.
Suggest an answer | | |
hiss  +  95023 Sun, 01 May 05 12:25 PM
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.
Joined on Wed, Feb 16 2005
New Member 07
Fair Lady  +  95677 Tue, 03 May 05 07:04 AM
This link could be of some help - there are many other links to C++ programming

http://www.cprogramming.com
Joined on Wed, Mar 23 2005
Russia
Full Member 104
bvpraveen  +  103779 Sun, 29 May 05 09:18 AM
Bjarne Stroustrop is the creator of C++ and his home page contains loads of materials for C++.

Here is the link : C++ Resources
Joined on Sat, Mar 5 2005
Coimbatore, India
Regular Member 507
Please feel free to correct my grammatical mistakes.
PRAVEEN_msp  +  104007 Mon, 30 May 05 10:58 AM
#include
#include
class aaa
{
private:
int a,b,c;
public:
void get();
void sum();
void disp();
};
void aaa::get()
{
coutcin>>a>>b;
}
void aaa::sum()
{
c=a+b;
}
void aaa::disp()
{
cout}
void main()
{
aaa a1;
clrscr();
a1.get();
a1.sum();
a1.disp();
getch();
}





Joined on Sat, Apr 16 2005
New Member 04
bvpraveen  +  104075 Mon, 30 May 05 03:33 PM
Praveen_msp, what do you need to know about this program? The program is correct and it will run without any error.

Sample Output:

Enter two integers; 20 10
20+10=30

Please specify your exact problem with this code.
PRAVEEN_msp, 4 yr 177 days ago
I do not have any problem with that code.
PRAVEEN_msp, 4 yr 177 days ago
sir thanks for your program before that i never seen this kind of program
bvpraveen  +  104335 Tue, 31 May 05 02:45 PM
Oh Praveen, I'm not able to get you.

Firstly, why did you post this program here?
Secondly, to whom are you thanking (by referring to 'sir')?
Lastly, what kind of help do you want with that piece of code?
PRAVEEN_msp  +  104570 Wed, 01 Jun 05 11:28 AM
i really don't have any pbm with that pgm my friend will send the msg beginning with "sir"
can u tell the uses of pure virtual function

1 2
© MediaCet Ltd. 2009, v5.0.3614.32638. All content posted by our users is a contribution to the public domain, this does not include imported usenet posts.*
For web related enquires please contact us on webmaster@mediacet.com, status updates are available at status.mediacet.com.
*Usenet post removal: Use 'X-No-Archive'. You may not have understood that your posts would end up in the public domain. Please send proof of the poster's email, we will remove immediately.