User profile: Andrew Shap

User info
User name:Andrew Shap
History
Joined:
Number of posts:5
Latest posts:

new operator and class-type instance members
Hi, I have a simple question about using the new operator on classes with instance members of oth...

g++ link c++ object to c main
I don't have GNU Binutils but I tried: g++ -g foo.c foo2.cc foo3.cc -lm -o foo ...and I keep g...

g++ link c++ object to c main
Can anyone help me with the compile line(s) to link a c++ object file generated from a .cc to a c ma...

Wrapping C/C++ Problem
Ah yeah it would be an implementation detail so I'll prototype the function in the header and then j...

Wrapping C/C++ Problem
Hi, I have a question regarding wrapping/linking protocols between C and C++. I'm working on exis...