Lineas de compilación importantes
#g++ test.cpp -L../lib -I../include , especificando rutas include y lib
#g++ test.cpp -o test -L../lib -I../include , especificando objeto de salida
#g++ test.cpp -o test -lpthread -L../lib -I../include , si trabajara con hilos
http://webusers.npl.illinois.edu/~yangrz/Make.html
generando librarias
http://www.forosuse.org/forosuse/showthread.php?t=12989
http://www.linuxquestions.org/questions/programming-9/how-to-compile-a-tiny-simple-library-by-g-105795/
http://mrbook.org/tutorials/make/
Thursday, August 27, 2009
g++ Compilar
Subscribe to:
Post Comments (Atom)
-
Resources: [1] Hela https://ome.grc.nia.nih.gov/iicbu2008/hela/index.html
-
en inglés se llama “A potentially dangerous Request.Form value was detected from the client”. varias páginas indican dos cosas: 1. agrega...
-
mas plugins http://devsnippets.com/reviews/using-jquery-to-style-design-elements-20-impressive-plugins.html http://www.extjs.com/deploy/dev/...
PostgreSQL json fields
select name->'es_PE',* from product_template where name->>'es_PE' like '%MEGACI%' References: [1] https:/...
No comments:
Post a Comment