Jump to content

How Many Programming Languages?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
6 replies to this topic

#1
Guest_sn17_*

Guest_sn17_*
  • Guests
How many programming languages should an average programmer know? And what are they?

#2
icepack

icepack

    Programmer

  • Members
  • PipPipPipPip
  • 115 posts
very much relies on what the programmer wants to do.

i sign up at careerbuilder for my field and area. i look at all the jobs posted that fit what i want, and glance at the requirments.

c++ and java are pretty standard.

#3
Guest_sn17_*

Guest_sn17_*
  • Guests
What if I want to create a site like this?

#4
Guest_chaganlal1_*

Guest_chaganlal1_*
  • Guests

icepack said:

very much relies on what the programmer wants to do.

I think that is completely true if you are into programming applications use C++ or Visual Basic, Visual Basic being for the new programmers.
For Web Programmers it would have to be HTML, and PHP. 70-80% of the sites on the internet are composed of one, if not both of those languages.

sn17 said:

What if I want to create a site like this?

Dont know quite how you meant that, but to create the forum it uses quite complex PHP.

#5
Guest_sn17_*

Guest_sn17_*
  • Guests
So, only PHP is required for this?

#6
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I haven't made a forum, but you will generally want something like ASP or PHP, along with a database such as MySQL. You store all the posts and user info in the database, and use PHP to pull information out of the database and handle the formatting.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#7
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Yes, you can do it with just PHP but most forums like this also containg a lot of AJAX. PHP and a database is all that is needed for a bare forum.