Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is Object Oriented programming.what is the difference
between C++ and C?

Answer Posted / shiv

all above given is bull shit , all that is just bookish
language ,
use both and feal the difference . you wont abe able to
judge minute differences unless and untill you have mastred
it .

till then rely on above answers.

Is This Answer Correct ?    26 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are references in c++?

1133


Where can I run c++ program?

1064


What is setf in c++?

1086


What are static member functions?

1108


Define friend function.

1039


Are php strings immutable?

1048


Explain the difference between using macro and inline functions?

1117


What is the benefit of learning c++?

979


declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator

2342


Is python better than c++?

1021


Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.

3856


Which bitwise operator is used to check whether a particular bit is on or off?

1056


can any one help to find a specific string between html tags which is changed to a sting.. weather.html looks (for location) is somewhere #include #include #include using namespace std; string find_field(string myPage,string); int main (void) { string page, line, location, temperature; ifstream inputFile("weather.xml"); while(getline(inputFile, line)) { page.append(line); line.erase(); } // Now page is a string that contains the whole xml page // Here you need to write something that finds and // extracts location and temperature from the XML // data in the string page and stores them in // the strings location and temperature respectively location=find_field(page,"location"); temperature=find_field(page,"temp_c"); cout << "Location: "<

2051


What do the keywords volatile and mean mutable?

1048


Can char be a number c++?

1040