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...

founder of c++

Answer Posted / anita asnani

c++ founded by Bjarne Stroustrup in 1980's

Is This Answer Correct ?    35 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write is a binary search tree? Write an algo and tell complexity?

994


Define a constructor - what it is and how it might be called (2 methods)?

1090


Explain polymorphism?

1049


Explain 'this' pointer and what would happen if a pointer is deleted twice?

1035


Define virtual constructor.

1072


What are references in c++? What is a local reference?

1005


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: "<

2017


What is the difference between equal to (==) and assignment operator (=)?

1045


Differentiate between a constructor and a destructor in c++.

996


What is tellg () in c++?

1267


what is pre-processor in C++?

1114


What size is allocated to the union variable?

1024


What are separators in c++?

1053


What is the maximum value of a unsigned char a) 255 b) 256 c) 128

1046


Describe the process of creation and destruction of a derived class object?

1086