Standards are officially published or well agreed upon formats, procedures, or protocols. They allow individuals or organizations to collaborate but setting ground rules or boundaries. Standards often come with a set of preconditions or assumptions, which allow collaborators to take those conditions ...
1
vote
1answer
26 views
Square root of complex numbers - g++ vs icpc
A rather basic question but I am a little bit lost here. I am working on a library, which works with complex numbers. So far I used my implementation under Mac OS 10.8 and Ubuntu 10.04 (by using ...
-9
votes
2answers
42 views
Structure pointer explanation [duplicate]
#include <stdio.h>
#include <stdlib.h>
struct X {
int a;
char b;
};
int main(int argc, char * argv[])
{
struct X *x_ptr = malloc(sizeof(struct X));
x_ptr->a = 10;
...
0
votes
1answer
36 views
How can I test the portability of a C++ codebase developed and managed in Visual Studio 2010?
I have a very large and very old C++ project currently maintained in Visual Studio 2010. One member of our team has just tested the bumpiness of the upgrade path to VS 2012, and found we were being ...
0
votes
0answers
14 views
jsf2 form in form with ajax
On complex data input forms it may happen that one needs to edit a form in a form. As this is not possible in JSF2, I wonder what better solution could be found for this problem. Here's an example of ...
3
votes
1answer
16 views
How to specify language for a week input element in HTML5?
Is there any way to display the Spanish text "Semana" instead of "Week", and change the day names to spanish in the html5 input week element?
This doesn't work:
<input lang="es" type="week" />
...
4
votes
1answer
79 views
Pointer representation
I have a question about the pointers representation in C. If I have correctly understand this paragraph of the C11 standard :
C11 (N1570), § 6.2.5.28, Types, p. 36
Similarly, pointers to ...
0
votes
0answers
15 views
Compression and XML security
I have a requirement which is stated as follows.
After the generation of the hash values (see section 4.2.1), the
documents with the log data are compressed with the ‘deflate‘
algorithm ...
0
votes
2answers
36 views
Java XML practice
I have an application that receives weather information every x seconds. I am wanting to save this data to an XML file.
Should I create a new XML file for each weather notification, or append each ...
0
votes
4answers
38 views
Checking all conditions in a logical disjunction in Java
I found the question in this line of code. Ignore the fact that this code does not make sense.
if (object != null || object.someMethod()) object.doSomething();
First I was thinking that this code ...
0
votes
5answers
65 views
Proper typedef syntax in C
Short Question
Is there a proper or preferred way to to use typedefs of structs and enums in C?
Background
I have been working on a code base that has had several people / companies working on it ...
0
votes
2answers
65 views
Do c++ values created in an initialization list go on the stack?
In other words, is the following code valid?
-- It works with gcc 4.7, however, I am not sure is it in the standard or only implementation dependent.
struct A {
int data[3] = { 1, 2, 3 };
};
...
5
votes
3answers
67 views
Will a referenced library function be linked if it is not called?
Suppose we have the following iterface to a library:
// my_interface.h
typedef float (*myfunc)(float);
myfunc get_the_func();
And suppose that the implementation is as follows:
// my_impl.c
...
0
votes
1answer
11 views
Clean, standard method for referencing local files in a project-based IDE (such as Eclipse or Visual Studio)?
Recently I've begun taking advantage of the features offered by using robust IDEs, particularly the debugger and autocomplete found in Eclipse Juno and Visual Studio 2012.
However, many of my ...
0
votes
0answers
37 views
How does defining function variables before { and after function declaration work? [duplicate]
I have been looking at some documentation for my C projects and came across a peculiar type of function declaration. Here is an example:
function_name(arg1, arg2)
int arg1;
char *arg2
{
...
1
vote
0answers
50 views
Standard algorithm for WEP key generator 64-bit
I have downloaded the following function from the internet. It's a WEP Key generator for 64-bit from a giving passphrase. and I m wondering if a such algorithm is a standard algorithm? or it's an ...
1
vote
2answers
22 views
iOS standard for applications with many inputs and little space
I'm making an application for iPhone with retina 3.5 and the space is too short to put seven textfields and some buttons.
Is there any standard way to do the same using less space on the view?
2
votes
3answers
112 views
What should and should not be in an Erlang header (.hrl) file?
I'm a bit confused on what an .hrl file should be used for. It's my understanding that .hrl files can contain any valid Erlang code and that using the -include directive will essentially insert the ...
0
votes
1answer
13 views
What are good practices for class hinting in JSON?
I would like to know if there are preferred ways to exchange custom objects serialized as JSON, so that both ends can get a (rough) idea on how to deal with the values exchanged.
I guess this is ...
1
vote
1answer
22 views
Is it acceptable for a submit button to have a name attribute?
Usually, a submit button works fine without a name attribute. However, there are occasions where there's a need to have two submit buttons for the same form, hence making use of the name attribute to ...
2
votes
2answers
78 views
Where can I find the C specification?
I am in the situation where I may have the opportunity to teach C to some students. The University wants to teach them pure c, not c++, to keep the advanced c++ course separate.
Since c++ is derived ...
-5
votes
0answers
26 views
Will Software Engineering ever become a formal profession? (like Accounting, Law, Medicine, etc.) [closed]
Unlike other professions (such as those quoted in the topic), there is no profession-wide certification for Software Engineering.
I am well aware of the multitude of technology and methodology ...
0
votes
1answer
35 views
template argument deduction for destructor
Should a compiler deduce the template argument when the destructor of a class is called ?
The following piece of code :
#include <iostream>
template <typename T>
class A{
};
int main(){
...
5
votes
3answers
121 views
Is it bad practice to write a whole Flask application in one file?
I'm currently writing a web application in Python using the Flask web framework. I'm really getting used to just putting everything in the one file, unlike many other projects I see where they have ...
10
votes
1answer
188 views
In relation to the paragraph 12.7p3 in the C++ Standard, I have the following questions
What are the specific problems that are being avoided with the restrictions imposed by this clause 12.7p3 (see the first part of paragraph below)?
In the example shown in 12.7p3 (see below) why ...
3
votes
1answer
175 views
Networking Library in C++14
Herb Sutter writes here (on his ISO C++ Spring 2013 meeting trip report) that a networking library is planned to be added to C++14.
What features would this library have initially? What is it based ...
-2
votes
0answers
35 views
How to add customer comments from opencart to paypal standard?
I have installed OpenCart 1.5.4.1 on http://g.pizzahousecompany.co.uk and when a customer places an order with some comments, no comments passes onto PayPal.
I know that OpenCart has a PayPal Standard ...
1
vote
0answers
16 views
Somaliland Country Abbreviation
I can't find a two letter country abbreviation for Somaliland, likely because it's not a country, but rather, as Wikipedia puts it: "an unrecognized self-declared de facto sovereign state that is ...
0
votes
1answer
17 views
Paypal Standard - time limit
I am sending customers to Paypal using Paypal Standard and a classic html form.
I need to ensure that customers pay within 10 minutes.
I was hoping to fund a variable that wold allow me to set a ...
0
votes
3answers
146 views
REST - Returning Created Object with Spring MVC
I have a REST call that accepts JSON object, lets say, a person. After I create this object (validated and saved to the database), I need to return the newly created JSON Object.
I think the standard ...
3
votes
1answer
74 views
is it ok to specialize std::numeric_limits<T> for user-defined number-like classes?
The documentation of std::numeric_limits says it should not be specialized for non-fundamental types. What about number-like user-defined types? If I define my own type T which represents a numeric ...
0
votes
3answers
47 views
Are brackets in the WHERE clause standard sql
The course that I am currently doing uses brackets in its WHERE clauses like so:
SELECT bar
FROM Foo
WHERE (CurrentState = 'happy');
Is this standard sql ?
If not then why use them?
Doesn't ...
0
votes
1answer
34 views
Is there such a thing as an ODBC driver which will connect to any SQL-92 database?
If a database has been written to the SQL-92 standard why does it need a proprietary driver?
Is there a Python library which would let me interact with a standard SQL-92 database?
The database ...
-1
votes
0answers
28 views
Standard Format for CV interchange? [closed]
Nowadays standard file formats allow data to be easily exchanged between programs. GEDCOM is used for family tree programs, document and spreadsheet formats have open standards, and XML is used for ...
0
votes
2answers
59 views
Is there a library of standard XML formats and is using standard the right choice for design? [closed]
I was wondering generally if there are any resources for finding XML standard formats.
If you don't find a standard format for the data you will be consuming in your application, would you create the ...
3
votes
3answers
265 views
Intruding privacy - How does the C++ standard handle it?
Consider the below code snippet.
The method Sayhi() is having public access in class Base.
Sayhi() has been overridden as a private method by the class Derived.
In this way, we can intrude into ...
1
vote
1answer
40 views
Is the ]]> sequence really not legal in the content of an XML-tag?
I have an XML document with a tag that contains a user entered message, I would like to avoid unnecessary escaping of characters.
According to the link below the only strictly illegal characters are ...
0
votes
2answers
66 views
overloaded functions produce ambiguous error
i have some overloaded function but in my test code some error are generated.
inline void tt(uint8_t& v) { }
inline void tt(int8_t& v) { }
inline void tt(char& v) { }
inline void ...
0
votes
3answers
140 views
mean and standard deviation by group for multiple variables [duplicate]
I am sure this question has been answered before, but I would like to caclulate mean and sd by treatment for multiple variables (100s) all at once and cannot figure out how to do it aside from using a ...
1
vote
1answer
28 views
Explicit control of JavaScript JIT?
I'm working on some code (for audio processing) that relies heavily on modern JavaScript optimization for performance. I dynamically generate JS methods to do a bunch of arithmetic on the contents of ...
1
vote
0answers
38 views
Standard Network Request
I was wondering if there is some sort of generic way to make network calls with Java / Android, as I'm struggling with my current tactics. I'm currently trying this:
public static File ...
0
votes
2answers
48 views
Coding Standards for Android
I have a constant value as shown below in my code.
static final int CONNECTION = 20000;
I need to maintain a xml file for constant values as we have for strings(string.xml)
(or an alternate way to ...
3
votes
2answers
54 views
Naming classes and resources with the company brand name
I'm currently working on a project that has a number of legacy code elements. In the past they have have been using the brand name in class definitions and resource names. For example (without me ...
0
votes
0answers
14 views
Dataformat description best practice
I need a flexible way to describe a data format. Length, data type, description etc.
I thought of using xml to deine each object because it would be easy to parse for different languages.
Is this ...
2
votes
6answers
108 views
Shortest way of writing a C# property? [duplicate]
Someone told me that you could replace the following code:
private string name;
public string Name
{
get;
set;
}
with the following and suffer no ill effects:
public string Name;
I ...
0
votes
2answers
20 views
Prefixing IDs and Classes with Element Types in CSS
Hopefully this question falls under the Q/A rules here.
I was hoping that people could shed some light on the benefits of prefixing selectors in the css markup, and disadvantages of it.
For example
...
0
votes
0answers
34 views
Example Requirements Standards and Design Standards
Where can I look to find example Software Requirements Standards and Software Design Standards for real-time safety critical applications?
JSF and MISRA are examples of Software Coding Standards ...
0
votes
3answers
87 views
Space between pointer arrow in c
I was notified the other day that I shouldn't use pointer arrows in a certain way in c. What I did was this:
struct info {
int x;
char *data;
}
int main() {
struct info *information;
...
0
votes
4answers
43 views
Language codes reference
Can someone please give me the official reference to the language (country/region) codes. I'm finding different codes for the same language (es_ES, esp_ESP, etc.) and I can't figure out which one is ...
4
votes
1answer
70 views
C++ Standard Layout and References
According to the C++ standard:
A standard-layout class is a class that:
—has no non-static data members of type non-standard-layout class (or array of such types) or reference.
...
0
votes
1answer
28 views
What is the current browser support for the w3c `FileWriter` interface?
What is the current browser support for the w3c FileWriter interface?
I'm mainly interested in Chrome and Firefox for desktop



