Home » questions » how can i copy programs from outside c++ in notepad form and paste in c++.?

how can i copy programs from outside c++ in notepad form and paste in c++.?

2006-08-14 09:08:49, Category: Programming & Design
how do u copy paste frm outside c++ to c++

Answers

  1. Mr. Me

    On 2006-08-14 09:16:02


    If your c++ code is in notepad format (.txt) then just rename the file to something like this... From blahblah.txt to blahblah.cpp. Or just open the blahblah.txt --> select everything (or your code) --> copy it then go to your c++ editor and paste it. Note: Your code has to be in c++ language not any other language.
  2. paul van dyk

    On 2006-08-14 09:15:57


    make a prgram in blank c++ program save it.u now go into the bin folder in the c++ folder and open the saved doc. which will be in the notepad form now type ( or copy) the program into this doc. and save again. now go to the c++ and open the file in c++ form all of that would be there