Considering that i am using a mac, I dunno if I'm gonna get much help. I'm wondering what programming languages I should be using. I am learning a liddle bit of C++, and have a little experience in BASIC, but what else should I have masterful knowledge in before I go out into the wide, wide, world?
Thx all.
June 8th, 2002, 11:20 PM
darkwulf888
hmm...get linux...and do a search on Google.com for more on C++...or at least thats wut i would do :p
P.S. HEY DUNCAN WUZZZZZZZZZZZZ UP :D
June 8th, 2002, 11:23 PM
gothic_type
check out www.cprogramming.com...That site is heaven (if you're sad like me). As well as bog-standard C++ tut's and stuff, it also has graphics tutorials et al.
July 24th, 2002, 07:46 PM
White_Eskimo
here, get metroworks codewarrior 2.0 learning edition for 50 bucks at your local computer store. it works for mac os 8-9 and mac os X. it compiles c++,C, and JAVA.
November 4th, 2002, 04:45 AM
ivi
Back to your original question, If, buy "going into a wide wide world" you mean finding a job as a programmer then C++ should do it most of the time, depending on what you want to do, at some places they program in C# explicitly (If you have OS X, then your "FREE" project builder will compile C# with Apple edited gcc.). If you meant something else, like what compiles (Interpreters, Assemblers,etc) are there for Mac, then there is everything from SPIM to Prolog to Java etc. Its not the problem for macs. If you asking what other languages you need to learn, then a good advice is to master one language (C++ is a good choice for most things) and then move one.
November 4th, 2002, 05:17 AM
Wickdgin
It's not about what languages you know, but how well you know how to use them The best thing is to focus on programming itself. Learn good design, and the language you use is trivial.
November 22nd, 2002, 06:54 AM
basicnfo
im doing the same...
i agree with wickdgin in its not what ya know but how well you use what ya know, i too am wanting to program in hopes of making it a living, i wanted to know if you are learning C++ on your own or in some kind of school, cause i am trying to teach myself C++, i went and got Apples development package, it pretty much has every thing you need to make apps for mac, as well as other platforms. but if you are trying to learn on ya own hit me up , its always easier to learn when ya have one to disscuss it with.
November 22nd, 2002, 01:31 PM
Krakpype
It depends on what you want to do. I would suggest C++. That's a good bet for everything. But, if you want to alot of gamming programmin
then I suggest you take like DDL. For webdesigning Java2 or C++.
August 31st, 2005, 01:28 PM
sodaphish
I use xcode (included free with MacOS X) to write C, Java, Perl, PHP and BASH code. Most of my stuff is Java or Perl. XCode is an adequate IDE for Java, but not so much for Perl -- I prefer vim for my perl slinging.
I would also side with others who've said that you should use the right tool for the job.
September 1st, 2005, 11:29 AM
protocool
me using different languages for different applications:
1. VB6, VB Net <--- Database (Where I find my Living...)
2. Java2 <--- For application on the Internet
3. Perl 5 <--- Scripts
4. Bash <--- My Linux computer
5. C <--- all time favorite
6. Assembly <--- windows drivers
7. SQL <--- Money....
8. C++ <--- Windows
9. Java <--- Im making my new Firewall application for Linux ;-)