Click here to Skip to main content
15,887,214 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Comunication between software Pin
NorGUI11-Jul-06 23:22
NorGUI11-Jul-06 23:22 
GeneralRe: Comunication between software [modified] Pin
ldaoust12-Jul-06 4:00
ldaoust12-Jul-06 4:00 
AnswerRe: Comunication between software Pin
Joe Woodbury11-Jul-06 8:00
professionalJoe Woodbury11-Jul-06 8:00 
QuestionResize the Model Dialog Pin
Uday Janaswamy11-Jul-06 3:24
Uday Janaswamy11-Jul-06 3:24 
AnswerRe: Resize the Model Dialog Pin
ashish dogra11-Jul-06 3:27
ashish dogra11-Jul-06 3:27 
QuestionRe: Resize the Model Dialog Pin
David Crow11-Jul-06 5:04
David Crow11-Jul-06 5:04 
AnswerRe: Resize the Model Dialog Pin
_AnsHUMAN_ 11-Jul-06 3:46
_AnsHUMAN_ 11-Jul-06 3:46 
QuestionC/C++ interpreter Pin
ayshe11-Jul-06 2:30
ayshe11-Jul-06 2:30 
hi.. I must implement an interpreter in C programming language that will get the source code of a program in text file format and execute it.

but i don't know C language enough to write this interpreter. so I need this interpreter code that is written with C language.(or it can be C++) I searched this codes in google and some websites, but codes which I found are useless..

if you can help me, you gladden me.

please help me.. this effects my graduation.. Frown | :(

*************************

a part from my homework;

Your interpreter program will accept and execute statements below:
• int variable_name
• cin>> variable_name
• cout<< variable_name
• variable_name = infix arithmetic expression (variable names, +, -, *, /, and parentheses (..)).
• for loop
• if else statement
(your interpreter does not need to recognize and execute nested for and if/else statements .
It should give error messages. Possible syntactic errors relating source code input are:
• Undefined variable <variable_name>
• Paranthesis mismatch
• Curly brackets mismatch
For the arithmetic expression evaluation you are free to use directly an existing evaluator program source code like polish notation within your interpreter.
AnswerRe: C/C++ interpreter Pin
David Crow11-Jul-06 2:35
David Crow11-Jul-06 2:35 
AnswerRe: C/C++ interpreter Pin
toxcct11-Jul-06 2:35
toxcct11-Jul-06 2:35 
AnswerRe: C/C++ interpreter Pin
Maximilien11-Jul-06 2:37
Maximilien11-Jul-06 2:37 
GeneralRe: C/C++ interpreter Pin
toxcct11-Jul-06 2:59
toxcct11-Jul-06 2:59 
AnswerRe: C/C++ interpreter Pin
Hamid_RT11-Jul-06 3:20
Hamid_RT11-Jul-06 3:20 
AnswerRe: C/C++ interpreter Pin
Christian Graus11-Jul-06 4:15
protectorChristian Graus11-Jul-06 4:15 
GeneralRe: C/C++ interpreter Pin
Steve S11-Jul-06 6:00
Steve S11-Jul-06 6:00 
GeneralRe: C/C++ interpreter Pin
Christian Graus11-Jul-06 6:28
protectorChristian Graus11-Jul-06 6:28 
GeneralRe: C/C++ interpreter Pin
Steve S11-Jul-06 6:32
Steve S11-Jul-06 6:32 
GeneralRe: C/C++ interpreter Pin
Christian Graus11-Jul-06 7:06
protectorChristian Graus11-Jul-06 7:06 
Answerthanks... Pin
ayshe11-Jul-06 8:29
ayshe11-Jul-06 8:29 
Questionwhich message i should pass for selecting item in listControl. Pin
Amit Agarrwal11-Jul-06 2:26
Amit Agarrwal11-Jul-06 2:26 
AnswerRe: which message i should pass for selecting item in listControl. Pin
David Crow11-Jul-06 2:34
David Crow11-Jul-06 2:34 
GeneralRe: which message i should pass for selecting item in listControl. Pin
Amit Agarrwal11-Jul-06 2:50
Amit Agarrwal11-Jul-06 2:50 
GeneralRe: which message i should pass for selecting item in listControl. Pin
David Crow11-Jul-06 3:03
David Crow11-Jul-06 3:03 
QuestionFrom .exe to .lib Pin
safigh11-Jul-06 2:20
safigh11-Jul-06 2:20 
AnswerRe: From .exe to .lib Pin
David Crow11-Jul-06 2:22
David Crow11-Jul-06 2:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.