Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
-
answerhappygod
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Post
by answerhappygod »
C++ how can you tweak this to read comma separatedvalues

- C How Can You Tweak This To Read Comma Separated Values 1 (6.41 KiB) Viewed 29 times
void read (vector list){ string str; ifstream file("data.txt"); while(file>>str) { char *co_str = new char[str.length() strcpy(co_str, str.c_str()); list.push_back(co_str); copy(list.begin(), list.end(), ostream_iterator(cout, "\n")); } + 1];
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!