How to use Netbeans IDE for C/C++ programming | Cygwin and Netbean for C++ | C/C++ with Netbeans IDE

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

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

  • @TheGalactusDiet
    @TheGalactusDiet Год назад +6

    Make sure to also select "make" during the cygwin install process, and also grab a copy of unpack200.exe from a JDK 8 or 11 install, and copy it into your main JDK bin folder

  • @PaulBergman-hk9ft
    @PaulBergman-hk9ft Год назад +1

    Was stuck on how to get this to work based on old info. Thank you!

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

    Help to grow this channel. Kindly subscribe, share, like or comment.

  • @jamesmitchell4679
    @jamesmitchell4679 4 месяца назад +1

    When creating a new project I had to change the main file from "C++" to "C++14" using the dropdown menu to the right of it. Otherwise the project that is created will be broken and won't work.

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

    Thank you for you help sir

  • @cagrsancak2583
    @cagrsancak2583 11 месяцев назад +1

    Thank you a lot

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

    Thank you sir :D

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

    For some reason the build host is empty for me and in the tool collection it says "No compilers found" . Any hint?

  • @itscool2678
    @itscool2678 7 месяцев назад +1

    Any suggestions or do you have an up-to-date video for installing a C++ IDE on a MacBook? I literally can't find anything that is reliable. Virtual Studio is going to be discontinued in a few months so I don't want to use that :(

    • @zebracode
      @zebracode  7 месяцев назад

      You can install and use Qt6 for C++. I have done a video on how to install it. It can be installed on Windows, Mac or Linux platform. Here is a link to the video ruclips.net/video/c5FASQuomWQ/видео.html

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

    Well nearly, except I get message:
    Ignoring extra path from command line:
    "CONF=Debug"
    CMake Error: Unknown argument -f
    Not sure what this refers to except something in the make command but have googled it without success.

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

    I am having trouble with unpack200.exe. It doesn't find it in my Java/bin folder.

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

      That problem may be as a result of the Java JDK version that you are using. What version are you using? The unpack200 tool is not available in some versions of the Java JDK, but you can download a Java JDK version that has it and copy the unpack200 from it and paste it in your Java/bin folder. Look at this article for the steps to follow to resolve it. www.rcc.edu/assets/documents/student-support/ccclab/How%20to%20fix%20NetBeans%2012%20and%20Java%20incompatibility.pdf

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

    what netbeans version you're using ?

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

      I used the Apache NetBeans IDE 16 Version then. That is not the current version.

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

    followed the tutorial until the project creation part, i couldn't do it though i followed all the steps

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

      Why are you not able to create a project? Did you get any error message?