Code::Blocks Forums

User forums => Help => Topic started by: jasonfmp on September 07, 2016, 02:24:58 pm

Title: my libraries cannot be found
Post by: jasonfmp on September 07, 2016, 02:24:58 pm
hi everyone
i'm just trying to use the libaries inside the codeblocks by writing #include <> , but it doesn't show me the correct options between <> , and i can't just find how to install or dl libraries
Title: Re: my libraries cannot be found
Post by: ollydbg on September 07, 2016, 02:43:59 pm
I can't understand your problem, so I can't help you. Please ask a good question.
Title: Re: my libraries cannot be found
Post by: stahta01 on September 07, 2016, 03:11:40 pm
Please read at least the CB General FAQs http://wiki.codeblocks.org/index.php/FAQ-General (http://wiki.codeblocks.org/index.php/FAQ-General)
and the CB rules http://forums.codeblocks.org/index.php/topic,9996.0.html (http://forums.codeblocks.org/index.php/topic,9996.0.html)

Edit: Your question might be a Code Completion (CC) question; but, I do NOT use Code Completion (CC), therefore I am NOT sure if it makes sense as a CC question. Note, please state your Code::Blocks (CB) version in your posts.

For C++ or C programming questions you need to use another site; I suggest http://cboard.cprogramming.com/forum.php (http://cboard.cprogramming.com/forum.php)

You need to also learn the name and version of your compiler to ask questions on this or other sites.

Example answers
1. I use TDM's MinGW GCC version 4.7.1    (32-bit)
2. I use MSys2 MinGW64 GCC version 6.1  (32-bit and 64-bit)

Tim S.