what exactly is char **??
how is it used in getline function?
learner_new 0 Newbie Poster
Recommended Answers
Jump to Posta
char*
is considered a c-style string. It is just an array of characters. Achar **
is and array ofchar*
which is to say it is an group of c-style strings. The string type is an ogject created from the class string. These are two different things. This …
All 4 Replies
WaltP 2,905 Posting Sage w/ dash of thyme Team Colleague
Lucaci Andrew 140 Za s|n
learner_new 0 Newbie Poster
NathanOliver 429 Veteran Poster Featured Poster
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.