//
// File: PreProcessorCommands.cc
// Author: eranga
//
// Created on January 7, 2008, 5:24 PM
//
#include
#include
using namespace std;
//
//
//
int main(int argc, char** argv) {
cout << "File Name : " << __FILE__ << endl;
cout << "Current Time : " << __TIME__ << endl;
cout << "Current Line : " << __LINE__ << endl;
return (EXIT_SUCCESS);
}
No comments:
Post a Comment