Click here to Skip to main content
15,886,578 members
Articles / Desktop Programming / ATL

Visual Calc v3.0 - A new dimension for the desktop calculator

Rate me:
Please Sign up or sign in to vote.
3.62/5 (113 votes)
28 Apr 2006CPOL22 min read 352.6K   6.8K   104  
How to start programming a parser.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>VisualCalc Parser: Class Members - Functions</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.5 -->
<div class="tabs">
  <ul>
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    <li id="current"><a href="annotated.html"><span>Classes</span></a></li>
    <li><a href="files.html"><span>Files</span></a></li>
  </ul></div>
<div class="tabs">
  <ul>
    <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
    <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
    <li id="current"><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
  </ul></div>
<div class="tabs">
  <ul>
    <li><a href="functions.html"><span>All</span></a></li>
    <li id="current"><a href="functions_func.html"><span>Functions</span></a></li>
    <li><a href="functions_vars.html"><span>Variables</span></a></li>
    <li><a href="functions_enum.html"><span>Enumerations</span></a></li>
    <li><a href="functions_eval.html"><span>Enumerator</span></a></li>
  </ul>
</div>
<div class="tabs">
  <ul>
    <li><a href="#index_a"><span>a</span></a></li>
    <li><a href="#index_c"><span>c</span></a></li>
    <li><a href="#index_d"><span>d</span></a></li>
    <li><a href="#index_e"><span>e</span></a></li>
    <li><a href="#index_f"><span>f</span></a></li>
    <li><a href="#index_g"><span>g</span></a></li>
    <li><a href="#index_h"><span>h</span></a></li>
    <li><a href="#index_l"><span>l</span></a></li>
    <li><a href="#index_m"><span>m</span></a></li>
    <li><a href="#index_n"><span>n</span></a></li>
    <li><a href="#index_p"><span>p</span></a></li>
    <li><a href="#index_r"><span>r</span></a></li>
    <li><a href="#index_s"><span>s</span></a></li>
    <li><a href="#index_t"><span>t</span></a></li>
    <li><a href="#index_~"><span>~</span></a></li>
  </ul>
</div>

<p>
&nbsp;
<p>
<h3><a class="anchor" name="index_a">- a -</a></h3><ul>
<li>abs()
: <a class="el" href="class_c_v_calc_parser.html#be249590e704ae956317cdfeddfcf2b1">CVCalcParser</a><li>Acos()
: <a class="el" href="class_c_v_calc_parser.html#dd053deefb9c5b003703a6659c598946">CVCalcParser</a><li>Ans()
: <a class="el" href="class_c_v_calc_parser.html#217b97a3398d351cf3823bb3d8feef26">CVCalcParser</a><li>Asin()
: <a class="el" href="class_c_v_calc_parser.html#4dd2bd839beb8986f034dca7e687d29f">CVCalcParser</a><li>Atan()
: <a class="el" href="class_c_v_calc_parser.html#28e75fc1e44eb3c4438256d392ea2fc9">CVCalcParser</a></ul>
<h3><a class="anchor" name="index_c">- c -</a></h3><ul>
<li>CAnswerRequestedNotFoundException()
: <a class="el" href="class_c_answer_requested_not_found_exception.html#9fc669ed5aa0a973eac2ee9cb64ab158">CAnswerRequestedNotFoundException</a><li>CClosingParenthesisExpectedException()
: <a class="el" href="class_c_closing_parenthesis_expected_exception.html#0fc627fed9d4faa724a7eb64e8a31347">CClosingParenthesisExpectedException</a><li>CConstantAssignationException()
: <a class="el" href="class_c_constant_assignation_exception.html#6e3d57313e75c0f3bb765386008b44e6">CConstantAssignationException</a><li>CDivisionByZeroException()
: <a class="el" href="class_c_division_by_zero_exception.html#a9d12a8e3224ada048989c1c47b0bc29">CDivisionByZeroException</a><li>CDomainException()
: <a class="el" href="class_c_domain_exception.html#428f3724a0b153831754993a4aa7011a">CDomainException</a><li>CDomParameterMustBeAnIntegerException()
: <a class="el" href="class_c_dom_parameter_must_be_an_integer_exception.html#e618587ea5635445afc829f023bd9861">CDomParameterMustBeAnIntegerException</a><li>CDomParameterMustBePositiveException()
: <a class="el" href="class_c_dom_parameter_must_be_positive_exception.html#c2e4c1d6600a111dafdd0dae50062d67">CDomParameterMustBePositiveException</a><li>CDomParametersMustBeIntegersException()
: <a class="el" href="class_c_dom_parameters_must_be_integers_exception.html#3afab93ddc21c6c9e25e3fb9398c9237">CDomParametersMustBeIntegersException</a><li>CDomParametersMustBePositiveException()
: <a class="el" href="class_c_dom_parameters_must_be_positive_exception.html#7d026942398c62c9b67dcb788f72e7fc">CDomParametersMustBePositiveException</a><li>CFactorialDefForPositiveIntsException()
: <a class="el" href="class_c_factorial_def_for_positive_ints_exception.html#81b73b8edcf926dfec05b9d9f7cffe34">CFactorialDefForPositiveIntsException</a><li>CFunctionException()
: <a class="el" href="class_c_function_exception.html#fa1cd253cc3a82db26fb9b6ca72a32cb">CFunctionException</a><li>CFunctionNotSupportedException()
: <a class="el" href="class_c_function_not_supported_exception.html#e67d906f77ebab6eaf601e9cde807730">CFunctionNotSupportedException</a><li>CIllegalUseOfFonctionNameException()
: <a class="el" href="class_c_illegal_use_of_fonction_name_exception.html#5566ef30d1298cbdcf3c93293306350c">CIllegalUseOfFonctionNameException</a><li>CImplicitMultiplicationException()
: <a class="el" href="class_c_implicit_multiplication_exception.html#6b7404a0b17c1b181e2431df431d19e7">CImplicitMultiplicationException</a><li>CLiteralAssignationException()
: <a class="el" href="class_c_literal_assignation_exception.html#44e7b7cbf18362e2e79ac0a2e482cd33">CLiteralAssignationException</a><li>CMathematicException()
: <a class="el" href="class_c_mathematic_exception.html#1559e1dff1d090fd8f29b615a750b542">CMathematicException</a><li>CMathematicExpressionExpectedException()
: <a class="el" href="class_c_mathematic_expression_expected_exception.html#0741e65363c37ed3f4737b3ddf5927d4">CMathematicExpressionExpectedException</a><li>CMathParameterMustBeAnIntegerException()
: <a class="el" href="class_c_math_parameter_must_be_an_integer_exception.html#c6b95ca10759c910c739fa1cb9e05a08">CMathParameterMustBeAnIntegerException</a><li>CMathParameterMustBePositiveException()
: <a class="el" href="class_c_math_parameter_must_be_positive_exception.html#d3078377e629eac7d0a02f9a89bee69b">CMathParameterMustBePositiveException</a><li>CNMustBePositiveException()
: <a class="el" href="class_c_n_must_be_positive_exception.html#ebca49dafe3e7053d6e9d514087a9854">CNMustBePositiveException</a><li>cos()
: <a class="el" href="class_c_v_calc_parser.html#a066fc0d8e21cf8854823cb6c63adb56">CVCalcParser</a><li>cosh()
: <a class="el" href="class_c_v_calc_parser.html#460a276dbda929bce5dcff28c49e4a37">CVCalcParser</a><li>CParameterException()
: <a class="el" href="class_c_parameter_exception.html#7664bc317763f7eb685931d2d95438b9">CParameterException</a><li>CParameterOutOfRangeException()
: <a class="el" href="class_c_parameter_out_of_range_exception.html#3de4e1a019131c42bce8c0f649b3fb2a">CParameterOutOfRangeException</a><li>CParserException()
: <a class="el" href="class_c_parser_exception.html#7ad0491719527ac3a1a2721ed1daa0f1">CParserException</a><li>CPeriodUnexpectedException()
: <a class="el" href="class_c_period_unexpected_exception.html#ac341a2eaf50525fdda79c7b168422dd">CPeriodUnexpectedException</a><li>CPMustBePositiveException()
: <a class="el" href="class_c_p_must_be_positive_exception.html#14273f0c8e31ba21ab82418fb715d1e7">CPMustBePositiveException</a><li>CPMustBeSmallerThanNException()
: <a class="el" href="class_c_p_must_be_smaller_than_n_exception.html#7b696802f60fba48ced4662c676aa886">CPMustBeSmallerThanNException</a><li>CSyntaxException()
: <a class="el" href="class_c_syntax_exception.html#aacfd677e11b182a40aa7d37f56cf27b">CSyntaxException</a><li>CTooFewParametersException()
: <a class="el" href="class_c_too_few_parameters_exception.html#484708dc103c4237e277e4bd3691557e">CTooFewParametersException</a><li>CTooManyParametersException()
: <a class="el" href="class_c_too_many_parameters_exception.html#d3d0dea8a66f1c3db943a7b794f8e60b">CTooManyParametersException</a><li>CUndefinedVariableException()
: <a class="el" href="class_c_undefined_variable_exception.html#e62e61f23e8c6daee31d0ba72d0c95d6">CUndefinedVariableException</a><li>CUnexpectedCharacterException()
: <a class="el" href="class_c_unexpected_character_exception.html#f99a66d634aff6bcae678c43bc6bc436">CUnexpectedCharacterException</a><li>CUnknownException()
: <a class="el" href="class_c_unknown_exception.html#2aba720844ce6b0d1d77d4128c3e5fa2">CUnknownException</a><li>CUnknownFunctionCalledException()
: <a class="el" href="class_c_unknown_function_called_exception.html#0d96b77b10ab7605ceeccbb345601384">CUnknownFunctionCalledException</a><li>CVariableException()
: <a class="el" href="class_c_variable_exception.html#1a20f5ded8d8372b3e39c91594051eb1">CVariableException</a><li>CVCalcParser()
: <a class="el" href="class_c_v_calc_parser.html#c29d130824de8e6217826f3bddb43f4c">CVCalcParser</a><li>CVCalcParserException()
: <a class="el" href="class_c_v_calc_parser_exception.html#66f491ce8fd94a4529c99b48b1382ace">CVCalcParserException</a></ul>
<h3><a class="anchor" name="index_d">- d -</a></h3><ul>
<li>deg()
: <a class="el" href="class_c_v_calc_parser.html#d4ab77a9c36608751a5c362dae6d8813">CVCalcParser</a></ul>
<h3><a class="anchor" name="index_e">- e -</a></h3><ul>
<li>Evaluate()
: <a class="el" href="class_c_v_calc_parser.html#53f8a16035a6f340e8ae6225da3ddaf7">CVCalcParser</a><li>exp()
: <a class="el" href="class_c_v_calc_parser.html#fe89dd21dcf2cd8d75d3c6d92196ded6">CVCalcParser</a></ul>
<h3><a class="anchor" name="index_f">- f -</a></h3><ul>
<li>ffactor()
: <a class="el" href="class_c_v_calc_parser.html#ac4f8ba7577444b9dc8f3fd7e1ef999d">CVCalcParser</a></ul>
<h3><a class="anchor" name="index_g">- g -</a></h3><ul>
<li>GetAnswersHistory()
: <a class="el" href="class_c_v_calc_parser.html#ad66c566cb621bad9a30830428478500">CVCalcParser</a><li>GetErrorPos()
: <a class="el" href="class_c_v_calc_parser_exception.html#5372a482076726b6ea55d9247be23900">CVCalcParserException</a><li>GetExceptionNumber()
: <a class="el" href="class_c_v_calc_parser_exception.html#d705ee41907e820f9b3ae1e2e38ecb9f">CVCalcParserException</a><li>GetFunctions()
: <a class="el" href="class_c_v_calc_parser.html#d857340985c20f9f517f76b584ae2b97">CVCalcParser</a><li>GetMessage()
: <a class="el" href="class_c_v_calc_parser_exception.html#f8e60cc6adcd4c33b7148424ea98c7a0">CVCalcParserException</a><li>GetToken()
: <a class="el" href="class_c_v_calc_parser.html#5593665eab9b19f0eec6a62e4e50d3a5">CVCalcParser</a><li>GetVariables()
: <a class="el" href="class_c_v_calc_parser.html#3acf05c52be0fb64215757f3e8c77efa">CVCalcParser</a><li>GetVersion()
: <a class="el" href="class_c_v_calc_parser.html#f2628ce7dfbb18178fd65dc19091cb47">CVCalcParser</a><li>GetWarningMsg()
: <a class="el" href="class_c_v_calc_parser.html#78b0204cb38c8bd1aa3932257e333dd5">CVCalcParser</a></ul>
<h3><a class="anchor" name="index_h">- h -</a></h3><ul>
<li>HasWarning()
: <a class="el" href="class_c_v_calc_parser.html#e5bbc359d1790e4e5b6599c588956469">CVCalcParser</a></ul>
<h3><a class="anchor" name="index_l">- l -</a></h3><ul>
<li>Level_1()
: <a class="el" href="class_c_v_calc_parser.html#cc210c2429fffad4700dbec2789ce90d">CVCalcParser</a><li>Level_2()
: <a class="el" href="class_c_v_calc_parser.html#bde3aec010778dd4336bc58110bb9e77">CVCalcParser</a><li>Level_3()
: <a class="el" href="class_c_v_calc_parser.html#f8c086f9e10a7e4a9b3cfa49be1c6634">CVCalcParser</a><li>Level_4()
: <a class="el" href="class_c_v_calc_parser.html#a182baf0ad51a7c63957a0ea113c12c9">CVCalcParser</a><li>Level_5()
: <a class="el" href="class_c_v_calc_parser.html#d0ec6c12e48049b31768d9322da0540e">CVCalcParser</a><li>ln()
: <a class="el" href="class_c_v_calc_parser.html#d992912845097e4bb9e6cee3c81a7482">CVCalcParser</a><li>log()
: <a class="el" href="class_c_v_calc_parser.html#4331a778a55adebb9a49d3203b761310">CVCalcParser</a><li>logn()
: <a class="el" href="class_c_v_calc_parser.html#417f1f76518ff1693a839712f443fa0a">CVCalcParser</a></ul>
<h3><a class="anchor" name="index_m">- m -</a></h3><ul>
<li>mod()
: <a class="el" href="class_c_v_calc_parser.html#1e7a02838976ed64a7c3749822270c3a">CVCalcParser</a></ul>
<h3><a class="anchor" name="index_n">- n -</a></h3><ul>
<li>nAp()
: <a class="el" href="class_c_v_calc_parser.html#8f5e1a27fee1e8aea82de140cd8fc839">CVCalcParser</a><li>nCp()
: <a class="el" href="class_c_v_calc_parser.html#d419513e44bde20cbe781aebc38e49d8">CVCalcParser</a></ul>
<h3><a class="anchor" name="index_p">- p -</a></h3><ul>
<li>pow()
: <a class="el" href="class_c_v_calc_parser.html#e8f23056e0976c195beb61c92ad76243">CVCalcParser</a><li>Primary()
: <a class="el" href="class_c_v_calc_parser.html#1c323050e22744da030a014a861e03a4">CVCalcParser</a><li>product()
: <a class="el" href="class_c_v_calc_parser.html#12a524bd18bd4bff5f8cba3dcc308ee7">CVCalcParser</a></ul>
<h3><a class="anchor" name="index_r">- r -</a></h3><ul>
<li>rad()
: <a class="el" href="class_c_v_calc_parser.html#223e308cab7c1c8f3ed754f6a8bc6984">CVCalcParser</a><li>ResetAnswersHistory()
: <a class="el" href="class_c_v_calc_parser.html#cd8c53feaf3e054085378c652b259f2d">CVCalcParser</a><li>ResetFunctions()
: <a class="el" href="class_c_v_calc_parser.html#8ca3bcfeffb2fe60d8ac00594ad113a6">CVCalcParser</a><li>ResetParserMembers()
: <a class="el" href="class_c_v_calc_parser.html#4676fc736cddb26564fcc55a3896dfef">CVCalcParser</a><li>ResetVariables()
: <a class="el" href="class_c_v_calc_parser.html#d6cfe52738a37f353a6bad466330b01e">CVCalcParser</a></ul>
<h3><a class="anchor" name="index_s">- s -</a></h3><ul>
<li>sin()
: <a class="el" href="class_c_v_calc_parser.html#ccdc395b4777fe75b7aad79ec188868b">CVCalcParser</a><li>sinh()
: <a class="el" href="class_c_v_calc_parser.html#d080f9fdcdd1d06022b6206429fe260e">CVCalcParser</a><li>sqrt()
: <a class="el" href="class_c_v_calc_parser.html#d80f90e6ebeeadde59f6d64290480062">CVCalcParser</a><li>sqrtn()
: <a class="el" href="class_c_v_calc_parser.html#99566824e2739113c77413beb0a92645">CVCalcParser</a><li>StepIndexForward()
: <a class="el" href="class_c_v_calc_parser.html#4b3679c0f0bedf36870bb4569d194be9">CVCalcParser</a><li>sum()
: <a class="el" href="class_c_v_calc_parser.html#4faca6a612ecdc863804af33673966b2">CVCalcParser</a></ul>
<h3><a class="anchor" name="index_t">- t -</a></h3><ul>
<li>tan()
: <a class="el" href="class_c_v_calc_parser.html#41040fcd49f23a12d66e81ab8d29ec09">CVCalcParser</a><li>tanh()
: <a class="el" href="class_c_v_calc_parser.html#d0cb912f3527dbee24318528ab8823f0">CVCalcParser</a></ul>
<h3><a class="anchor" name="index_~">- ~ -</a></h3><ul>
<li>~CAnswerRequestedNotFoundException()
: <a class="el" href="class_c_answer_requested_not_found_exception.html#950db3a59d9a87cd1deb24f181224a1f">CAnswerRequestedNotFoundException</a><li>~CClosingParenthesisExpectedException()
: <a class="el" href="class_c_closing_parenthesis_expected_exception.html#0e7f04e8fee1c6ca19dcdbb74e619b86">CClosingParenthesisExpectedException</a><li>~CConstantAssignationException()
: <a class="el" href="class_c_constant_assignation_exception.html#ef7690835cd7277113e4c1f52883b66b">CConstantAssignationException</a><li>~CDivisionByZeroException()
: <a class="el" href="class_c_division_by_zero_exception.html#3578602dbaf301019eba2d95e410438f">CDivisionByZeroException</a><li>~CDomainException()
: <a class="el" href="class_c_domain_exception.html#135db1ebf87382f0db64d09fdd64fa60">CDomainException</a><li>~CDomParameterMustBeAnIntegerException()
: <a class="el" href="class_c_dom_parameter_must_be_an_integer_exception.html#522d34726e49f7d728f266f4d0967803">CDomParameterMustBeAnIntegerException</a><li>~CDomParameterMustBePositiveException()
: <a class="el" href="class_c_dom_parameter_must_be_positive_exception.html#bd34e0b02163292c548c18c5c2b6f5f1">CDomParameterMustBePositiveException</a><li>~CDomParametersMustBeIntegersException()
: <a class="el" href="class_c_dom_parameters_must_be_integers_exception.html#56d7478d904b0c6dd66d7dc7db590b15">CDomParametersMustBeIntegersException</a><li>~CDomParametersMustBePositiveException()
: <a class="el" href="class_c_dom_parameters_must_be_positive_exception.html#b934cdfa3b2034036c795347676b5e35">CDomParametersMustBePositiveException</a><li>~CFactorialDefForPositiveIntsException()
: <a class="el" href="class_c_factorial_def_for_positive_ints_exception.html#3ca2f73196f531bc355d1687b445cb21">CFactorialDefForPositiveIntsException</a><li>~CFunctionException()
: <a class="el" href="class_c_function_exception.html#5695a77949b5edced8ab78b515a65a97">CFunctionException</a><li>~CFunctionNotSupportedException()
: <a class="el" href="class_c_function_not_supported_exception.html#98621e1e970d06917582708e57dc0948">CFunctionNotSupportedException</a><li>~CIllegalUseOfFonctionNameException()
: <a class="el" href="class_c_illegal_use_of_fonction_name_exception.html#6cc1c2473c108cddaa4b842c32199e4f">CIllegalUseOfFonctionNameException</a><li>~CImplicitMultiplicationException()
: <a class="el" href="class_c_implicit_multiplication_exception.html#f0bfc4d8aaf1f0400b38bc2e2b1687d2">CImplicitMultiplicationException</a><li>~CLiteralAssignationException()
: <a class="el" href="class_c_literal_assignation_exception.html#8c38f48b33758040e94bb7890b940178">CLiteralAssignationException</a><li>~CMathematicException()
: <a class="el" href="class_c_mathematic_exception.html#f059608dfc78f0e69cc3ba5b40335747">CMathematicException</a><li>~CMathematicExpressionExpectedException()
: <a class="el" href="class_c_mathematic_expression_expected_exception.html#874b061b448af6d9cca8c4382d710f8f">CMathematicExpressionExpectedException</a><li>~CMathParameterMustBeAnIntegerException()
: <a class="el" href="class_c_math_parameter_must_be_an_integer_exception.html#47ed687ab6aa97fc459b0605c0607933">CMathParameterMustBeAnIntegerException</a><li>~CMathParameterMustBePositiveException()
: <a class="el" href="class_c_math_parameter_must_be_positive_exception.html#3cfb4dce4f5e90f89b8b8622e36c03cc">CMathParameterMustBePositiveException</a><li>~CNMustBePositiveException()
: <a class="el" href="class_c_n_must_be_positive_exception.html#184c08dfa2a9d93a9d48eee6cd95b309">CNMustBePositiveException</a><li>~CParameterException()
: <a class="el" href="class_c_parameter_exception.html#78571ceec0dc406276b738521ee0bc63">CParameterException</a><li>~CParameterOutOfRangeException()
: <a class="el" href="class_c_parameter_out_of_range_exception.html#b10486d91ab0cd38ec9c8757fe3cee34">CParameterOutOfRangeException</a><li>~CParserException()
: <a class="el" href="class_c_parser_exception.html#64e6107034bab3271a4e6ce2f81ee74e">CParserException</a><li>~CPeriodUnexpectedException()
: <a class="el" href="class_c_period_unexpected_exception.html#ae7a3f79500780c9415c14aa98dcfd7b">CPeriodUnexpectedException</a><li>~CPMustBePositiveException()
: <a class="el" href="class_c_p_must_be_positive_exception.html#d70bae89595aa51e528f06ee1fbaefe2">CPMustBePositiveException</a><li>~CPMustBeSmallerThanNException()
: <a class="el" href="class_c_p_must_be_smaller_than_n_exception.html#bc84a1f7e9c68c97b00e2dd09e04d721">CPMustBeSmallerThanNException</a><li>~CSyntaxException()
: <a class="el" href="class_c_syntax_exception.html#09e62b8dd9e849426b046ff42c07a07e">CSyntaxException</a><li>~CTooFewParametersException()
: <a class="el" href="class_c_too_few_parameters_exception.html#f5cbe6871ea2cda973d926dc4e2ae119">CTooFewParametersException</a><li>~CTooManyParametersException()
: <a class="el" href="class_c_too_many_parameters_exception.html#d5c1a7898e918c2d7a3ca591c89397ff">CTooManyParametersException</a><li>~CUndefinedVariableException()
: <a class="el" href="class_c_undefined_variable_exception.html#a3f19ff241195a383a76ba72f9ba0219">CUndefinedVariableException</a><li>~CUnexpectedCharacterException()
: <a class="el" href="class_c_unexpected_character_exception.html#6da4decc39808135e1d8f30de84d4f2e">CUnexpectedCharacterException</a><li>~CUnknownException()
: <a class="el" href="class_c_unknown_exception.html#479b0abaff7ae988203029d42e0c9f28">CUnknownException</a><li>~CUnknownFunctionCalledException()
: <a class="el" href="class_c_unknown_function_called_exception.html#379c1a6f36521e58faa5c2bb18ca94d4">CUnknownFunctionCalledException</a><li>~CVariableException()
: <a class="el" href="class_c_variable_exception.html#cc1bc39894a3599b81e20f71a7499c1d">CVariableException</a><li>~CVCalcParser()
: <a class="el" href="class_c_v_calc_parser.html#32bdb3fe05a07512580b3eb6df53d076">CVCalcParser</a><li>~CVCalcParserException()
: <a class="el" href="class_c_v_calc_parser_exception.html#8bce4817af17a0b85b0106312670e9f6">CVCalcParserException</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 6 23:55:55 2006 for VisualCalc Parser by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.5 </small></address>
</body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Accenture Technology Solutions
France France

Toxcct is an electronics guy who felt in love with programming at the age of 10 when he discovered C to play with Texas-Instruments calculators.

Few years later, he discovered "The C++ Language" from Bjarne Stroustrup ; a true transformation in his life.

Now, toxcct is experiencing the Web by developing Siebel CRM Applications for a living. He also respects very much the Web Standards (YES, a HTML/CSS code MUST validate !), and plays around with HTML/CSS/Javascript/Ajax/PHP and such.

_____

After four years of services as a Codeproject MVP, toxcct is now taking some distance as he doesn't like how things are going on the forums. he particularly doesn't accept how some totally ignorant people got the MVP Reward by only being arrogant and insulting while replying on the technical forums.



Comments and Discussions