I know, that maybe it's silly but I tried a lot and haven't forced it to work.
Normally, from command prompt, I do sth like this:
>g++ location\source_file_name -o location\output_file
And that works.
I tried to type in RUN in N++ this:
g++ "$(FULL_CURRENT_PATH)" -o "$(CURRENT_DIRECTORY)\$(NAME_PART)"
And that doesn't work. Command line window just blink and that's all. No output file. What's wrong?
I'm very sorry. Now I realised that this post is in wrong place :(
Somehow I missed 'Help' section.
I know, that maybe it's silly but I tried a lot and haven't forced it to work.
Normally, from command prompt, I do sth like this:
>g++ location\source_file_name -o location\output_file
And that works.
I tried to type in RUN in N++ this:
g++ "$(FULL_CURRENT_PATH)" -o "$(CURRENT_DIRECTORY)\$(NAME_PART)"
And that doesn't work. Command line window just blink and that's all. No output file.
What's wrong?
I'm very sorry. Now I realised that this post is in wrong place :(
Somehow I missed 'Help' section.