Wrox Programmer Forums
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 2nd, 2005, 07:37 PM
Authorized User
 
Join Date: Mar 2004
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default Anyone Doing J#?

I'm doing a small J# project (my background is VB and C#), and I'd like to confirm the following:

1. Is it true that you can't code or even access properties? (I know you can call underlying methods get_x and set_x, but I would have guessed that they could be accessed via more modern syntax - i.e., x = "foo" or MessageBox.Show(x))

2. Are there static local variables in J#? The Microsoft language equivalents says they are possible via the 'static' keyword, but I can't get the compiler to accept this. Is the Microsoft documentation just out to lunch here? http://msdn.microsoft.com/library/de...tskeywords.asp

3. How can you change the value of a primitive type parameter within a method, such as short, and pass the changed value back? I realize you can use the method return type, but what if you want to change, say 3, primitive type parameters? Is there a clean way to do this in J#?

I appreciate any help on any of these questions.



 
Old May 5th, 2005, 02:15 AM
Registered User
 
Join Date: May 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

ż²»¶®










Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.