


|
 |
| << Topic |
< Post |
Post 3 of 7 Topic 4114 of 4400
|
Post > |
Topic >> |
Re: Lesson 7, Condition Evaluation, Full vs Partial.
by "Alf P. Steinbach" <alfps@[EMAIL PROTECTED]
>
Apr 15, 2008 at 01:03 AM
| * Ian Collins:
> TheDevil wrote:
>> Hello,
>>
>> See comments or website for details.
>>
>> http://members.home.nl/hbthouppermans/VS2008Analysis/Index.htm
>>
>> // *** Begin of Main.cpp ***
>>
>> #include <stdio.h>
>> #include <windows.h>
>>
> What's that?
>
>> typedef char int8;
>> typedef short int int16;
>> typedef int int32;
>> typedef long long int64;
>>
>> typedef unsigned char uint8;
>> typedef unsigned short uint16;
>> typedef unsigned int uint32;
>> typedef unsigned long long uint64;
>>
> Why not use standard types?
>
>
>> Mission:
>>
>> Test if Visual Studio 2008 c/c++ does full condition evaluation or
partial
>> condition evaluation by default.
>> Test if Visual Studio 2008 c/c++ has option to choose between the two.
>>
> Why would we care what Visual Studio does?
>
> Your test is basically stupid, the behaviour you are "testing" is
> mandated by the language standard.
Perhaps he's enrolled in a course where they're supposed to learn by
"testing"
the various language and library features, and that the scores are the
scores
he's getting by handing in these assignments?
Just a theory.
Cheers,
- Alf


|
7 Posts in Topic:
|
"TheDevil" < |
2008-04-15 00:56:24 |
|
Ian Collins <ian-news@ |
2008-04-15 10:57:46 |
|
"Alf P. Steinbach&qu |
2008-04-15 01:03:25 |
|
"TheDevil" < |
2008-04-15 01:13:02 |
|
Ian Collins <ian-news@ |
2008-04-15 11:09:56 |
|
"TheDevil" < |
2008-04-15 01:27:26 |
|
"TheDevil" < |
2008-04-15 01:46:22 |
|
Post A Reply:

|
|
|
|