Answer the question
In order to leave comments, you need to log in
How to add characters to the end of char?
there is a program that works with processes
and here is a piece of code
char processname[64];
cout << "Введите процесс" << endl;
cin >> processname;
cout << "Введите процесс" << endl;
cin >> processname;
processname = processname + ".exe"
Answer the question
In order to leave comments, you need to log in
C++ has had full-fledged (and therefore slow, but not in implementation, but ideologically) strings for a very long time, the string class with which and + will work and syntactically convenient
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question