Thread: greets
View Single Post
Old 10-14-2004, 01:40 PM   #6 (permalink)
cracksevi
Registered User
 
Join Date: Oct 2004
Posts: 14
cracksevi is on a distinguished road
Send a message via ICQ to cracksevi
for example :
#include <iostream>
using std::cout;
using std::cin;
using std::endl;
using std::ios;

#include <iomanip>
using std::setprecision;
using std::setiosflags;






these can be shortened by anyway?
cracksevi is offline   Reply With Quote