Click here to Skip to main content
15,919,479 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem with Digital Display CStatic control Pin
Semion_N11-Jul-06 7:38
Semion_N11-Jul-06 7:38 
AnswerRe: Problem with Digital Display CStatic control [modified] Pin
Semion_N11-Jul-06 8:23
Semion_N11-Jul-06 8:23 
GeneralRe: Problem with Digital Display CStatic control Pin
Semion_N11-Jul-06 18:52
Semion_N11-Jul-06 18:52 
QuestionGet Current Directory Pin
mehmetned11-Jul-06 4:00
mehmetned11-Jul-06 4:00 
AnswerRe: Get Current Directory Pin
_AnsHUMAN_ 11-Jul-06 4:29
_AnsHUMAN_ 11-Jul-06 4:29 
GeneralRe: Get Current Directory Pin
mehmetned11-Jul-06 4:45
mehmetned11-Jul-06 4:45 
GeneralRe: Get Current Directory Pin
David Crow11-Jul-06 5:02
David Crow11-Jul-06 5:02 
GeneralRe: Get Current Directory Pin
see me11-Jul-06 5:15
see me11-Jul-06 5:15 
AnswerRe: Get Current Directory Pin
Eric Dahlvang11-Jul-06 8:15
Eric Dahlvang11-Jul-06 8:15 
QuestionComunication between software Pin
NorGUI11-Jul-06 3:43
NorGUI11-Jul-06 3:43 
AnswerRe: Comunication between software Pin
Jun Du11-Jul-06 3:52
Jun Du11-Jul-06 3:52 
GeneralRe: Comunication between software Pin
earl11-Jul-06 4:01
earl11-Jul-06 4:01 
AnswerRe: Comunication between software Pin
ldaoust11-Jul-06 4:24
ldaoust11-Jul-06 4:24 
GeneralRe: Comunication between software Pin
NorGUI11-Jul-06 5:46
NorGUI11-Jul-06 5:46 
GeneralRe: Comunication between software Pin
earl11-Jul-06 5:52
earl11-Jul-06 5:52 
GeneralRe: Comunication between software Pin
ldaoust11-Jul-06 7:18
ldaoust11-Jul-06 7:18 
GeneralRe: Comunication between software Pin
earl11-Jul-06 7:26
earl11-Jul-06 7:26 
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.

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.