RW
Raymond West
Sun, Dec 4, 2022 5:28 PM
Hi,
Some advice requested, maybe followed with assistance, pretty please.
I've been trying to get into c++ programming. Some years ago I used C#
with the Microsoft visual studio ide, but got fed up with .net, size of
programs, and the continuous updates. I then found free basic and a nice
ide, but recently I thought I would try c++, mainly because it should be
more or less compilable for any platform. However I am struggling with
the Microsoft implementation and the visual studio ide. It is far to
complex for what i want, and seems to be a none standard version of
c++. As I've only two basic/out of dates books that cover c++, I find
that finding answers on the web is a very lengthy process. I have not
full confidence in the compiler, etc.
I am wondering, for those using windows, which compiler and ide you use,
hopefully one that is free/open-source. There are a few.
I used to use IBM visual age software, back in os2 days, and my
previously unopened version of c++ for windows 95 will not install -
not surprised by that. (a side note, until recently, Microsoft had a
directory labelled os2 in the system files area, iirc. Apparently they
never understood the details of the IBM file system after they parted
ways IBM/os2 had -HPFS, Ms renamed it NTFS.)
Anyway, the question is, what c++ compiler and development ide for
windows do you use?. (Linux users , - I'm sticking with windows)
Best wishes,
Ray
Hi,
Some advice requested, maybe followed with assistance, pretty please.
I've been trying to get into c++ programming. Some years ago I used C#
with the Microsoft visual studio ide, but got fed up with .net, size of
programs, and the continuous updates. I then found free basic and a nice
ide, but recently I thought I would try c++, mainly because it should be
more or less compilable for any platform. However I am struggling with
the Microsoft implementation and the visual studio ide. It is far to
complex for what i want, and seems to be a none standard version of
c++. As I've only two basic/out of dates books that cover c++, I find
that finding answers on the web is a very lengthy process. I have not
full confidence in the compiler, etc.
I am wondering, for those using windows, which compiler and ide you use,
hopefully one that is free/open-source. There are a few.
I used to use IBM visual age software, back in os2 days, and my
previously unopened version of c++ for windows 95 will not install -
not surprised by that. (a side note, until recently, Microsoft had a
directory labelled os2 in the system files area, iirc. Apparently they
never understood the details of the IBM file system after they parted
ways IBM/os2 had -HPFS, Ms renamed it NTFS.)
Anyway, the question is, what c++ compiler and development ide for
windows do you use?. (Linux users , - I'm sticking with windows)
Best wishes,
Ray
MM
Michael Möller
Sun, Dec 4, 2022 5:41 PM
My quick "knee-jerk" answer is GCC which is available for windows. (google:
gcc windows) the compiler does both c and c++. Admittedly I use it in
Linux, in a VM running in my Win10. A fileshare means the files reside in
windows. There is no IDE, I use a syntax sensitive editor, Notepad++.
Michael, fra mobilen
søn. 4. dec. 2022 18.29 skrev Raymond West raywest@raywest.com:
Hi,
Some advice requested, maybe followed with assistance, pretty please.
I've been trying to get into c++ programming. Some years ago I used C#
with the Microsoft visual studio ide, but got fed up with .net, size of
programs, and the continuous updates. I then found free basic and a nice
ide, but recently I thought I would try c++, mainly because it should be
more or less compilable for any platform. However I am struggling with
the Microsoft implementation and the visual studio ide. It is far to
complex for what i want, and seems to be a none standard version of
c++. As I've only two basic/out of dates books that cover c++, I find
that finding answers on the web is a very lengthy process. I have not
full confidence in the compiler, etc.
I am wondering, for those using windows, which compiler and ide you use,
hopefully one that is free/open-source. There are a few.
I used to use IBM visual age software, back in os2 days, and my
previously unopened version of c++ for windows 95 will not install -
not surprised by that. (a side note, until recently, Microsoft had a
directory labelled os2 in the system files area, iirc. Apparently they
never understood the details of the IBM file system after they parted
ways IBM/os2 had -HPFS, Ms renamed it NTFS.)
Anyway, the question is, what c++ compiler and development ide for
windows do you use?. (Linux users , - I'm sticking with windows)
Best wishes,
Ray
OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org
My quick "knee-jerk" answer is GCC which is available for windows. (google:
gcc windows) the compiler does both c and c++. Admittedly I use it in
Linux, in a VM running in my Win10. A fileshare means the files reside in
windows. There is no IDE, I use a syntax sensitive editor, Notepad++.
Michael, fra mobilen
søn. 4. dec. 2022 18.29 skrev Raymond West <raywest@raywest.com>:
> Hi,
>
> Some advice requested, maybe followed with assistance, pretty please.
>
> I've been trying to get into c++ programming. Some years ago I used C#
> with the Microsoft visual studio ide, but got fed up with .net, size of
> programs, and the continuous updates. I then found free basic and a nice
> ide, but recently I thought I would try c++, mainly because it should be
> more or less compilable for any platform. However I am struggling with
> the Microsoft implementation and the visual studio ide. It is far to
> complex for what i want, and seems to be a none standard version of
> c++. As I've only two basic/out of dates books that cover c++, I find
> that finding answers on the web is a very lengthy process. I have not
> full confidence in the compiler, etc.
>
> I am wondering, for those using windows, which compiler and ide you use,
> hopefully one that is free/open-source. There are a few.
>
> I used to use IBM visual age software, back in os2 days, and my
> previously unopened version of c++ for windows 95 will not install -
> not surprised by that. (a side note, until recently, Microsoft had a
> directory labelled os2 in the system files area, iirc. Apparently they
> never understood the details of the IBM file system after they parted
> ways IBM/os2 had -HPFS, Ms renamed it NTFS.)
>
> Anyway, the question is, what c++ compiler and development ide for
> windows do you use?. (Linux users , - I'm sticking with windows)
>
>
> Best wishes,
>
>
> Ray
>
> _______________________________________________
> OpenSCAD mailing list
> To unsubscribe send an email to discuss-leave@lists.openscad.org
>
DM
Daniel Miner
Sun, Dec 4, 2022 5:44 PM
My quick "knee-jerk" answer is GCC which is available for windows.
(google: gcc windows) the compiler does both c and c++. Admittedly I use it
in Linux, in a VM running in my Win10. A fileshare means the files reside
in windows. There is no IDE, I use a syntax sensitive editor, Notepad++.
Michael, fra mobilen
søn. 4. dec. 2022 18.29 skrev Raymond West raywest@raywest.com:
Hi,
Some advice requested, maybe followed with assistance, pretty please.
I've been trying to get into c++ programming. Some years ago I used C#
with the Microsoft visual studio ide, but got fed up with .net, size of
programs, and the continuous updates. I then found free basic and a nice
ide, but recently I thought I would try c++, mainly because it should be
more or less compilable for any platform. However I am struggling with
the Microsoft implementation and the visual studio ide. It is far to
complex for what i want, and seems to be a none standard version of
c++. As I've only two basic/out of dates books that cover c++, I find
that finding answers on the web is a very lengthy process. I have not
full confidence in the compiler, etc.
I am wondering, for those using windows, which compiler and ide you use,
hopefully one that is free/open-source. There are a few.
I used to use IBM visual age software, back in os2 days, and my
previously unopened version of c++ for windows 95 will not install -
not surprised by that. (a side note, until recently, Microsoft had a
directory labelled os2 in the system files area, iirc. Apparently they
never understood the details of the IBM file system after they parted
ways IBM/os2 had -HPFS, Ms renamed it NTFS.)
Anyway, the question is, what c++ compiler and development ide for
windows do you use?. (Linux users , - I'm sticking with windows)
Best wishes,
Ray
OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org
https://visualstudio.microsoft.com/
The free version works quite well.
On Sun, Dec 4, 2022 at 11:42 AM Michael Möller <private2michael@gmail.com>
wrote:
> My quick "knee-jerk" answer is GCC which is available for windows.
> (google: gcc windows) the compiler does both c and c++. Admittedly I use it
> in Linux, in a VM running in my Win10. A fileshare means the files reside
> in windows. There is no IDE, I use a syntax sensitive editor, Notepad++.
>
> Michael, fra mobilen
>
> søn. 4. dec. 2022 18.29 skrev Raymond West <raywest@raywest.com>:
>
>> Hi,
>>
>> Some advice requested, maybe followed with assistance, pretty please.
>>
>> I've been trying to get into c++ programming. Some years ago I used C#
>> with the Microsoft visual studio ide, but got fed up with .net, size of
>> programs, and the continuous updates. I then found free basic and a nice
>> ide, but recently I thought I would try c++, mainly because it should be
>> more or less compilable for any platform. However I am struggling with
>> the Microsoft implementation and the visual studio ide. It is far to
>> complex for what i want, and seems to be a none standard version of
>> c++. As I've only two basic/out of dates books that cover c++, I find
>> that finding answers on the web is a very lengthy process. I have not
>> full confidence in the compiler, etc.
>>
>> I am wondering, for those using windows, which compiler and ide you use,
>> hopefully one that is free/open-source. There are a few.
>>
>> I used to use IBM visual age software, back in os2 days, and my
>> previously unopened version of c++ for windows 95 will not install -
>> not surprised by that. (a side note, until recently, Microsoft had a
>> directory labelled os2 in the system files area, iirc. Apparently they
>> never understood the details of the IBM file system after they parted
>> ways IBM/os2 had -HPFS, Ms renamed it NTFS.)
>>
>> Anyway, the question is, what c++ compiler and development ide for
>> windows do you use?. (Linux users , - I'm sticking with windows)
>>
>>
>> Best wishes,
>>
>>
>> Ray
>>
>> _______________________________________________
>> OpenSCAD mailing list
>> To unsubscribe send an email to discuss-leave@lists.openscad.org
>>
> _______________________________________________
> OpenSCAD mailing list
> To unsubscribe send an email to discuss-leave@lists.openscad.org
>
A
arnholm@arnholm.org
Sun, Dec 4, 2022 6:03 PM
On 2022-12-04 18:28, Raymond West wrote:
Anyway, the question is, what c++ compiler and development ide for
windows do you use?. (Linux users , - I'm sticking with windows)
I use Code::Blocks IDE with MSVC compiler under Windows 10. This is a
custom set up though. On Linux I use Code::Blocks IDE with GCC (share
project files with Windows).
A more "out of the box" variant is Code::Blocks with GCC under both
Windows and Linux.
http://www.codeblocks.org/downloads/binaries/
codeblocks-20.03mingw-setup.exe includes IDE + GCC and debugger for
Windows.
Carsten Arnholm
On 2022-12-04 18:28, Raymond West wrote:
> Anyway, the question is, what c++ compiler and development ide for
> windows do you use?. (Linux users , - I'm sticking with windows)
I use Code::Blocks IDE with MSVC compiler under Windows 10. This is a
custom set up though. On Linux I use Code::Blocks IDE with GCC (share
project files with Windows).
A more "out of the box" variant is Code::Blocks with GCC under both
Windows and Linux.
http://www.codeblocks.org/downloads/binaries/
codeblocks-20.03mingw-setup.exe includes IDE + GCC and debugger for
Windows.
Carsten Arnholm
JB
Jordan Brown
Sun, Dec 4, 2022 6:48 PM
I use GCC under MSYS2 with the MINGW64 build environment, because that's
the build environment for OpenSCAD.
I'm a very experienced C programmer, but only maybe a bit more than an
advanced beginner when it comes to C++. My initial question is ... why
would you want to do this to yourself? C++ is unquestionably very
powerful and flexible, but my impression so far is that that power and
flexibility come with a cost in complexity that exceeds their value. I
don't think I would even consider C++ for a personal project. I would
use JavaScript, Python, or Java, probably in that order. JavaScript is
less ubiquitous than Python for conventional development, but has the
huge advantage of running in browsers. (I use Node.js for non-browser
JavaScript.) My current big personal project
https://github.com/jordanbrown0/reg3 is almost entirely JavaScript.
I use GCC under MSYS2 with the MINGW64 build environment, because that's
the build environment for OpenSCAD.
I'm a very experienced C programmer, but only maybe a bit more than an
advanced beginner when it comes to C++. My initial question is ... why
would you want to do this to yourself? C++ is unquestionably very
powerful and flexible, but my impression so far is that that power and
flexibility come with a cost in complexity that exceeds their value. I
don't think I would even consider C++ for a personal project. I would
use JavaScript, Python, or Java, probably in that order. JavaScript is
less ubiquitous than Python for conventional development, but has the
huge advantage of running in browsers. (I use Node.js for non-browser
JavaScript.) My current big personal project
<https://github.com/jordanbrown0/reg3> is almost entirely JavaScript.
RW
Ray West
Sun, Dec 4, 2022 9:09 PM
Thanks for your replies. It looks like gcc may be useful. I am sort of
familiar with notepad++, but may use visual studio code as an editor (it
is different than the actual full visual studio ide). I've used it for
editing Marlin, and similar C/ C++ for various microprocessors. I want
something that produces small .exes. I've not tried C for windows
programming, but if that does what I want, then that'll do. I never
liked c++, trying to lever in ood/p into something not designed for it,
compared to Smalltalk, or for purists, Eiffel. Anyway, I found
free-basic made quite small progs, with a useable graphic interface.
Here's a scaler thing, which may be of interest/use. Ignore the w10
installation warning. http://www.yertiz.com/cnc/scaler5.htm. I wrote
that back in the days of window's phone, and Microsoft royally screwed
up that, too.
wrt gcc, I found this.
https://feaforall.com/install-c-language-gcc-compiler-windows/ At first
glance it looks as if i may understand how to do it - there are pictures!
Thanks,
Best wishes,
Ray
Thanks for your replies. It looks like gcc may be useful. I am sort of
familiar with notepad++, but may use visual studio code as an editor (it
is different than the actual full visual studio ide). I've used it for
editing Marlin, and similar C/ C++ for various microprocessors. I want
something that produces small .exes. I've not tried C for windows
programming, but if that does what I want, then that'll do. I never
liked c++, trying to lever in ood/p into something not designed for it,
compared to Smalltalk, or for purists, Eiffel. Anyway, I found
free-basic made quite small progs, with a useable graphic interface.
Here's a scaler thing, which may be of interest/use. Ignore the w10
installation warning. http://www.yertiz.com/cnc/scaler5.htm. I wrote
that back in the days of window's phone, and Microsoft royally screwed
up that, too.
wrt gcc, I found this.
https://feaforall.com/install-c-language-gcc-compiler-windows/ At first
glance it looks as if i may understand how to do it - there are pictures!
Thanks,
Best wishes,
Ray