From: Abhi Us Date: 2008-03-19T19:24:46+09:00 Subject: Problem in using typedef with c++ Hi My code is as follows :- example.h #include"iostream.h" using namespace std; typedef int MYINT; void sum(MYINT a, MYINT b); example.cpp #include"example.h" void sum(MYINT a, MYINT b) { MYINT c; c=a +b; cout< this > Kindly help -- Posted via http://www.ruby-forum.com/.