473,382 Members | 1,563 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

C++ Fundu queries ??

Hi Masters,,

I have got much help from this group. Want to know answers of some of
the basic questions.

1. What is rather what are the differences between 'class' and 'struct'
?

2. What is the difference between 'new' and 'malloc' ?

3. What is operator overriding and operator overloading, and what are
the advantages of each of them ?

4. What is the concept of pure virtual function and its advantage ?

Seems i have asked lot in few words!!!!!

Thanks,
With Best Regards,
Bhagat Nirav K.

Nov 22 '05 #1
3 1414
nilavya wrote:
Hi Masters,,
Hello my young padawan. First lesson today: RTFM.

http://www.parashift.com/c++-faq-lite/
I have got much help from this group. Want to know answers of some of
the basic questions.

1. What is rather what are the differences between 'class' and 'struct'
?
http://www.parashift.com/c++-faq-lit...s.html#faq-7.8
2. What is the difference between 'new' and 'malloc' ?
http://www.parashift.com/c++-faq-lit....html#faq-16.4
3. What is operator overriding and operator overloading, and what are
the advantages of each of them ?
http://www.parashift.com/c++-faq-lit....html#faq-13.1
4. What is the concept of pure virtual function and its advantage ?


http://www.parashift.com/c++-faq-lit....html#faq-22.4
Jonathan

Nov 22 '05 #2

nilavya wrote:
Hi Masters,,
<snip some very basic queries> Seems i have asked lot in few words!!!!!

Thanks,
With Best Regards,
Bhagat Nirav K.


int main()
{
cout<<"Please open a C++ book to find the answers and let us know if
you have any doubts";
return 0;
}

Nov 22 '05 #3
Jaspreet wrote:
nilavya wrote:
Hi Masters,,
<snip some very basic queries>
Seems i have asked lot in few words!!!!!

Thanks,
With Best Regards,
Bhagat Nirav K.


#include <iostream>

using std::cout;
int main()
{
cout<<"Please open a C++ book to find the answers and let us know if
you have any doubts";
cout << std::endl;
return 0;
}


Ben
Nov 22 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Andreas Lauffer | last post by:
I changed from Access97 to AccessXP and I have immense performance problems. Details: - Access XP MDB with Jet 4.0 ( no ADP-Project ) - Linked Tables to SQL-Server 2000 over ODBC I used...
5
by: WertmanTheMad | last post by:
Ive been playing with this for a few days and thought I might thow it out for seggestions. I have Several Queries that need counts returned The Queries are Mutually Exclusive meaning whatever...
1
by: Roger Green | last post by:
I have inherited a complex database that has many dozens of queries that derive data from a people table. I now need to be able to run these queries (from within a significant number of forms)...
9
by: Dom Boyce | last post by:
Hi First up, I am using MS Access 2002. I have a database which records analyst rating changes for a list of companies on a daily basis. Unfortunately, the database has been set up (by my...
3
by: NeilAnderson | last post by:
I'm a fairly new user of access & I've never had any training, so I'm wondering if I'm doing the right thing here, or if it matter at all. I'm building a database for room booking purposes and I'm...
5
by: Jerry Hull | last post by:
I'm working with a database developed by an untrained person over several years - and on a network that has recently been upgraded with a new server installed and MS office upgraded from 2K (I...
44
by: Greg Strong | last post by:
Hello All, Is it better to create a query in DAO where a report has 4 sub-reports each of whose record source is a query created at runtime and everything is in 1 MDB file? From what I've...
1
by: loosecannon_1 | last post by:
Hello everyone, I am hoping someone can help me with this problem. I will say up front that I am not a SQL Server DBA, I am a developer. I have an application that sends about 25 simultaneous...
5
by: marshmallowww | last post by:
I have an Access 2000 mde application which uses ADO and pass through queries to communicate with SQL Server 7, 2000 or 2005. Some of my customers, especially those with SQL Server 2005, have had...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.