The truth is, I am a pretty horrible programmer in some senses. I have had a whole lot of difficulty when it comes to learning a new programming language. My biggest hurdle, I think, is getting adjusted to the syntax and setting up the appropriate environments. I like to blame this on the fact that I started with TI-BASIC and my first few years of programming computer-less. Anyways, I finally managed to figure out how to setup Code::Blocks after having it on my computer for a year (one of my IRL friends wanted to learn C++ and we challenged each other). I also found some site that guided me step-by-step through setting up several things for programming in C++. I still have no clue what a .dll .lib or .a file does (though I think .a = .lib ?), but that hasn't been important.
My first two experiments were with fractals that I hadn't been able to explore in their glory on my calculator and I actually didn't get too many errors. Needless to say, I was happy and hopefully I will slowly learn C and C++ and make some headway into other programming languages and concepts. For now, my first few codes are embarrassing and inelegant, but I think the images are pretty enough
:
Imagine that on my calc, I could only see 96x64 pixels of this at any given time. Scaling didn't work because it missed most of the details:
I added color using some math:
Actual colors, not just grayscale:
The Mandelbrot set <3 I have a 12288x12288 pixel image one using a different color pattern:
I also made a Mandelbrot Explorer. You can see a video of it here. It is actually a bit faster and not as choppy, but the recording software cut into my CPU performance a bit (I have a 1.6 GHz processor).
EDIT: I fixed a few spelling and grammar issues. Plus, I forgot to mention that I made a 1-D cellular automata program that continually scrolls through a given ruleset.
My first two experiments were with fractals that I hadn't been able to explore in their glory on my calculator and I actually didn't get too many errors. Needless to say, I was happy and hopefully I will slowly learn C and C++ and make some headway into other programming languages and concepts. For now, my first few codes are embarrassing and inelegant, but I think the images are pretty enough

Imagine that on my calc, I could only see 96x64 pixels of this at any given time. Scaling didn't work because it missed most of the details:

I added color using some math:

Actual colors, not just grayscale:

The Mandelbrot set <3 I have a 12288x12288 pixel image one using a different color pattern:

I also made a Mandelbrot Explorer. You can see a video of it here. It is actually a bit faster and not as choppy, but the recording software cut into my CPU performance a bit (I have a 1.6 GHz processor).
EDIT: I fixed a few spelling and grammar issues. Plus, I forgot to mention that I made a 1-D cellular automata program that continually scrolls through a given ruleset.