Jump to content

Programming Resource

- - - - -

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

#1
smith

smith

    Programmer

  • Members
  • PipPipPipPip
  • 153 posts
I was browsing the net and found a very nice resource for just about any kind of programming language.

http://www.programmertutorials.com/

for (int i;;) {

   cout << "Smith";

}


#2
dirkfirst

dirkfirst

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 354 posts
Nice site. Looks very helpful.

Cheers

#3
Dan

Dan

    Programmer

  • Members
  • PipPipPipPip
  • 145 posts
Pretty gash design, and a few too many adsense links for my liking but a good resource nevertheless!

Added to my bookmarks.

#4
Guest_Kaabi_*

Guest_Kaabi_*
  • Guests
It seems a little cluttered, but it has tutorials on so many programming languages. And I have to tip my hat to how they blended their AdSense ads into the content, and putting images over the ads is a great way to improve their CTR.

#5
icepack

icepack

    Programmer

  • Members
  • PipPipPipPip
  • 115 posts
thanks! I've been looking for a good site to learn some on my summer off :D

Perl, here I come

#6
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Learning Perl huh? It is a very nice language but can be frustrating. How come you selected Perl instead of PHP or ASP?

#7
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
It looks good. I like the fact that the articles get ranked. Here's another resource for learning: http://www.programmersheaven.com/
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#8
Blaze

Blaze

    Programmer

  • Members
  • PipPipPipPip
  • 117 posts

Jordan said:

Learning Perl huh? It is a very nice language but can be frustrating. How come you selected Perl instead of PHP or ASP?

Thats what I wonder as well, Im not sure why anyone would learn Perl these days.
Do companies etc still actually use Perl to develop applications?

#9
icepack

icepack

    Programmer

  • Members
  • PipPipPipPip
  • 115 posts
PHP is next on my list.
I have alot of time this summer, and a brand new computer to have fun with.
I know little to nothing about PHP/ASP/XML. I don't even know where to start(I do know basic html/javascript).

As of now I only know Java and C++. I hear PHP and C++ are somewhat similar. I'll find out soon.

#10
Guest_Kaabi_*

Guest_Kaabi_*
  • Guests
Yeah I've heard things like that too, but I don't see how a web development language and a software development language could be similar, but I don't know C++ or PHP that well so my opinion shouldn't be taken that much.

#11
Blaze

Blaze

    Programmer

  • Members
  • PipPipPipPip
  • 117 posts
icepack - go with XML. Its so useful these days and can be used in so many ways and with many different langauges, it really is an absolute great asset to have.
Whilst using XML you'd have to learn another langauge to go with it, PHP might be a good start.

#12
hoser2001

hoser2001

    Programmer

  • Members
  • PipPipPipPip
  • 173 posts
CodeProject.com has tons of awesome articles for just about anything.