> compiler to complain about cout and cin not being > declared. i think you have to add following line:
using namespace std; or use std::cin, std::cout the cin and cout stream objects are in std namespace. hope this helps you. Mehul Send instant messages to your online friends http://in.messenger.yahoo.com -- ______________________________________________________________________ Pune GNU/Linux Users Group Mailing List: ([email protected]) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
