Valhalla Legends Archive

General => General Discussion => Topic started by: Joe[x86] on November 30, 2005, 09:12 PM

Title: Forum Suggestion: Programmers Forum
Post by: Joe[x86] on November 30, 2005, 09:12 PM
Where we can discuss things in private with other programmers, that are unsafe for other users to view.

This may seem corny, but see this topic (http://forum.valhallalegends.com/index.php?topic=13318.new#new).
Title: Re: Forum Suggestion: Programmers Forum
Post by: MyndFyre on November 30, 2005, 10:20 PM
I doubt that this will happen, as it would require the administrators to manage membergroups.
Title: Re: Forum Suggestion: Programmers Forum
Post by: Newby on November 30, 2005, 10:30 PM
Quote from: Joe on November 30, 2005, 09:12 PM
Where we can discuss things in private with other programmers, that are unsafe for other users to view.

This may seem corny, but see this topic (http://forum.valhallalegends.com/index.php?topic=13318.new#new).

Make a forum, and invite other users to post on it, and never give out the link.

That's the only way your idea will be completely satisfied.
Title: Re: Forum Suggestion: Programmers Forum
Post by: Kp on November 30, 2005, 10:32 PM
Quote from: MyndFyre on November 30, 2005, 10:20 PM
I doubt that this will happen, as it would require the administrators to manage membergroups.

Further, who decides who will and will not be permitted entrance?  What if someone who's technically qualified gets added, only to have it later discovered he publicly reposts everything discussed on the private forum?  It's very difficult to keep information from spreading once it is known by more than a select few, especially when you can't impose any consequences upon the one(s) releasing it.
Title: Re: Forum Suggestion: Programmers Forum
Post by: Joe[x86] on December 01, 2005, 07:01 AM
The vL members will give you a test on some basic programming skills. For example..

const char * testChar = "abcd";
&testchar++;

What is the value of testChar?

If someone knows that, and a few other questions similar to it, they are permitted enterance.

If someone starts reposting stuff, then we just remove their rights.
Title: Re: Forum Suggestion: Programmers Forum
Post by: Newby on December 01, 2005, 08:17 AM
Quote from: Joe on December 01, 2005, 07:01 AM
The vL members will give you a test on some basic programming skills. For example..

const char * testChar = "abcd";
&testchar++;

What is the value of testChar?

If someone knows that, and a few other questions similar to it, they are permitted enterance.

So, in other words, if anybody pays attention for a few weeks in basic comp sci, they'll get in?
Title: Re: Forum Suggestion: Programmers Forum
Post by: Mephisto on December 01, 2005, 09:01 AM
Quote from: Joe on December 01, 2005, 07:01 AM
The vL members will give you a test on some basic programming skills. For example..

const char * testChar = "abcd";
&testchar++;

What is the value of testChar?

If someone knows that, and a few other questions similar to it, they are permitted enterance.

If someone starts reposting stuff, then we just remove their rights.

He's not talking about whether someone is qualified or not, it's whether they're trustworthy enough, which would be hard to determine.
Title: Re: Forum Suggestion: Programmers Forum
Post by: MyndFyre on December 01, 2005, 09:45 AM
Quote from: Joe on December 01, 2005, 07:01 AM
const char * testChar = "abcd";
&testchar++;

What is the value of testChar?
Off the cuff I'm pretty sure that'd raise a compile-time error.  testChar is supposed to be const.
Title: Re: Forum Suggestion: Programmers Forum
Post by: iago on December 01, 2005, 12:21 PM
Quote from: MyndFyre on December 01, 2005, 09:45 AM
Quote from: Joe on December 01, 2005, 07:01 AM
const char * testChar = "abcd";
&testchar++;

What is the value of testChar?
Off the cuff I'm pretty sure that'd raise a compile-time error.  testChar is supposed to be const.

It's also a compiletime error because you're incrementing the address of a variable, which is illegal to do.  He also didn't capitalize the c in testChar when he tried to illegally increment it.

3 distinct errors on 2 lines of code.. you are truly a master. 
Title: Re: Forum Suggestion: Programmers Forum
Post by: BaDDBLooD on December 01, 2005, 12:36 PM
Phew,  i kept thinking that didn't look right
Title: Re: Forum Suggestion: Programmers Forum
Post by: Networks on December 02, 2005, 05:15 PM
lol....Joe you wouldn't make it into the forum you suggested! And I know I wouldn't go through that much trouble if I were hosting it, to test people that is.
Title: Re: Forum Suggestion: Programmers Forum
Post by: Joe[x86] on December 02, 2005, 05:26 PM
Pfft, you just asumed it was C++. Way to think outside the box! Its really pseudocode, and the answer is "bcd".

<3 you all.
Title: Re: Forum Suggestion: Programmers Forum
Post by: Networks on December 02, 2005, 05:29 PM
Quote from: Joe on December 02, 2005, 05:26 PM
Pfft, you just asumed it was C++. Way to think outside the box! Its really pseudocode, and the answer is "bcd".

<3 you all.

Apparently Joe likes to make up his own programming languages...-.-