0
votes
2answers
39 views
subexpressions evaluation order
I've looked at SO/IEC 9899:201x under J.1 Unspecified behavior:
"The order in which subexpressions are evaluated and the order in which side effects
take place, except as specifie …
5
votes
5answers
274 views
Compliance test for OpenID providers
What automated standards-conformance tests are there for OpenID providers?
I'm making changes to the implementation of an OpenID provider, to bring it from version 1.1 of the stan …
0
votes
5answers
62 views
Windows Dialogs: when to use “OK + Cancel” and when to use “Save+Cancel”. Is a Windows standard?
When does one use OK+Cancel in a dialog and when "Save + Cancel". I have seen them used interchangeably. Is there a window standard?
0
votes
1answer
50 views
Iphone Standard Program [closed]
I am new to iPhone development. The following is my requirements.
In-house proprietary iPhone application to be deployed to 10 iTouch devices.
Distribution via ad-hoc mode ONLY
…
0
votes
2answers
14 views
Web Site Design Allowing XML Upload with Supporting XSD
We are designing a web-site allowing business to upload data via XML. We have the XSD for the XML upload. What's the industry standard in supplying the XSD for the users? Is it …
0
votes
9answers
85 views
Writing Standard Input and waiting for Standard Output
Hi, I'm trying to create a Thread that keeps netsh windows command-line tool open so I can execute netsh commands without open it every single time.
The thing is, once I've create …
0
votes
2answers
66 views
Reusing Process object and IO redirects in C#
I'm using the data ready events of the Process class to get information from the standard output and standard error of a running process.
It works great on the first run, but afte …
0
votes
2answers
69 views
How to send programmatically an email from another mail client than outlook or outlook express?
From within your application you can send an email by using MAPI functions ("MAPISendMail").
But if there is another mail client installed like "Thunderbird" or "David InfoCenter" …
1
vote
4answers
162 views
Declaring fixed-size integer typedef in Standard C
Is there a reliable way to declare typedefs for integer types of fixed 8,16,32, and 64 bit length in ISO Standard C?
When I say ISO Standard C, I mean that strictly:
ISO C89/C90 …
2
votes
6answers
260 views
XHTML or HTML 4.01 ?
What is your preferred format for html content?
Why do you choose one over the other?
10
votes
4answers
155 views
Standard Library Containers with additional optional template parameters?
Having read the claim multiple times in articles - I want to add this question to Stackoverflow, and ask the community - is the following code portable?
template<template<ty …
1
vote
3answers
41 views
Expected Behavior: Sort a Paged Table’s Column
When a user is viewing a paged table and requests it to sorted by a particular column, what page is shown?
Is there a standard expected behavior for this scenario? I can imagin …
1
vote
5answers
55 views
Webservice development
are there any standards for web service development?
3
votes
8answers
543 views
Which is the best, standard (and hopefully free) C++ compiler?
Saludos a todos en stackoverflow.com!!
So... I'm a C++ newbie currently taking the subject of Data Structures, and I want to consult something with you guys:
Since I started stud …
2
votes
2answers
172 views
strcmp() and signed / unsigned chars…
I am confused by strcmp(), or rather, how it is defined by the standard. Consider comparing two strings where one contains characters outside the ASCII-7 range (0-127).
The C sta …
