Posts by JOgamb • 21 points
2 posts
-
1
votes0
answers23
viewsQ: Scope problem in namespace and class, C++
I tried to create a complex class in a C++ namespace per exercise, but when I try to define some methods of my class, the compiler returns error. My code: Complex. h: #ifndef COMPLEX_N_H #define…
-
1
votes0
answers53
viewsQ: Doubt about building and linking libraries (C++)
I am using the Codeblocks IDE and would like to use the functions of an external library called Chilkat in my code. I can make the IDE read the header, but when I try to use some function or object…