C++ Programming: Intro to Analyzing URLs w/ Built-in Library

  • Context: C/C++ 
  • Thread starter Thread starter medonaldson2
  • Start date Start date
  • Tags Tags
    C++ Intro
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
medonaldson2
Messages
2
Reaction score
0
I'm in an introductory course for c++ and I'm trying to make a program where it analyzes a url link and do string searches within it. For example if I were to put in https://www.wikipedia.com , it would say, "You've requested the Wikipedia- The Free Encyclopedia page."

My professor told us that there is a built in c++ library to make this easy, I've been searching everywhere but I have no idea what library this is.

thanks.
 
Physics news on Phys.org
I'm sure there's more than one! But no doubt there is one that's best suited.

The <algorithm> lib might be of use to you?