I need to convert c++ code to c#
I dont have much idea of c++ so can you please help
Equivalent for following in c#
Position is an int and CodeParser,
struct CodeEffect { // defines what happens when a datum is processed
CodeAction action;
const CodeState* next;
bool markPosition;
};
1. typedef void (CodeParser::Context::*CodeAction)(CodeParser::Position);
2. #ifndef NDEBUG
I would be very thankful for the help.
This post has been edited by JackOfAllTrades: 06 August 2010 - 05:01 AM
Reason for edit:: Added code tags.

New Topic/Question
Reply



MultiQuote




|