About C++ Libraries -


when install ide vb example, has c++ libraries.
question is, how know contents of library (methods or manipulators) way intended do.
should beginner find contents formally?
found them in wikipedia, want know original source (if suppose no internet connection available).

simple question here, when install ide vb example, has c++ libraries.

what libraries referring to?

where should beginner find contents formally?

libraries meant public consumption described in respective documentation. where documentation found differs greatly. documentations big public libraries found online, on official websites of these libraries, though.

since question explicitly mentioned c++, c++ standard libraries described @ cplusplus.com. there large collection of c++ libraries, called boost described on homepage.

the libraries ship vb (which vb, though? vb.net or vb6?) microsoft’s, , therefore described on developer network homepage, msdn.microsoft.com. offline copy of documentation installed visual studio; however, software used navigate barely usable (especially when accessed via visual studio).


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -