hello,
im totally new to this forum, but i already checked whether my ask is answered somewhere else already. i couldnt find anything...
i used to work with dev-cpp and i have to work with the cnum.h library a lot. Since im a student i am able to get MS Visual Studio 2010 for free. after realising that, i installed it.
But there is my problem:
I want to include cnum.h file into my clean cpp project. in order to do so, i added the folder of the cnum.h and the libCNum.a file to the linker (additional library directories, im not too sure if this is the correct english name for it, my system is running in german language)
after this i included the .h file with #include "cnum.h"
and i typed the code where i use one function out of this library.
when i try to compile i get following message:
": fatal error C1083: Datei (Include) kann nicht geöffnet werden: "cnum.h": No such file or directory"
("Datei (Include) kann nicht geöffnet werden" means "not able to open include file")
Is there a special folder where i have to paste the cnum.h and the libcnum.a files?
hope you can help me