Importing and using C++ libraries #TC1017 #Mastery13

Local and generic libraries to your code 1017 13 

For include remeber if its :

Local Always in quotes ” ” example: 

 # include “nameoflibray”

Generic always in  example:

  # include

These link supported me understand

English version:  

http://stackoverflow.com/questions/3573475/how-does-the-import-library-work-details

Spanish version

http://translate.googleusercontent.com/translate_c?depth=1&hl=es&prev=search&rurl=translate.google.com.mx&sl=en&u=http://stackoverflow.com/questions/3573475/how-does-the-import-library-work-details&usg=ALkJrhj4HASvOyTqT1EkkhKnc8M0Otfo1Q

My video explaining this topic 🙂 enjoy it 

https://www.dropbox.com/s/deljwqb7z1h3m2p/Mastery13.mov?dl=0

CC BY 4.0 Importing and using C++ libraries #TC1017 #Mastery13 by Alejandra Jacobo Gómez is licensed under a Creative Commons Attribution 4.0 International License.

Comments are closed.