Executing compiler processes from the command line [on hold]
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
put on hold as too broad by bertieb, DavidPostill♦ 2 days ago
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
put on hold as too broad by bertieb, DavidPostill♦ 2 days ago
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 2 days ago
Christian Panov
1
1
New contributor
New contributor
put on hold as too broad by bertieb, DavidPostill♦ 2 days ago
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.
put on hold as too broad by bertieb, DavidPostill♦ 2 days ago
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