Neutronix
Same problem
Neutronix
I check 4 times the name of the head
Anonymous
Guys, double quotes is not a magical keyword which would fetch the files from just anywhere
Anonymous
It merely looks into your local dir
Anonymous
Which is same as where your cpp is present
Anonymous
So if you really want to include something provide full path
Anonymous
Either like "c:\curl\curl.h"
Anonymous
OR ".. \CURL\curl. H
Anonymous
Use any of these formats and locate the directory
Anonymous
Otherwise, you can add them in the additional includes list and use angular brackets
Neutronix
Either like "c:\curl\curl.h"
i'll try it, thank you)
Anonymous
😊
Anonymous
Don't forget to replace with the your actual path
Neutronix
😊
omg, now it work, but i don't understand why, if i put
Neutronix
che correct path it work also with <>
Neutronix
but the other head don't need the wole path, why?
Anonymous
See your project has default header include path
Anonymous
So that's how it works
Anonymous
I can't say full without having projects
Anonymous
Why not you look for a stackoverflow question addressing this
Neutronix
i'm trying to connect some libraries in my project, that's all, i don't know if i'm wrong to do like that but it's a little bit weird
Neutronix
if you want i can send you the file
Neutronix
the read me is for linux, so i need to understand how to do it in windows
Sudip
anyone here help me out
Sudip
its saying unable to intialize device prn
Anonymous
Better keep trying and keep asking, you will learn easily
YK Y
hey
YK Y
why call by reference is not in C?
YK Y
does anyone know?
Anonymous
😳
Anonymous
C has pointers, and you can use it to achieve call by reference
Ritu Raj
In C/C++ language header file contains only declaration of predefined functions, so where does its definition is stored?
Neutronix
Neutronix
I don't have this file in my library
Neutronix
Why it's in gray?
YK Y
what are you making
YK Y
>
YK Y
try in dev
Neutronix
What's dev?
YK Y
a compiler
Neutronix
what are you making
Noting for now, I'm trying to connect with a website
Neutronix
Where I can download it?
YK Y
dev compiler
Neutronix
Lol ok
Anonymous
Devcpp or use vs code
Anonymous
More modern compiler
Anonymous
I think dev is not actively mantianed anymore
Anonymous
Lib files
Neutronix
Devcpp or use vs code
I can use it in codebloks? I need just to install it and that's all?
Anonymous
Both are independent ide
Anonymous
Install it and run
Anonymous
Vscode will need extensions
Anonymous
Just open the folder in vs code
Neutronix
Both are independent ide
Oh, so I need a different ide also, and what about visual studio?
Anonymous
Both visual studio and visual studio code are great
Neutronix
Ok, I tried to put the file in Visual Studio and I get the same error
Neutronix
Neutronix
I need to try every single ide?
Dima
Can you post screenshots instead of posting these photos
Dima
Neutronix
Yes but it takes more time, the quality is bad?
I_Interface
more time ? lol
Neutronix
more time ? lol
Yes because for send you the screenshot I need to made it and paste it in paint, after that I need to save and send it like a document because if I send it in a normal way the quality is horrible and you can't read
Neutronix
But if you want ok
I_Interface
how it can be with bad quality
Neutronix
PrintScreen and Ctrl + V into this chat ???
you can read what i said before?
I_Interface
like that - it's a bad quality for us
Neutronix
Neutronix
Do you prefer that quality?
I_Interface
Do you prefer that quality?
Ofc not, but a photo is bad too
Neutronix
Ofc not, but a photo is bad too
are you sure? I need to send it like a file? Ok I'll do it)
Neutronix
Neutronix
Good?
I_Interface
Good?
yes have u checked a path to those libs?
Neutronix
yes have u checked a path to those libs?
I don't have this file in my libraries, I don't know why
Neutronix
Maybe it's already in the compiler?
Anonymous
So
Anonymous
The point about vs or vs code was it highlights your error