Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

input full line as input in cpp

string line;

while (getline(cin, line)) {
    // do something with the line
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #input #full #line #input #cpp
ADD COMMENT
Topic
Name
7+5 =