0
indyz

Visual C++ question/help/begging

Recommended Posts

I know, I know. Don't use Visual C++. But anyway, I have this assignment. It's basically freeform, so I'm doing a really lame (read: not useable in real life, but the instructor won't know that) logbook program. Anyway, it was compiling fine, now I'm getting a C2061 error from VC6 at a method declaration. The full text is:

"error C2061: syntax error : identifier 'CJump'"

and the line of code is:

'void InsertAt(int nIdx, CJump *jumpIns);'

I'm at my wits end here. I can't find any problems with my code (other than it's a rush job and needs better comments). It's probably something stupid that just needs a fresh set of eyes to spot. I can PM somebody the workspace as an attachment if they want to take a shot at it.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

0