Hey all, I decided to start learning c++. Well I never programmed in my life neither web nor software. I am 17 and I want to start learning to code..What a shame for me, kids of 10 can code lol. Well, i need to know which software to use also some good ebooks and site for me to start basics Also I would like to know if my design skills could help in building some crazy shit THanks *BTW i wanna start learning coz i got inspired by the social network movie LMAO LOL*
C++ is bad place to start from, it is very difficult language. Facebook was built in PHP, so maybe PHP instead: http://www.tizag.com/phpT/ , http://www.w3schools.com/php/default.asp , http://www.phpbuilder.com/ ... (WWW is full of PHP tutorials) Or this this is good book on Python for beginners: http://openbookproject.net//thinkCSpy/ If you like OOP then maybe Java instead, Android applications are written in Java-ish thing. For Java: http://www.particle.kth.se/~lindsey/JavaCourse/Book/courseMap.html I do not know much about C#, I guess https://itacademy.microsoftelearning.com/ would be the place to start from, but I think you need to study IT somewhere to get access to courses. And you really want to have Visual Studio to write anything in C#. PHP, Python and Java can very well be written in Eclipse or Netbeans.
most of the functions and methods of both PHP and C and almost every programming language are similar, so just go for PHP its fast & easy to understand
but i heard if i knoe C++ i can easily learn other languages Also I never did computer as a subject but its my passion and my career lies in that surely
That would b cool Here in school my friends who study computer study Visual basic...But I want to Know C++, coz then PHp will be easy I am learning linux for the mean time i installed linux on pc and learning
If you learn the basics of programming in any language then learning another language will be much simpler. It would probably be easier the other way around. C++ is very difficult language to start with, I would not suggest it as first language.
Honestly, you first should learn html, css, php, and mysql, then move onto c sharp and others. I did that, and trust me it's way easier.
DO NOT learn PHP as a first language. I repeat, DO NOT. It leads to horrible coding conventions. I assure you, I learned this the hard way.As PHP is weakly typed, it's even harder to learn C++ after you've learned PHP and you will be stuck with bad habits from the language for a long while. I recommend you learn C++ the old fashion way. IF you can't sign up for a class then I suggest you go to a local bookstore, find the technology section, open up a C++ book and flip through it. Find a C++ book you like and buy it. That's the best way to learn a programming language. An ebooks and tutorial sites are usually low-quality and hard to understand. I disagree. It's methods of programming you learn, not programming in general. Experience with tradditional programming (top to bottom) won't help you with objects too much. Sure,. you can do if statements and the like but it's still just as hard to get a grip around other concepts. Sometimes it's best to learn hard things first. Not really. HTML and CSS both have nothing in common with actual programming. It's just a way of formatting data. PHP and C++ are also very different because they take very different approaches to programming. PHP is informal and web-based while C++ is formal. add me on MSN (c0smic50[at]live[dot]com) if you want me to help you.
Yup I wanna learn C++ First not php, I want to be a good programmer before moving to web. Can you suggest me ssome good basic books aND WHICH software to use? Thanks
I suggest going to a bookstore and opening some up. You can tell by flipping through them which ones are good and which are bad. I don't really have any particular ones to recommend though.
C++ is an excellent starting point, in my opinion. Check Accelerated C++: Practical Programming by Example. It is an excellent book. You might want to check after that The C++ Standard Library: A Tutorial and Reference.
If you just want to make a website, you can learn html and php,If you want to develop some desktop software, you can learn c#,its easy,
Most widely used software is Microsoft Visual Studio, you can download the free version of that software: Visual Studio Express for tutorials and source code check out: codeproject.com cplusplus.com
It is not. Nor is anything Microsoft. The most widely used languages are Java and C. Eric Raymond recommends Python as a first language. I think it should be assembly language so you can understand how the computer actually works but C is good enough. C++ adds object complexity. C# ties you into Microsoft products that can't be used anywhere else.