0
I am beginner in CS, how I learn C++?
Can someone please help me
3 Risposte
+ 1
From youtube, just go for basic cpp and then Programming Fundamentals, Object Oriented Programming and then DSA
0
Hello Sairaa,
I would formulate your question as "I am a beginner in CS. How can I learn C++?"
If I tried to use your language, I'm sure I would need a lot of help!
To address your question:
(1) You could follow Yaroslav's suggestion and jump into Sololearn's introductory C++ course.
(2) You could consider that not everyone considers C++ to be the nicest language to work with. (https://en.wikipedia.org/wiki/Criticism_of_C%2B%2B)
(3) You could think about what you'd like to do with CS knowledge and programming skills. (Are you interested in the Web? Have you learned some HTML?)
(4) Do you know that HTML and CSS are not programming languages in the sense that C, Python, or JavaScript are? (But they allow you to do a lot in creating "static" Web pages.)
(5) Would you consider starting with an older and smaller language like C? Or a newer language like Python, which is widely seen as a good starting language? (MIT offers a very good, thorough introduction to Python on edX.org.)
I encourage you to think about your interests and do some research before you really start to get your hands dirty. Programming is fun and powerful, and it's OK to start with whatever interests you and go from there.
Good luck!