
Help... V Simple Questions Need Answering
Quote:
> I have been given a book Called 'Beginners Guide to C++' by Wrox. In
> this book it must assume that i have a little knowlage of programming
> of which i have non. So i have a few simple questions:
Well, you're /almost/ in the right place. comp.lang.C++ is right down the
hall. This is comp.lang.c where we discuss C.
Quote:
> What compilers should i use
For C++, a C++ compiler. The comp.lang.c++ FAQ (which you should be able to
find using a search engine or by reading the comp.lang.c++ group) no doubt
can suggest a number of compilers for different tastes.
Quote:
> Where can i find basic information on how to use them?
They usually come with information on their use. Compilers very an awful lot
in how they should be used, though there are some generalities. The best way
to learn is to get one and use it.
Quote:
> The code of the language seems fine but it is just getting to test
> these by compiling them
> Please help.....
I'd suggest you read the comp.lang.c++ FAQ (or at least, the bits useful to
you) as your next point of call. Then perhaps, some things may become clear.
Remember though, comp.lang.c++ is down the hall from here. :)
Ian Woods