mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   storm5510 (https://www.mersenneforum.org/forumdisplay.php?f=168)
-   -   A Change Of Mind (https://www.mersenneforum.org/showthread.php?t=26726)

kriesel 2021-04-26 18:14

[QUOTE=storm5510;576941]...something I have. Visual Studio Express 2008. It has C++ and C#. I sort of doubt I could install it on Windows 10.
(snip)

I will keep on browsing for something practical I can use.[/QUOTE]
The attachment at [URL]https://www.mersenneforum.org/showpost.php?p=516181&postcount=11[/URL] says Windows 10 would require at least VS2010.
One of the (free) alternatives is [URL="https://www.msys2.org/"]msys2/mingw[/URL] with g++. That's how I [URL="https://www.mersenneforum.org/showpost.php?p=532454&postcount=21"]build Windows GpuOwl[/URL]. (Most of the gpuowl build environment prep could be omitted if you're doing cpu code only; no AMD APP SDK, or OpenCL.)

Xyzzy 2021-04-26 21:59

[QUOTE=storm5510;576941]No stand-alone programs. I will keep on browsing for something practical I can use.[/QUOTE]We are being very serious with this link. You can run it in DOS.

[URL]http://cc.embarcadero.com/item/25636[/URL]

There is more info [URL="https://en.wikipedia.org/wiki/Borland_Turbo_C"]here[/URL].

:mike:

chalsall 2021-04-26 22:43

[QUOTE=xilman;576755]Too far off-topic for the present thread, but it is not that hard to protect IP in Perl, depending on the level of protection required within a specific environment.[/QUOTE]

xilman is talking about offering Software as a Service. SaaS. That makes the most sense with regards to scalability nowadays. Hide the IP behind an API interface, and you're good to go.

Not trying to gloat about this, but I once confronted the great (but broke) Richard Sallman when he was presenting in Vancouver. You know, the hippy genius who understands that human law is just code.

I asked him about the fact that the GPL license didn't protect those who took Free Software and forked it.

The man didn't care. Well, actually, he said "yeah, the license didn't envision that."

And then he brushed me off, and took twenty dollar bills (Canadian) for his books.

True storey.

storm5510 2021-04-26 23:31

[QUOTE=Xyzzy;576954]We are being very serious with this link. [COLOR=Gray]You can run it in DOS.[/COLOR]
[/QUOTE]

[U]I clearly understand this[/U].

All of you have given a lot of options. I appreciate your offerings. I need a little time to pick through the recommendations.

chalsall 2021-04-26 23:35

[QUOTE=storm5510;576960]I need a little time to pick through the recommendations.[/QUOTE]

You are a sentient being. Take counsel. And then make your own decision.

Seriously! :smile:

EdH 2021-04-27 01:23

I do most of my C/C++ programming with [URL="https://www.codeblocks.org/"]Code::Blocks[/URL]. It's Free and runs in Windows and Linux. (You need to istall a compiler like minGW in Windows.) A lot of my programs that are built with it can be compiled with gcc/g++ in a console with their simple command lines. I even write programs with GMP included with Code:Blocks.

I have used Dev-C++ long ago with Windows, but I haven't done anything with it lately because all my more recent programming has been for Linux.


All times are UTC. The time now is 19:02.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.