|
I have a friend that keeps a collection of burned Windows CD's; 2000, XP, Vista which he uses to repair peoples computers with. Now he justifies this by saying he uses the CD-Key on their OEM sticker that came with their PC. As long as the installation...
Started by Luminose on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
This is not legal advice.)
(To those....
You can use the OEM key if it's available, or the key that came with the disc if they had to a computer is only legal because Microsoft have given their permission in this specific case.
legal.
|
|
Defense scenario. legal or not legal? Me and a guy at work were on the topic of guns, and he started mentioning things related to the law. Now I've looked up different laws plenty of times and I generally know what I can and can't do. He mentioned something...
Started by Erick46590 on
, 15 posts
by 11 people.
Answer Snippets (Read the full thread at defensivecarry):
No person in this state shall....
The reward felony.
Be placed in legal jeopardy of any kind whatsoever for protecting the person or a third person, there are some instances where it might be legal, though it would generally be ill advised.
|
|
MySQL - is it legal to do 'SELECT table1.*,table2.column FROM table1,table2' ?
Started by Gal on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Are you sure that you want From Table1 INNER JOIN Table2 ON Table1.PKColumn = Table2.FKColumn
While this theta syntax is legal.
It is legal, but it will give you a Cartesian product of the two tables.
|
Ask your Facebook Friends
|
Specifically, is the following legal C++?
class A{}; void foo(A*); void bar(const A&); int main(void) { foo(&A()); // 1 bar(A()); // 2 }
It appears to work correctly, but that doesn't mean it's necessarily legal. Is it?
Edit - changed A& to const A&
Started by Adam Rosenfield on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
We use it's legal but useless
No, it's against....
It is legal.
Also, the compiler may require bar take a const reference .
The object will exist on the stack during the function call, just like any other and use it later .
Perfectly legal.
|
|
OK, they have a sign in the car park saying "Any car parked unauthorized will be clamped, release fee 120€", OK, it is 120 RELEASE FEE Not a fine, (as private companies cannot fine apparently). So if it is just a release fee, does that mean I can legally...
Started by Alan_H_1991 on
, 15 posts
by 9 people.
Answer Snippets (Read the full thread at boards):
So if....
I wish there was a fine for stupid threads.
|
|
Hi,
as its legal to convert a pointer to non-const to a pointer to a const.. similarly,why isnt it legal to convert (pointer to pointer to non-const) to a (pointer to pointer to a const) i.e,
char *s1 = 0; const char *s2 = s1; // OK... char *a[MAX]; /...
Started by ashishsony on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
From the standard:
const char c = 'c'; char* pc; const char** pcc = &pc; // not allowed *pcc = &c; *pc = 'C'; // would allow to modify a const object
Ignoring your code and answering the principle of your question, see this entry from the comp.lang.c... .
|
|
Does anyone know of any good resources for guidance on required legal content for US websites?
Started by AJM on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at stackoverflow):
This seems like a good place to start http://www.w3.org/WAI/Policy/#US
As does http://www.w3.org/WAI/Policy/USA-States.html .
|
|
I know this isn't the greatest picture but what do you think?
Started by Italianxbowuser on
, 45 posts
by 41 people.
Answer Snippets (Read the full thread at texasbowhunter):
Won't make it i would say not yet nope If it brings a question to your mind as to... .
Nope don't make it! No way.
Not even close Not Legal! Not I agree with the above--not legal not legal...
Not legal Way not legal! Nope.
|
|
Is it legal to use the Microsoft detours library without paying the $10,000 license fee?
http://www.microsoft.com/iplicensing/productDetail.aspx?productTitle=Detours
Started by Ken Byington on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
We really can't provide answers to the "Is It Legal" kinds of questions unless we.
Ask a lawyer.
|
|
Is it legal to write instant message software that implements MSN Messener, Yahoo! Messener, or AIM protocols and receive money for it through ads?
Started by nc on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Ask your lawyer if it happens to be legal where you.
A lot of people do it; Pidgin, Adium, Meebo, etc .
Do not ask Stackoverflow for legal advice.
Laywer; only your lawyer may provide legal advice.
|