开发者

Need references: Auto code generator C++ [closed]

开发者 https://www.devze.com 2023-03-08 16:52 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current fo开发者_运维知识库r
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current fo开发者_运维知识库rm. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

I need to create a Auto code generator that generates Fortran codes and implemented on either C or C++.

Can anyone give me some references or a good place to start this... Even any suggestion or ideas too....


This is called a compiler. Anything that translates from one language to another is a compiler. I suggest you read up on compilers.


Good starting places:

#include <string.h>

(for C)

#include <sstream>

(for C++)

0

精彩评论

暂无评论...
验证码 换一张
取 消