Adil
DevBest CEO
- May 28, 2011
- 1,278
- 716
I sorta drew inspiration from an existing script.
Here is my script ->
(Having formatting issues with the script here)
You can cross compile this - use VC++'s in-built compiler for Windows and G++ for Linux.
To compile for Linux:
cd ~/Downloads (default download directory) (change if you have the script saved somewhere else)
g++ <filename.cpp>
Here is my script ->
You must be registered for see links
(Having formatting issues with the script here)
You can cross compile this - use VC++'s in-built compiler for Windows and G++ for Linux.
To compile for Linux:
cd ~/Downloads (default download directory) (change if you have the script saved somewhere else)
g++ <filename.cpp>