Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Help
»
my libraries cannot be found
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: my libraries cannot be found (Read 3439 times)
jasonfmp
Single posting newcomer
Posts: 3
my libraries cannot be found
«
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
Logged
ollydbg
Developer
Lives here!
Posts: 6077
OpenCV and Robotics
Re: my libraries cannot be found
«
Reply #1 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.
Logged
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
Lives here!
Posts: 7786
Re: my libraries cannot be found
«
Reply #2 on:
September 07, 2016, 03:11:40 pm »
Please read at least the CB General FAQs
http://wiki.codeblocks.org/index.php/FAQ-General
and the CB rules
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
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.
«
Last Edit: September 07, 2016, 03:39:22 pm by stahta01
»
Logged
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ.
http://wiki.codeblocks.org
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Help
»
my libraries cannot be found