CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8

Threaded View

  1. #1
    Join Date
    Feb 2009
    Posts
    11

    Post term does not evaluate to a function taking 2 arguments

    Hi, this is the first c++ program I write on my own. It should be about the RSA algorithm for encrypting data.

    The source code is attached. It gives me this error when I try to compile:
    error C2064: term does not evaluate to a function taking 2 arguments

    The error started when I started to include the euclidic algorithm, nevertheless the euclidic algorithm alone works to compile (and also gives me the gct).

    I'm very new to programming (just started three days ago), so please don't blame me if the error is very stupid.

    source code attached

    every help will be appreciated

    thanks
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured