Overclockers Australia Forums

OCAU News - Wiki - QuickLinks - Pix - Sponsors  

Go Back   Overclockers Australia Forums > Software Topics > Programming & Software Development

Notices


Sign up for a free OCAU account and this ad will go away!
Search our forums with Google:
Reply
 
Thread Tools
Old 13th August 2002, 7:11 AM   #1
FoderMe Thread Starter
Member
 
FoderMe's Avatar
 
Join Date: Jul 2001
Location: melb
Posts: 2,635
Default How many languages do you know?

I first learnt C, then VB, then C++ (different enough from C to be another language IMO), MFC (not REALLY a language, but I'm counting it) and then Java. So I guess 5.

None all that well. I could probably enter Programming comp #1 using C++, MFC or Java but I hate it doing stuff for uni as it is, I don't want to do it "for fun".

Out of all I liked C the most.
__________________
"I've got 73 quid in my backburner, I'm gonna wax the lot, man! The milky bars are on me! YEAH!"
Seti 25,000 Club, My recommended traders list
僕だって漢字くらい書ける。ってことは僕もエリートだね !
FoderMe is offline   Reply With Quote

Join OCAU to remove this ad!
Old 13th August 2002, 7:25 AM   #2
Ranchu
Member
 
Ranchu's Avatar
 
Join Date: Jun 2001
Location: Brisbane
Posts: 1,137
Default

Advanced:

Basic / VB
SQL
T-SQL

Intermediate:

C(++)
Java
PL-SQL
Fox Pro
Delphi

Basic:

Cobol

There are probably others but I can't think of anything else ATM.
__________________
OCAU Aquarium Club Member #049
Ranchu is offline   Reply With Quote
Old 13th August 2002, 7:37 AM   #3
FoderMe Thread Starter
Member
 
FoderMe's Avatar
 
Join Date: Jul 2001
Location: melb
Posts: 2,635
Default

Oh yeh, SQL! I learnt that between C and VB.
__________________
"I've got 73 quid in my backburner, I'm gonna wax the lot, man! The milky bars are on me! YEAH!"
Seti 25,000 Club, My recommended traders list
僕だって漢字くらい書ける。ってことは僕もエリートだね !
FoderMe is offline   Reply With Quote
Old 13th August 2002, 7:39 AM   #4
Acid
Member
 
Acid's Avatar
 
Join Date: Jun 2001
Location: Sydney, Australia
Posts: 4,850
Default

I know:

Fairly good with Pascal
Fairly good with Delphi
Average with Visual Basic
Average with QBasic

that's about it

Not really the programming type.
Acid is offline   Reply With Quote
Old 13th August 2002, 8:37 AM   #5
Pacifist
Member
 
Join Date: Mar 2002
Location: Gosford
Posts: 1,950
Default

I've done courses in Java, VB, C/C++ and SQL (not a programming language?)


i dont really know MFC even though it's supposed to be just like C/C++
Pacifist is offline   Reply With Quote
Old 13th August 2002, 9:44 AM   #6
November
Member
 
November's Avatar
 
Join Date: Jul 2001
Location: Back in BrisneyWorld
Posts: 348
Default

i once wrote a program in haskell to interpret C and compile into DCode (assembly like). three languages in one, twas fun.

respec goes out to anyone who even heard of haskell.
__________________

I have signatures turned off cause they're all dumb, like this one really.
November is offline   Reply With Quote
Old 13th August 2002, 10:13 AM   #7
timhn
Member
 
Join Date: Jun 2001
Location: Sydney
Posts: 247
Default

In order of learning

- Fortran (remember that , old timers ?)
- Pascal
- Modula-2
- Assembly in 6800
- C
- C++
- Tcl/tk
- SQL & PL/SQL
timhn is offline   Reply With Quote
Old 13th August 2002, 10:14 AM   #8
mpot
<blank>
 
mpot's Avatar
 
Join Date: Jun 2001
Location: Perth, WA
Posts: 5,345
Default

I know these languages very well:
-Visual Basic (including lots of API and COM stuff)
-ASP
-VBA
-HTML
-VBScript
-Pascal
-C

and have some experience with these:
-Perl
-C++
-Prolog
-Joyce/Linda
-PDP11 assembler
-LISP

November, I've had to write a cross-compiler to go from C to PDP11 assembler...

Cheers,
Martin.
__________________
[ photography blog | redbubble | flickr ]
mpot is offline   Reply With Quote
Old 13th August 2002, 10:53 AM   #9
sir_bazz
Team Papparazi
 
sir_bazz's Avatar
 
Join Date: Jun 2001
Location: Mentone, Vic.
Posts: 5,531
Default

Learnt all of these but haven't touched them in 8+ years.

Pascal
C
Cobol
SQL...if that counts.
Basic
VB

And a tiny bit of 8086 assembler.

Sir_Bazz.
__________________
Quote:
Originally Posted by Arch-Angel View Post
Seriously, I promise I'm not one to brag, but I fcuking nailed that shot.
GA-EP45-UD3P - QX9650 @4Ghz - 8Gb HyperX DDR2 - Gigabyte GTX 470 SOC - WinXP/Win7
sir_bazz is offline   Reply With Quote
Old 13th August 2002, 11:18 AM   #10
Geo
Member
 
Join Date: Jun 2001
Location: Adelaide
Posts: 2,377
Default

MFC is not a programming language, it is a API. Thats like saying OpenGL is a language.

I know

Java
C
x86ASM
SQL
PL/SQL
Perl
Lisp
Bash (If people are saying VBScript Ill say bash. )
Basic - doesnt everyone?
Brainfuck

Lightly dabbled in Fortran, Ada, Prolog, Python and Cobol, but nothing really serious or advanced.
__________________
"That's the way good software gets designed. So if you pull out a piece it won't run" - Steve Ballmer
Geo is offline   Reply With Quote
Old 13th August 2002, 11:25 AM   #11
November
Member
 
November's Avatar
 
Join Date: Jul 2001
Location: Back in BrisneyWorld
Posts: 348
Default

Quote:
Originally posted by Geo
MFC is not a programming language, it is a API. Thats like saying OpenGL is a language.
yeah id always thought they shoulda called it OpenGAPI instead. dang fools.
__________________

I have signatures turned off cause they're all dumb, like this one really.
November is offline   Reply With Quote
Old 13th August 2002, 11:58 AM   #12
Geo
Member
 
Join Date: Jun 2001
Location: Adelaide
Posts: 2,377
Default

It is Open Graphics Library, library is pretty much equivalent to API dont you think?
__________________
"That's the way good software gets designed. So if you pull out a piece it won't run" - Steve Ballmer
Geo is offline   Reply With Quote
Old 13th August 2002, 12:05 PM   #13
pH@tTm@N
Member
 
pH@tTm@N's Avatar
 
Join Date: Jun 2001
Location: BRISBANE
Posts: 1,817
Default

i understand most english, some inrish, speak some leb (sikrexmate)
__________________
pH@tTm@n
OCAU Projects:-[HT DIY Speakers HUGE Sub] [MAME Arcade Sticks] [Supra NA 2 TwinTurbo 2 Big Single Turbo]
|XEON X5650 6core@??Ghz|3xCorsair 4Gb 1600MHz DOMs |2x GTX560Ti OC SLi|OS 100Gb SSD | RAID0 2xRaptor 72Gb, Apps RAID0 4xRaptor 36Gb | 3x DELL 24"|
pH@tTm@N is offline   Reply With Quote
Old 13th August 2002, 12:27 PM   #14
Acid
Member
 
Acid's Avatar
 
Join Date: Jun 2001
Location: Sydney, Australia
Posts: 4,850
Default

Quote:
Originally posted by pH@tTm@N
i understand most english, some inrish, speak some leb (sikrexmate)
LOL! what about engrish?
Acid is offline   Reply With Quote
Old 13th August 2002, 2:20 PM   #15
Nasher
Member
 
Join Date: Jun 2001
Location: Hobart
Posts: 1,242
Default

Proficient in:
- Java
- PHP
- HTML

Can understand the basics of:
- C
- C++
- SQL (if that counts)
- BASIC

Have touched on:
- J (blergh)
- Prolog (blergh again)
- Python
- IAS Machine Code (I suppose that's what it's called)

Last edited by Nasher; 13th August 2002 at 2:22 PM.
Nasher is offline   Reply With Quote
Reply

Bookmarks

Sign up for a free OCAU account and this ad will go away!

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +10. The time now is 3:56 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. -
OCAU is not responsible for the content of individual messages posted by others.
Other content copyright Overclockers Australia.
OCAU is hosted by Internode!