From where can i get the basic vocab for programming? ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

From where can i get the basic vocab for programming? ??

i need to get familiar with wores like compilers, namespace, streams, the difference bet an operation and function. basically i want to start from nothing and then move on to masterimg the language

4th Nov 2016, 5:40 PM
Anshaj Bharti
Anshaj Bharti - avatar
2 Answers
+ 2
There are many sites that serve to teach you the basic vocabulary in programming, such as this one. But, to learn some general concepts and programming vocabulary, give the following link a visit and read: http://holowczak.com/programming-concepts-tutorial-programmers/ It teaches you certain aspects of programming from a, for the most part, general perspective. Allowing you to understand the concepts and vocabulary first before getting your hands dirty with specific programming languages. After reading this, you can use SoloLearn's tutorials to understand the language a bit more and do some practice. If you are having difficulty understanding some keywords, imported functions, and the sorts, visit this site: http://devdocs.io/cpp/ It has a long list of things pertaining to the standard library and more. It is a good reference and, if something does not make sense to you, feel free to Google it and maybe do an example program exercising that confusing element.
4th Nov 2016, 6:02 PM
Cody Mathews
Cody Mathews - avatar
0
"programming dictionary" should do as Google search term.
4th Nov 2016, 5:56 PM
Stefan
Stefan - avatar