public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Getting into C++  Downloading gcc.
@ 2018-03-04  2:40 Ray McAllister
  2018-03-06 21:06 ` Jonathan Wakely
  0 siblings, 1 reply; 2+ messages in thread
From: Ray McAllister @ 2018-03-04  2:40 UTC (permalink / raw)
  To: gcc

Hi, I'm totally blind. I do most of my programming in BASIC, but I use C++
now and then, actually, for drawing fractals.  I code graphics.  I've been
using Dev-C++ because it's the only thing I can find compatible with my
screen reader.  I don't like how I can't set up a char array bigger than
1400 by 1400  as I might want to make a fractal bigger than that.  I have
the computer fill an array with the fractal data for colors, and then it
writes a bitmap file with the data and I can access that through BASIC or
just show it to a friend.  All Dev-C lets me do for array size is 1400 by
1400 in an array, and that's using chars.  I'd use Booleans, but I need to
include color data for each pixel.  I wonder if GCC would be better with
that.  I also need to knowk, please, how and where to download GCC, the
latest version.  I'm not finding info on that.  In addition, when I run the
dev-c++ programs from bASIC, a window comes up on the screen saying so. Is
there a way, in GCC, to prevent that? 

 

Thanks, 

Ray McAllister. 

 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-06 21:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-04  2:40 Getting into C++ Downloading gcc Ray McAllister
2018-03-06 21:06 ` Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).