How do you properly compile a C program in the C++ environment?
(I use default settings and recieve "unresolved external symbol errors when linking.)
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10000985.htm...
Zones:
Windows MFCDate Answered: 01/16/1997 Grade: C Views: 0
how does one compile a c text file on a cgi server? Where does he "pick it up?" i want to take my metrowerks file, give it to the cgi, and then get a double-clickable applicationout of it. I'm n...
http://www.experts-exchange.com/Programming/Languages/C/Q_10022801.html
Zones:
C,
SSIDate Answered: 10/10/1997 Grade: C Views: 0
I cannot get my GCC compiler to change colors inside the program. When I change colors in the program and it finishes, the DOS prompt is the color I assigned in the program. Just the program itsel...
http://www.experts-exchange.com/Programming/Languages/C/Q_10038642.html
Zones:
CDate Answered: 02/13/1998 Grade: A Views: 0
I have a large struct composed of doubles, floats, enums, ints, and smaller structs.
Using the g++ compiler in 32-bit Linux, I use the sizeof operator to find out that the size of the struct is 10...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10066376.html
VC++ 5.0 / MFC / Win95
I am trying to read into my Win32/MFC application a file that was written by a dos app. The structure for the dos app written with Borland C++ 3.1 is:
struct date
{
__in...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10068588.html
Zones:
C++Date Answered: 08/01/1998 Grade: A Views: 0
Where does this directive come from? I see it used in several Delphi-programs but can't figure out where it is set. The help-system stays silent about this directive.
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10071090.html
I develop a program in small compile mode and want to use some functions of a library which compiled with large model.
The function like: int func1(int i) { printf("%d",i);...}
and i declare it in ...
http://www.experts-exchange.com/Programming/Languages/C/Q_10161286.html
Zones:
CDate Answered: 06/13/1999 Grade: C Views: 0
I am using Unix OS for development probabaly first time.
I am stuck with lot of questions. I am have a make a file
compile. How to compile a makefile on SUN OS. Also
please suggest any useful info...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_10167125.html
Where's the best place to download GNU C++ compiler for development under Windows 95?
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10188583.html
Zones:
C++Date Answered: 07/29/1999 Grade: A Views: 0
I'm trying to compile Apache 1.3.9 to enable Netscape Roaming Access. I configure with:
"./configure --add-module=../mod_put-1.3/mod_put.c"
then I run "make"
and I get these errors in the output...
http://www.experts-exchange.com/OS/Linux/Setup/Q_10215456.html
Zones:
Linux SetupDate Answered: 10/07/1999 Grade: A Views: 0