+ 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
2 Antworten
+ 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.
0
"programming dictionary" should do as Google search term.