On 12/21/2011 07:34 PM, Ashton Fagg wrote:
I've used "Big C++" by Cay Horstmann and Timothy Budd. It's great if
you're just starting off but it also includes a fair bit of more
advanced stuff also. It was a prescribed text book for one of my
university subjects and I must confess it's very nice -
On 22/12/11 12:38, David Christensen wrote:
What would be some good books for current C++
> on Debian Squeeze?
I've used "Big C++" by Cay Horstmann and Timothy Budd. It's great if
you're just starting off but it also includes a fair bit of more
advanced stuff also. It was a prescribed text bo
On 12/21/2011 06:26 PM, Bob Proulx wrote:
The problem is that C++ has changed significantly over the
years. You are operating from obsolete documentation. The new names
for the header files no longer contain a .h on the end.
Try compiling this program instead.
#include
int main ()
{
std::cou
David Christensen wrote:
> I'm attempting to compile C++ "hello, world!" on Debian 6.0.3 i386
> and seem to be missing iostream.h (?). libstdc++6 seems to be
> installed (?). Do I need one of these packages?
No. The problem is that C++ has changed significantly
debian-user:
I'm attempting to compile C++ "hello, world!" on Debian 6.0.3 i386 and
seem to be missing iostream.h (?). libstdc++6 seems to be installed
(?). Do I need one of these packages?
http://packages.debian.org/search?searchon=contents&keywords=iostream.h&mode
"Paul Scott,,," <[EMAIL PROTECTED]> writes:
> Paul Scott,,, wrote:
>
>> Colin Watson wrote:
>>
>>> On Fri, Jun 28, 2002 at 01:45:41AM -0700, Paul Scott,,, wrote:
>>>
>>> I would guess that naming C++ source files foo.c doesn't help. Try
>>> foo.cpp instead, and then make's default rules will be mo
"Paul Scott,,," <[EMAIL PROTECTED]> writes:
> Hi,
>
> I have been working on a program to recover some data from a broken ext2
> partition. I have been using streaming objects.
>
> When I compile with g++ with no options the header files iostream.h and
> fs
Paul Scott,,, wrote:
Colin Watson wrote:
On Fri, Jun 28, 2002 at 01:45:41AM -0700, Paul Scott,,, wrote:
I would guess that naming C++ source files foo.c doesn't help. Try
foo.cpp instead, and then make's default rules will be more useful to
you.
Silly me. That makes sense. I'll let you
Colin Watson wrote:
On Fri, Jun 28, 2002 at 01:45:41AM -0700, Paul Scott,,, wrote:
[...]
make: *** [fixext2fs.o] Error 1
How do I tell the makefile how to find these?
You shouldn't have to do so explicitly. What does your makefile look
like?
I would guess that naming C++ source file
On Fri, Jun 28, 2002 at 01:45:41AM -0700, Paul Scott,,, wrote:
> I have been working on a program to recover some data from a broken ext2
> partition. I have been using streaming objects.
>
> When I compile with g++ with no options the header files iostream.h and
> fstream.h
Hi,
I have been working on a program to recover some data from a broken ext2
partition. I have been using streaming objects.
When I compile with g++ with no options the header files iostream.h and
fstream.h are found just fine.
I am now trying to write a makefile which I haven't don
On Sun, Sep 12, 1999 at 13:52:49 -0700, Dan Smith wrote:
> What debian package contains the include file iostream.h?
The -dev package of libstdc++, unless you have a very old system, in which
case it's in the -dev package of libg++. The precise package name is
release-dependent; "
Please send replies directly to me--I am not
subscribed to the list
What debian package contains the include file
iostream.h? And if there is none, where can I
download it?
__
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com
Kevin,
> #include and the compile fails, does anyone know where I can
> get this H file? what packages is it in ... is this a C++ Header file of
> a C Header File?
Try /usr/include/g++, /usr/include, /usr/lib/g++-include. You will
need a copy of g++. Mail me direct, if you need a URL f
At 10:38 AM 8/1/97 CDT, Kevin J Poorman wrote:
>
>I have just bought a book titled "On to C++" a book that was recomened to
>me by a freind Now partway into the book when I'm trying some of the
>examples it calls for the statement
>
>#include and the compile fails, does anyone know where I can
On Fri, 1 Aug 1997, Kevin J Poorman wrote:
> #include and the compile fails, does anyone know where I can
> get this H file? what packages is it in ... is this a C++ Header file of
> a C Header File?
Its in the libg++ package.
--
Jean Pierre
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail
I have just bought a book titled "On to C++" a book that was recomened to
me by a freind Now partway into the book when I'm trying some of the
examples it calls for the statement
#include and the compile fails, does anyone know where I can
get this H file? what packages is it in ... is this
t; I recently installed the basic development files - gcc, cpp, binutils, libs,
> and libs-dev. When I tried to compile a program with just a cout line it
> says iostream.h: no such file...
> I remeber seeing a lot of this on the linux newsgroup, and there seemed to
> be as many theor
[EMAIL PROTECTED] said:
> I recently installed the basic development files - gcc, cpp,
> binutils, libs, and libs-dev. When I tried to compile a program with
> just a cout line it says iostream.h: no such file...
Did you invoke the compiler with g++ or gcc ?
For compiling C++ prog
I recently installed the basic development files - gcc, cpp, binutils, libs,
and libs-dev. When I tried to compile a program with just a cout line it says
iostream.h: no such file...
I remeber seeing a lot of this on the linux newsgroup, and there seemed to be
as many theories as there were
20 matches
Mail list logo