Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
hiya anyone interested in helping me out with a question? an expansion memory adapter may be required when A, an application requires access to more than is presant within the system board, B a hard disk unit is to be installed within the system unit. C all of the system motherboard expansion slots have adaptors or option cards fitted D an EGA graphics adaptor card is fitted in place of an MDA or CGA unit. i think it is c but can any one confirm or argue and why thanks
Name: elric Date: July 14, 2002 at 13:18:45 Pacific
Reply:
G'day,
I'll second that; it's A for me to. If you require more memory than is on the system board (assuming you have filled all the chips...) then you must decode extra using an expansion slot (quite common in the old PCs). I think the others are less likely...if you select C as your answer-exactly where are you going to put this memeory expansion card??? The video option is possible but video RAM usually comes with the card if there is more than what is allocated for it by the BIOS ie under 1 Meg.
Summary: gcc is the GNU c compiler, g++ just invokes it in such a way that it'll deal with c++. If you are using windows google for cygwin, and download that. Then you will have gcc/g++. If you are using linux...
Summary: Whatcha SHOUTING for??? When you installed, if you used the default installation or told it to install the 'development' packages, you probably have the GNU compilers. gcc is for C and g++ is for C++ ...
Summary: Here is my code so far: **************************************** #include <ctype.h> #include <graphics.h> #include <math.h> #include <stdlib.h> #include <iostream.h> #include <stdio....