:
|
I know all the web-based languages (to some degree), HTML, JS, PHP, MySQL, AS3 (though HTML and MySQL aren't really programming languages), and I recently obtained a pdf of C++ for dummies. But before I could be fucked reading it could someone tell me how different C++ is?
|
A lot of the syntax for PHP is based on C, dumbed down. You should be able to get started easily enough, once you get through the concept of data types. Then the only thing to deal with is Object Orientedness and pointers and you'll be through the worst of it.