How can I write in C++ a code in which a user select multiple similar names from a list of names.

Recommended Answers

All 2 Replies

Is this in raw native c++? No GUI or extra libraries?
Maybe the old print a numbered list and you accept input in a string then parse to see what numbered items were selected.

commented: No GUI, no extra libraries just raw native c++. +0

I shared the gist of how we did this since about 1972 (when C came out.) What's stopping you now?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.