News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

my libraries cannot be found

Started by jasonfmp, September 07, 2016, 02:24:58 PM

Previous topic - Next topic

jasonfmp

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

ollydbg

I can't understand your problem, so I can't help you. Please ask a good question.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

stahta01

#2
Please read at least the CB General FAQs http://wiki.codeblocks.org/index.php/FAQ-General
and the CB rules http://forums.next.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

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.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]