Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a search engine for C++ commands?

Tags:

c++

I do C++ and R programming since last 3 years.

I wish to know is there a search engine for C++ commands where I can find all the details regarding the command.

This is the example of what I am looking for: This is a search engine for R commands: http://www.rseek.org/

like image 806
Swapnil 'Tux' Takle Avatar asked Dec 02 '25 05:12

Swapnil 'Tux' Takle


1 Answers

Google works pretty well.

If you only want C++ hits, use the site: restriction, as in "site:cppreference.com emplace_back"

Perhaps "site:cppreference.com pow" is a better example, since pow by itself would normally come up with many unrelated hits.

Of course, keyword search works also, try "site:cppreference.com natural logarithm"

like image 80
Ben Voigt Avatar answered Dec 03 '25 20:12

Ben Voigt



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!