Это видео недоступно.
Сожалеем об этом.

Run C/C++ Application Using Notepad++

Поделиться
HTML-код
  • Опубликовано: 6 сен 2024
  • Free Document Proofreading using Grammarly : grammarly.go2c...
    How to install MinGW-w64. How to write C/C++ code using Notepad++. How to build and run C/C++ files using Notepad++. .
    ***********************************
    🔥 Complete Udemy Courses :
    ASP.NET MVC Course : www.udemy.com/...
    ASP.NET Course : www.udemy.com/...
    ASP.NET Core Web API : www.udemy.com/...
    React JS : www.udemy.com/...
    ⬇️ Free Document Proofreading ⬇️
    ► Grammarly : grammarly.go2c...

Комментарии • 55

  • @littlejack59
    @littlejack59 5 месяцев назад

    This was actually very helpful. All the stack overflow forms were not clear at all.

  • @ghobashi2000
    @ghobashi2000 9 дней назад

    very well done video

  • @daacosta
    @daacosta 2 месяца назад

    Wow! Very usefull, I was just not doing it right. I installed mingw64 with Msys2 which went OK...

  • @pembaman22
    @pembaman22 2 месяца назад

    Very good job mate.
    Thank you very much.

  • @user-lz5kp5qg8g
    @user-lz5kp5qg8g Год назад +3

    For me, it worked to show the output of a C program correctly in cases if there is no user input required. For example, for the simple program to add two numbers, I need to enter the numbers. After I click on "Run C", nothing happens in the console and it stops at "Process started (PID= ) with some number after PID. How do I fix this?

    • @ar-ya602
      @ar-ya602 Год назад +2

      I'm not sure if you solve your problem or not. But I think that after you execute the program, you can find the exe file in the same folder. So that you can enter the value inside that exe file.

    • @mb59621
      @mb59621 9 месяцев назад

      Exactly same problem.. did you find any solution???

    • @user-lz5kp5qg8g
      @user-lz5kp5qg8g 9 месяцев назад

      You have to install nppexec and a compliler for it from within Notepad++. Check out any tutorial video on how to do that and follow instructions. That is what I did and it worked fine.@@mb59621

    • @galavizK
      @galavizK 8 месяцев назад +1

      ok ill try it out@@ar-ya602

    • @phantomboy09
      @phantomboy09 6 месяцев назад

      solution:
      NPP_SAVE
      cd $(CURRENT_DIRECTORY)
      gcc $(FILE_NAME) -o $(NAME_PART)
      if $(EXITCODE) != 0
      exit
      endif
      cmd /c start "Programa" "$(NAME_PART)"
      this opens up cmd for the input only thing to note is that it requieres notepad opens as admin

  • @TheHighpotinuse
    @TheHighpotinuse Год назад +1

    This worked for me. Thank you very much.

  • @laharireddy6514
    @laharireddy6514 Год назад +2

    Can you explain how to write verilog code format in notepad++

  • @8-bitarghya718
    @8-bitarghya718 5 месяцев назад +1

    Thanks

  • @wasimpatel2618
    @wasimpatel2618 Год назад +1

    so, have to do whole process everytime i make a new c/c++ code?

  • @LuizCarlos-fw8ql
    @LuizCarlos-fw8ql 2 года назад +6

    1:11 This file has been downloaded incorrectly!

    • @jepoy1639
      @jepoy1639 2 года назад +1

      What you mean

    • @riyantox.6529
      @riyantox.6529 2 года назад +1

      Same, pls help

    • @mingji753
      @mingji753 2 года назад +1

      Try deleting the file and try again.

    • @thirteen__1a
      @thirteen__1a 8 месяцев назад +1

      same error message, i just installed c++ from somewhere else and it worked

  • @codedz8594
    @codedz8594 Год назад +1

    i am using windows command prompt directly ,i think its the fastest way , also using it for debuging with gdb

  • @AlaaAreesPhoenix
    @AlaaAreesPhoenix Год назад

    I am facing an error saying
    $(FILE_NAME) no such file or directory , any solutions?

  • @joshuawils6274
    @joshuawils6274 2 года назад +1

    Bro am getting this error- 'end1' was not declared in this scope

  • @parvati-putra
    @parvati-putra 2 года назад +1

    After enabling dark mode still the console is in white please help!

    • @TheHighpotinuse
      @TheHighpotinuse Год назад +1

      I think it's in the NppExec Advanced Options menu on the bottom right you see Background Color. You need to add the RGB value for the color you want. You will have to change the text color too.

    • @parvati-putra
      @parvati-putra Год назад

      @@TheHighpotinuse yes bro i did the same used rgb color codes

  • @freeT0watch
    @freeT0watch Месяц назад

    كان الشرح مفيد جدا

  • @yashsadioura7071
    @yashsadioura7071 2 года назад +1

    Now where can I see the output????

    • @PowerValo
      @PowerValo Год назад

      In the Console Part.. (Below your code)

  • @user-kf3gh9sq1x
    @user-kf3gh9sq1x Год назад

    Thanks you so much its working

  • @mingji753
    @mingji753 2 года назад +2

    Thank You bro.😄

  • @getthegoods420
    @getthegoods420 2 года назад +2

    how do you even find something like this out? like i got the missing g++ error prompt but how do you go from that to finding all this out?

  • @AnilKumar-jd7ut
    @AnilKumar-jd7ut 2 года назад +4

    Why is it so complicated ??

  • @Oy_FlexZz
    @Oy_FlexZz 2 года назад

    Everything is ok but now showing output

    • @mingji753
      @mingji753 2 года назад

      download vs code then

  • @shariquehussain5824
    @shariquehussain5824 Год назад

    Thanks.

  • @srshehzada2915
    @srshehzada2915 6 месяцев назад +1

    its not working ;(

    • @phantomboy09
      @phantomboy09 6 месяцев назад

      need help i manage to get it to work with c

    • @srshehzada2915
      @srshehzada2915 6 месяцев назад

      please help me brother@@phantomboy09

    • @atlasfab9200
      @atlasfab9200 4 месяца назад

      @@phantomboy09 YES!!! PLEASE

  • @user-tv5kd8ig3z
    @user-tv5kd8ig3z Год назад

    thanks boss

  • @wasimpatel2618
    @wasimpatel2618 Год назад

    it shows
    NPP_EXEC: "CBuildRun"
    NPP_SAVE: C:\Users\justi\OneDrive\Desktop\c++withnotepad++\test.c
    CD: C:\Users\justi\OneDrive\Desktop\c++withnotepad++
    Current directory: C:\Users\justi\OneDrive\Desktop\c++withnotepad++
    gcc test.c -o test
    Process started (PID=7824) >>>

  • @rakeshkumarparida98
    @rakeshkumarparida98 2 года назад +2

    Bro it takes lot of time to write some commands for execute a program, instead of wasting time in commands we should use an IDE

    • @mingji753
      @mingji753 2 года назад

      Ur right, vs code is good.

    • @rise8997
      @rise8997 2 года назад

      This is for those whose laptop can't run vscode due to low ram

    • @bugzorc
      @bugzorc Год назад +2

      Tell me which ide has supports running c++ without having to configure some things.

    • @xsupremeyx9923
      @xsupremeyx9923 Год назад

      @@rise8997 did you find any method, I've tried code blocks (Didn't liked it at all)
      Kdev had good UI but for some reason it just didn't gave me build directory option after making a project like others got in tutorials and hence i wasn't even able to execute any programs.
      Vs code is simply too laggy to even work.
      Sublime text doesn't even start up.
      Eclipse didn't worked as well.

  • @zelgoum_sage_femme2484
    @zelgoum_sage_femme2484 2 года назад +1

    Doesn't work

    • @mingji753
      @mingji753 2 года назад

      why, what happened

    • @zelgoum_sage_femme2484
      @zelgoum_sage_femme2484 2 года назад

      @@mingji753 I did everything as he explained. But always a error message showed in the consol after I execute.

  • @ragulgamer628
    @ragulgamer628 Год назад

    you are land 🤣🤣🤣🤣🤣🤣