--------------------Configuration: banking_calculator - Win32 Debug--------------------
Compiling...
banking_calculator.cpp
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(5) : error C2065: 'calc_info' : undeclared identifier
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(5) : error C2146: syntax error : missing ')' before identifier 'calc1'
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(5) : error C2182: 'interest' : illegal use of type 'void'
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(5) : error C2059: syntax error : ')'
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(6) : error C2146: syntax error : missing ')' before identifier 'calc1'
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(6) : error C2182: 'fd_tds' : illegal use of type 'void'
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(6) : error C2059: syntax error : ')'
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(7) : error C2065: 'invest_info' : undeclared identifier
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(7) : error C2146: syntax error : missing ')' before identifier 'invest'
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(7) : error C2182: 'invest_func' : illegal use of type 'void'
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(7) : error C2059: syntax error : ')'
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(21) : error C2146: syntax error : missing ';' before identifier 'calc'
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(21) : error C2065: 'calc' : undeclared identifier
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(22) : error C2146: syntax error : missing ';' before identifier 'invest'
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(22) : error C2065: 'invest' : undeclared identifier
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(30) : error C2228: left of '.principal' must have class/struct/union type
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(32) : error C2228: left of '.rate' must have class/struct/union type
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(34) : error C2228: left of '.period' must have class/struct/union type
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(3

: error C2228: left of '.principal' must have class/struct/union type
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(40) : error C2228: left of '.rate' must have class/struct/union type
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(42) : error C2228: left of '.period' must have class/struct/union type
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(46) : error C2228: left of '.income' must have class/struct/union type
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(4

: error C2228: left of '.expen' must have class/struct/union type
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(50) : error C2228: left of '.interest' must have class/struct/union type
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(52) : error C2228: left of '.period' must have class/struct/union type
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(57) : warning C4508: 'main' : function should return a value; 'void' return type assumed
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(59) : error C2146: syntax error : missing ')' before identifier 'calc1'
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(59) : error C2182: 'interest' : illegal use of type 'void'
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(59) : error C2059: syntax error : ')'
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(60) : error C2447: missing function header (old-style formal list?)
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(82) : error C2146: syntax error : missing ')' before identifier 'invest1'
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(82) : error C2182: 'invest_func' : illegal use of type 'void'
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(82) : error C2086: 'invest_func' : redefinition
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(82) : error C2059: syntax error : ')'
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(83) : error C2143: syntax error : missing ';' before '{'
C:\Documents and Settings\Dhruv Arora\Desktop\C++ Programs\Project - XI\banking_calculator.cpp(83) : error C2447: missing function header (old-style formal list?)
Error executing cl.exe.
banking_calculator.obj - 35 error(s), 1 warning(s)