Executing compiler processes from the command line [closed]
up vote
0
down vote
favorite
Some time ago I started a project, an IDE, and I spent some time thinking about how the compilation will work, and from what I have gathered as information, I can just download, let's say a C/C++ compiler like MinGW and run commands from the command line (cmd).
But is this the right approach for using compilers? Is there a more efficient way to implement and use a compiler into my software?
Also, how will the debugging part be done? Are there debuggers online which I can download and again run operations from the command line?
And in short, how would I implement such vital features into my software? (Compiling, debugging, maybe even code analysis)
cmd.exe compile wpf
New contributor
closed as too broad by bertieb, DavidPostill♦ Nov 16 at 21:37
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
0
down vote
favorite
Some time ago I started a project, an IDE, and I spent some time thinking about how the compilation will work, and from what I have gathered as information, I can just download, let's say a C/C++ compiler like MinGW and run commands from the command line (cmd).
But is this the right approach for using compilers? Is there a more efficient way to implement and use a compiler into my software?
Also, how will the debugging part be done? Are there debuggers online which I can download and again run operations from the command line?
And in short, how would I implement such vital features into my software? (Compiling, debugging, maybe even code analysis)
cmd.exe compile wpf
New contributor
closed as too broad by bertieb, DavidPostill♦ Nov 16 at 21:37
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Some time ago I started a project, an IDE, and I spent some time thinking about how the compilation will work, and from what I have gathered as information, I can just download, let's say a C/C++ compiler like MinGW and run commands from the command line (cmd).
But is this the right approach for using compilers? Is there a more efficient way to implement and use a compiler into my software?
Also, how will the debugging part be done? Are there debuggers online which I can download and again run operations from the command line?
And in short, how would I implement such vital features into my software? (Compiling, debugging, maybe even code analysis)
cmd.exe compile wpf
New contributor
Some time ago I started a project, an IDE, and I spent some time thinking about how the compilation will work, and from what I have gathered as information, I can just download, let's say a C/C++ compiler like MinGW and run commands from the command line (cmd).
But is this the right approach for using compilers? Is there a more efficient way to implement and use a compiler into my software?
Also, how will the debugging part be done? Are there debuggers online which I can download and again run operations from the command line?
And in short, how would I implement such vital features into my software? (Compiling, debugging, maybe even code analysis)
cmd.exe compile wpf
cmd.exe compile wpf
New contributor
New contributor
New contributor
asked Nov 16 at 15:22
Christian Panov
11
11
New contributor
New contributor
closed as too broad by bertieb, DavidPostill♦ Nov 16 at 21:37
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
closed as too broad by bertieb, DavidPostill♦ Nov 16 at 21:37
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes