Connect with coders across the globe & discuss on various topics. Knowledge center Library Well thought articles on coding for all levels Online IDE See all compilers C compiler Javascript compiler C++ compiler Python compiler Java compiler Ruby compiler Interview problemsView all problems...
OneCompiler's C++ online compiler supports stdin and users can give inputs to programs using the STDIN textbox under the I/O tab. Following is a sample program which takes name as input and print your name with hello. #include<iostream>#include<string>usingnamespacestd;intmain(){stringname...