Skip to content

Instantly share code, notes, and snippets.

@kf4x
Created December 5, 2012 21:57
Show Gist options
  • Save kf4x/4219854 to your computer and use it in GitHub Desktop.
Save kf4x/4219854 to your computer and use it in GitHub Desktop.
open file from c++
string openfile = "notepad.exe" + filename;
system(openfile.c_str());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment