|
I'm taking a course in software project management and right now I'm writting a "quality plan"... We've discussed ISOs in class, and I would particularly like my fake company to say the project complies with ISO norm 9126.
The thing is I don't really ...
Started by webdreamer on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
The fundamental objective of this standard is to address some of the well known human with zero intervention....
ISO 9126 is an international standard for the evaluation of software quality.
Of knowledge there on what you are asking.
|
|
Does anyone know the ISO standard that covers .NET 3.5? I found ISO/IEC 23270:2006, but I am not sure if this is the right/latest one. I need to put this in my SRS document.
Started by Mark on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
ISO/IEC 23270:2006 is for C# another C# standardISO/IEC ....
There is no such thing such as .net standard.
See Wikipedia.
There is no ISO standard for the .NET Framework itself.
Is the standard that covers C# as such.
|
|
Should every C++ programmer read the ISO standard to become professional?
Started by Jinx on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Much value does it provide to the developer to read the ISO standard? Are employers demanding? Will the reading of the ISO standard help the developer make the developers around him/her any better whether every professional....
|
Ask your Facebook Friends
|
If I were designing a oil refinery, I wouldn't expect that materials from different vendors would not comply with published standards in subtle yet important ways. Pipework, valves and other components from one supplier would come with flanges and wall...
Started by Lunatik on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
For example, most vendors suypport more to rely on just to adhere to ... .
As to why bother with standard, well most vendors do eventually bring standard support on board.
Every siongle feature of the current ANSI C and C++ standards.
|
|
I am currently working on a big project and maintaining all those include guards makes me crazy! Writing it by hand is frustrating waste of time. Although many editors can generate include guards this doesn't help much:
Editor generates guard symbol based...
Started by doc on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
It bother you that it's not on the ISO standard?
How often do you have to add an include file that the inclusion and linking system should have been more of a focus for the new standard as it is one.
|
|
I am doing my first database project.
I would like to know which of the following ways should I use to make SQL queries in DDL.
#1 CREATE TABLE employees ( id INTEGER PRIMARY KEY, first_name CHAR(50) NULL, last_name CHAR(75) NOT NULL, dateofbirth DATE...
Started by Masi on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Sql coding Convections suggest :
CREATE TABLE employees ( id INTEGER PRIMARY KEY, first_name CHAR(50) NULL, last_name CHAR(75) NOT NULL, dateofbirth DATE NULL );
It doesn't really matter to the database, and so you should generally go for what's more... .
|
|
I sort of understand that its a standard or universal way of doing things or set of measurements that those invole with it all can Can someone further explain this??
Started by Nealcrenshaw on
, 19 posts
by 13 people.
Answer Snippets (Read the full thread at garagejournal):
A business is reviewed with another....
A business is reviewed by ISO employees, as far as I am aware ISO (9000 & 9001) is a standard for conducting business.
Aware ISO (9000 & 9001) is a standard for conducting business.
|
|
On Fri, 22 Jun 2007 17:32:38 +0000, "Manon Metten" <manon.metten@gmail.com> wrote:
Hi,
This urgent request was posted on users@openoffice.org
<user@openoffice.org>by Hagar de l'Est
< hagar_de_lest@openoffice.org >.
Is not exactly...
Answer Snippets (Read the full thread at omgili):
>....
On Tue, 26 Jun 2007 14:31:52 +0200, Johannes Wiedersich <johannes@physik.blm.tu-muenchen.de> wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Manon Metten wrote:
> Please sign the petition here: http://www.noooxml.org/petition .
|
|
DEAR FRIENDS
I NEED THE ISO 14121-1:2007 STANDARD.. THAT WILL GIVES THE CLEAR IDEA ABOUT THE PRINCIPLES OF RISK ASSESSMENT. SO PLEASE UPLOAD IT. IT WILL BE VERY USE FUL STANDARD... AND THANKS IN ADVANCE
YOURS EVER
NANOVINNANO
Started by nanovinnano on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at egpet):
MMA [This link Point to another website Only registered and activated users can see links.]
<![CDATA[[Only Registered And Activated Users Can See Links] .
MMA I think you should check the torrent.
I think you should check the torrent.
|
|
In our code, we have a 16-byte packed struct that we call "ISOTIME":
typedef struct isotime { struct { uint16_t iso_zone : 12; // corresponding time zone uint16_t iso_type : 4; // type of iso date } iso_fmt; int16_t iso_year; // year uint8_t iso_month...
Started by Austin Ziegler on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
SQL (ISO/IEC 9075-2:2008) works more closely with ISO 8601 than with C/POSIXLooks like a structure....
The data from the C standard.
As Gary Ray says, the main standard for interchange of date and time data is ISO 8601:2004.
|