some good PHP and C++ tutorials?
Hey, well first off im still in the learning stage here, but im really interested in learning PHP and C++. I was hoping some of you guys had some links to good tutorials on either language, like easy to follow and not too long ones:P cuz i sort of get bored pretty fast lol. anyways, thanks in advance.
Quantum_haxx a.k.a. Qu4ntum
first of all, welcome to hbh dude.
this site has the best info on php there is: http://php.net/
haha lol, jokes aside, this is actually a good article on php which you should look at if you want to get a feel for how php works: http://www.hellboundhackers.org/articles/738-Anatomy-of-a-Simple-IP-logger-(PHP).html
smufkin wrote: this site has the best info on php there is: http://php.net/
wait, that's a joke? it shouldn't be, the function reference there will help you more then any book or tutorial you can find.
w3schools has a nice beginning introduction to php and another function reference, albeit a little smaller and less in-depth then the main site's.
if you find yourself "getting bored easily", try out the parts of the language you've learned in making your own program, no matter how simple. after all, you can't learn to program without ACTUALLY compiling some code and making something. if you want to add a feature in that program, forge out on your own and look for some function you haven't learned yet that could help accomplish your task. if you really like coding, you should never ever be bored.
I am impressed!! a new guy who asking for reading materials instead of a mentor :D
in the weblinks/generalcomputerwhatever section there is a few links that look like they could help you
here are a couple:
C Programming- Your resource for C and C++
have fun!! :)