List Question
20 TechQA 2024-02-13T14:24:11.253000Combined usage of getline, strcat and realloc functions
52 views
Asked by Алексей Курочкин
How to split using getline() in c++
89 views
Asked by klp
Why won't my input be displayed from an array of structure?
84 views
Asked by Rae
Can't read past EOF in C
110 views
Asked by MeSteve
eofbit not set with clear in C++98
75 views
Asked by Mister Lixam
how to combine files and vector of class type? cpp
76 views
Asked by ghghghg
sort out IP addrs from file in C program
93 views
Asked by Shivansh
c++ concurrent getline on ifstream
67 views
Asked by geekyDuck
Using getline() when my line is split into two lines, C++
131 views
Asked by matheconcs
C++ VSCode Ubuntu Terminal intercepting command line responses
41 views
Asked by Greg H
getline() reaches end of file when reading UTF-8 emoji character
122 views
Asked by James P
having issue with cin.getline() when working with char data type
58 views
Asked by Mohammed Ashraf
Process terminating with default action of signal 13 (SIGPIPE)
196 views
Asked by Mohammed Ahmed
How to write C++ code that takes n strings and stores them inside a vector of strings and later prints it
85 views
Asked by user22643044
Why does std::getline() seem to mess up accented characters?
135 views
Asked by thepaqui
C++ std::fstream getline() stops reading file after first long line
81 views
Asked by Vladlen
When using getline(cin, name) in c++ the first character of the lines is omitted even if I don't use cin.ignore()
33 views
Asked by Marco Angeloni
getline doesn't allow me to enter multiple lines for input
61 views
Asked by YWH
Code not returning line if there is no newline character
177 views
Asked by CVB