How to convert word document into cpp file for turbo c++

Опубликовано: 23 Октябрь 2024
на канале: Quick Fix “Quick Fix”
21,334
122

1.First open word document and copy your program which is in text format in ms word
2.go to home screen take a text document by right clicking of mouse button
3. Paste ur copied document and then go to file and then to save as
Name ur file as xyz.cpp and below option to all types and hit enter
4. U will see .Cpp file has created copy that file to bin folder where u installed turbo c++
5. After this open c++ nd click to open u will see that file its done
Thank you!!