Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
iostream.h | 2014-03-21 | 25.2 kB | |
FSTREAM.H | 2014-03-21 | 5.2 kB | |
cerrno | 2014-03-21 | 69 Bytes | |
cstdio | 2014-03-21 | 73 Bytes | |
unistd.h | 2014-03-21 | 3.8 kB | |
stdio.h | 2014-03-21 | 10.7 kB | |
string.h | 2014-03-21 | 12.8 kB | |
Totals: 7 Items | 58.0 kB | 0 |
/* * main.cxx * * Copyright 2014 [LinuxArts] <http://linuxarts.co.nf/> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, grab a copy on the official web- * site <http://www.gnu.org/licenses/gpl-2.0.html>. * */ The include folder contains used C++ header files and the src folder contains the main.cxx source. The LinuxID file is the Linux binary. To run it navigate to its directory from the terminal and type : ./LinuxID Or if you have changed the file name type: ./filename