Re: Compiling C++ programs

2025-02-22 Thread slipbits
[1] I am using the C/C++ plugin. [2] NB 23 on Win11, NB 24 on Win10 [3] In NB I use backslash '\' as a delimiter, and : for paths. I didn't know that there was an option to use anything but the NB supplied shell inside NB. Outside of NB I use cygwin bash. In "Clean:" I use DEL, a Windows comm

Re: Compiling C++ programs

2025-02-22 Thread Eric Bresie
I’m a little rusty so take with a grain of salt… (1) Are using the C/C++ plugin? (2) What version of Netbeans are you using? (3) What shell are you using (I.e., Command prompt [DOS], Powershell, or [Cygwin] bash shell)? If I remember correctly, command prompt and power shell uses “\”, while bash

Compiling C++ programs

2025-02-21 Thread slipbits
Sorry to be a pest. When I know more I think I'll try to submit something in writing for inclusion in the tutorials. But now, this is what I've found, what I haven't found, and what I'm doing. I'm sorry to bother you, yet again. I normally work in a cygwin environment. I have found that, as ex