Sorry but im new at this but i have some questions
Expand Post »
well i´m taking some classes on C++, but i have no idea what namespacing std means or why i use getch(); an to return 0 how do i know which libary is which like the iostream or conio and how do you make your program finish and restart agian i know so basic stuff like getting sums dividing etc but no cool stuff like loops and other things
Re: Sorry but im new at this but i have some questions
Quote ...
but i have no idea what namespacing std
when the projects grows bigger and bigger , you will face the difficulty of finding
a new name for new identifiers without altering their meaning or you will
end up with long names like 'paser_sub_componment_xml_get_input'.
so that's where you can use namespaces. For a example namespace std refers to the standard library.
I think you should read the a C++ book and do examples. I suggest you to download knoppix like linux distribution and do the particles of that book.
Here is the best book for a beginner that I found, and the good news is it's free. http://www.mindview.net/Books/TICPP/...tml#HTMLFormat
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.