开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜