This following program compiles w/o errors, but it's not running when I try to run it. The screen just flinches. #include <cstdlib> #include <iostream> using namespace std; ...
oof, this isn't for #1 is it? what is your goal in that first for loop? it's creating some pretty weird numbers in the array
Totally separate program. Should've said that. Sorry. Funnily enough, I don't even know the goal of it. Just wanna know what it outputs. But it's not running. And there's not even any er...
Interesting. For me it went:
Logo (Yes, me too) -> BASIC -> C -> C++ -> Java -> Perl (kinda) -> C# (kinda) -> PL/SQL
C and C++ are actually really good to learn so that you can play around with low level stuff like memory management. Sometimes when you only use Java you can forget about all the stuff going on behind the scenes.