What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » What programming languages do you know???

Pages: (3): « First [ 1 ] 2 3 » Last »
What programming languages do you know???
Author: Message:
crank
Full Member
***

Avatar
Failed to come back here :(

Posts: 304
Reputation: 17
34 / Male / Flag
Joined: Mar 2004
Status: Away
O.P. What programming languages do you know???
I've just been wondering what program languages are used most...
don't know if this has been asked before.
So... what languages do you use???


I am pretty good in C and I have some knowledge of C++
I haven't been active here in ages.
If you're wondering who i am, read my reputations. I used to make plugins, skins and spam the IRC channels here back in the good old days before Windows Live.
06-04-2004 07:29 PM
Profile E-Mail PM Web Find Quote Report
Anubis
Elite Member
*****

Avatar
42

Posts: 2695
Reputation: 64
33 / Male / Flag
Joined: Oct 2003
RE: What programming languages do you know???
er...VB...that's it :'(
[Image: anubis5hq.png]
06-04-2004 07:31 PM
Profile PM Find Quote Report
WDZ
Former Admin
*****

Avatar

Posts: 7106
Reputation: 107
– / Male / Flag
Joined: Mar 2002
RE: What programming languages do you know???
PHP is my specialty. :p

I'm pretty good with (X)HTML and MySQL, because they're usually so closely integrated with PHP. I know basic JavaScript and C++ too. There are other languages I've used, but I don't have very good knowledge of them, and I'm too lazy to list them.

* WDZ really should continue learning C++... maybe make some useless MsgPlus! plug-ins... :-/

This post was edited on 06-04-2004 at 07:40 PM by WDZ.
06-04-2004 07:39 PM
Profile PM Web Find Quote Report
KeyStorm
Elite Member
*****

Avatar
Inn-sewer-ants-pollie-sea

Posts: 2156
Reputation: 45
38 / Male / –
Joined: Jan 2003
RE: What programming languages do you know???
Same as WDZ, but put VB instead of C++ :P
But the first one I learned was... Pascal :banana:
* KeyStorm remembers his first poker game in pascal without knowing about arrays :grin:
06-04-2004 07:42 PM
Profile E-Mail PM Web Find Quote Report
Hah
Full Member
***

Avatar
Im in a good mood - take advantage!

Posts: 224
37 / Male / –
Joined: May 2003
RE: What programming languages do you know???
Quite fluent in VB now (its easy as pie :)) can do a few things in c++ and c and am starting to look into DTML (javascript (seems easy enough :P ^o)) + css + html) and all seems to be going well.

Off topic: I have to say I feal learning VB made it so much harder for me to learn C++ because im so lazy and just go back to what i know. So if you want to learn how to programme, do not use VB first if your like me!

Edit:

omg, i remember making programs in pascal now!!! oh and BASIC (wow that was a take the piss language wasnt it!).

cant remember the syntax of pascal though:

program hello;
begin
    writeln('Hello Cruel World!');
end.

that right??

Tah,

Hah

This post was edited on 06-04-2004 at 07:51 PM by Hah.
This post was brought to you by Hah!
(and he takes no responsibility for it :p)

[Image: signatures.jpg]

{Current Web Site}
06-04-2004 07:46 PM
Profile E-Mail PM Web Find Quote Report
Sk3tch
Veteran Member
*****

Avatar
We are Samurai, the keyboard cowboys

Posts: 1675
Reputation: 4
38 / Male / –
Joined: Jul 2003
RE: What programming languages do you know???
Erm...  does html count? :lol:

I know vb... and i know very little C.. and i want to learn C++ :P

Nothing Special :-/
quote:
Originally posted by įr@nK
I've just been wondering what program languages are used most...
I would say VB :P
Sk3tch@Microsoft.com - Email
- 53 6B 33 74 63 68 34 64@hotmail.com - Messenger
06-04-2004 07:52 PM
Profile E-Mail PM Web Find Quote Report
bach_m
Veteran Member
*****

Avatar
4837 :P

Posts: 2863
Reputation: 7
37 / Male / –
Joined: Feb 2003
RE: What programming languages do you know???
PHP, html, if that counts, and a bit of SQL. but i do web stuff, so thats understood ;)
06-04-2004 07:58 PM
Profile E-Mail PM Web Find Quote Report
KeyStorm
Elite Member
*****

Avatar
Inn-sewer-ants-pollie-sea

Posts: 2156
Reputation: 45
38 / Male / –
Joined: Jan 2003
RE: What programming languages do you know???
MySQL is rather a protocol language than a programming language. (like if you said "I can write HTTP or POP")
HTML is a format language.

This post was edited on 06-04-2004 at 08:01 PM by KeyStorm.
06-04-2004 08:00 PM
Profile E-Mail PM Web Find Quote Report
Millenium_edition
Veteran Member
*****

Avatar

Posts: 1787
Reputation: 57
Joined: Apr 2003
RE: What programming languages do you know???
* Millenium_edition knows only vb :(
06-04-2004 08:01 PM
Profile E-Mail PM Find Quote Report
Choli
Elite Member
*****

Avatar
Choli

Posts: 4714
Reputation: 42
42 / Male / Flag
Joined: Jan 2003
RE: What programming languages do you know???
well, I can program very well in VB and C. I can also program in VC++ and Java. I used to program in Javascript and now I only remember the basics. I know a bit of PHP too.

My first language was the one used by a Texas Instrument calculator, very similar to Basic.

I've also used SQL and HTML hoever they are not programming languages, as KeyStorm has just said. (CSS isn't a programming language either)

I programmed in QBasic (and enhanced the nibbles game (sample of microsoft) to play 3 people at the same time, and an extra worm controlled by the computer, with easter eggs and bonus screens, apart from new levels)
* Choli remembers playing that at the uni :) good days...
I still have the code somehere.

I've also programmed in Pascal, Ada, PowerBuilder, Asm (for x86 and for MIPS R2000), Tck/tl and turboC (for msdos).

Other languages I have programmed are AHDL and VHDL, used to describe the hardware (connections, resistors, etc...) placed in a board (Hardware Description Language). They're a mix between a programming language and a description syntax specification.

I've also made scripts for MSDOS (BATs) and scripts for the shell of linux. However they aren't properly programming languages.

I've programmed in Mathematica (it has his own language), a program to do math calculs (<-english word?) and much more. The same in Matlab.

I think I don't forget any language..:P :refuck:

quote:
Originally posted by Hah
writeln('Hello Cruel World!');
isn't it with doubel quotes?
writeln("Hello Cruel World!");

quote:
Originally posted by Hah
Off topic: I have to say I feal learning VB made it so much harder for me to learn C++ because im so lazy and just go back to what i know. So if you want to learn how to programme, do not use VB first if your like me!
I don't agree with that. Reasons: in other threads, this is offtipoc here :P
Messenger Plus! en espaņol:
<< http://www.msgpluslive.es/ >>
<< http://foro.msgpluslive.es/ >>
:plus4:
06-04-2004 11:22 PM
Profile PM Find Quote Report
Pages: (3): « First [ 1 ] 2 3 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On