C++ Codes
Algorithms
Algorithm Analysis in C++
Beginners
Code Snippets
Graphics
Data Structures
File Manipulation
Games
Mathematics
Miscellaneous
Visual C++ Library
C++ > Code Snippets sample source codes
Launch notepad using C++
Launch notepad using C++ #include <iostream.h> #include <windows.h> int main(void) { cout<<"Explorer will launch.\n"<<endl; /*replace with the path to your explorer.exe*/ system("h:\\windows\\explorer.exe"); return 0; }
Privacy Policy
|
Link to Us
|
Links