C++ Equivalent of <stdint.h>?

J

JustBoo

What makes you think there is one?

Don't you just hate it when people "answer" a question with a
question?

What is it, Lassie? A boy fell down a mine shaft and
broke his ankle and is diabetic and needs insulin? Is
THAT what you're trying to tell me?
 
M

Mike Wahler

JustBoo said:
Don't you just hate it when people "answer" a question with a
question?

IMO the best teachers answer students' questions with
questions. This method forces the student to *think*
instead of asking for knowledge to be handed to them.
The former incites real learning, the other often only
'memorization'.
What is it, Lassie? A boy fell down a mine shaft and
broke his ankle and is diabetic and needs insulin? Is
THAT what you're trying to tell me?

So what was Lassie's question?

-Mike
 
R

Rennie deGraaf

Andrew said:
"At least, not yet." - are they thinking about adding one?

thanks Andrew

As I understand it, one of the goals of the C++0x standardization
project is to improve comparibility with C, including C99. This may
include adding a <cstdint> header to the language.

Rennie deGraaf
 
J

Jim Langston

Mike Wahler said:
IMO the best teachers answer students' questions with
questions. This method forces the student to *think*
instead of asking for knowledge to be handed to them.
The former incites real learning, the other often only
'memorization'.

Yes, but that only works if the answer can be thought out itself in the
first place.

"Teacher, how do I do multiplication?"
"What makes you think you can?"
 
M

Mike Wahler

Jim Langston said:
Yes, but that only works if the answer can be thought out itself in the
first place.

"Teacher, how do I do multiplication?"

My 'answer': What is multiplication?

-Mike
 
P

P.J. Plauger

As I understand it, one of the goals of the C++0x standardization
project is to improve comparibility with C, including C99. This may
include adding a <cstdint> header to the language.

TR1, which has already been approved (as a non-normative addition
to the C++ Standard) includes a <cstdint> header along with
<stdint.h> and all the other C99 additions to the Standard C
library. One of these days, Real Soon Now (TM), you'll be able
to get a library that has it from our web site.

P.J. Plauger
Dinkumware, Ltd.
http://www.dinkumware.com
 
O

Old Wolf

Why do I feel like I'm watching "Whose Line Is It Anyway" ?
IMO the best teachers answer students' questions with
questions. This method forces the student to *think*
instead of asking for knowledge to be handed to them.

I agree. But that only works if the response question
actually leads to the answer to the original question. In
this case, John Carson's answer contains no useful
information and is just plain rude IMHO. If he knew that
there were no such file, he should have just said so; or
if he didn't know then he shouldn't have posted.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top