Home | Forums | What's new | Resources | |
Just starting... |
Deprecated: mb_detect_encoding(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/sub/sx/helpers.php on line 89 Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/html/sub/sx/helpers.php on line 93 Jul 17, 2002 - |
sizone | Jul 17, 2002 | |||
i took some java, that can be fun but ultimately worthless and unfulfilling. i'd say get heavy into c++ and fortran that way you'll always be able to find work |
antigov | Jul 20, 2002 | |||
You can get one from their site: www.fortran.com/F... You should start with C++, IMHO, since you'll probably be using that the most. You may want to take a peek at Perl or maybe Python, just to get some scripting ability under your belt. |
ExCyber | Jul 22, 2002 | |||
I second the C++ and Perl recommendations, but I'd also suggest learning about basic computer architecture. This will help you get a greater appreciation for what's going on "under the hood", and might help you to avoid some problems with your code. It will also give you a head start on learning concepts that will be important later in a serious CS education. There are more books written on this topic than I could possibly list, but at leastone... is available for free online, though it's quite 80x86-specific. |