Menu

How to use Notepad++ with g++

2008-11-21
2012-11-13
  • Wojciech R.

    Wojciech R. - 2008-11-21

    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?

     
    • Wojciech R.

      Wojciech R. - 2008-11-21

      I'm very sorry. Now I realised that this post is in wrong place :(

      Somehow I missed 'Help' section.