hello experts
can I know the best and simple way to learn any program language such as C, C++ or even java ?
I graduate as IT but until now I could not catch these types of programming because too many codes too many difficult things and I hope one day become like you solve and help other problems,
I searched and read your answers to the people who are like me and I found you guys have a good knowledge in programming specially java and C++.
how do you learn these programs I mean what way did you follow to make it easier for you to understand.
I hope you give me a simple way to start from as I'm human like you :)
Thank you experts,
If you have a good or some basic concept about the m/c architecture, like instruction set / bus width etc... then start with C/C++. The reason I say this is because some of the cryptic ideas has a very logical sense if you know the fundamental platform well.
Else I would suggest to use other fairly high level prog.lang like Java. If you want a quick start, I would suggest Python. After having 15+ yrs of exp on c/c++/java, I recently started learning Python and starting loving this.
Python is more English like and less cryptic syntax, yet very powerful.
How to learn a language -->
1. try basic simple programs as much as you can. Like print statements. Simple programs, like factorial calculations, printing an triangle of stars(to learn basic for loop syntax).
2. participate programming challenges site like hacker rank / hacker earth sites and complete those problems
3. read programming question sites like expertsexchage/stackoverfl
4. try some mini projects
Hope this helps,
Sena