|
-
Oct 21st, 2005, 02:29 PM
#1
Thread Starter
Hyperactive Member
506C65617365205261746520506F7374732E2E2E
-
Oct 21st, 2005, 05:16 PM
#2
Re: Nooby Qeustion
"sdfsdf" where did that come from?
Code:
using System;
namespace test
{
class MainClass
{
public static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}
-
Oct 22nd, 2005, 07:13 AM
#3
Re: Nooby Qeustion
What compiler/IDE are you using? Most will insert all that for you, all you should need to add is the Console.WriteLine() call.
P.S. DeadEyes 1000 posts, congrats
-
Oct 22nd, 2005, 09:48 AM
#4
Thread Starter
Hyperactive Member
Re: Nooby Qeustion
sdfsdf is wrong i wanted to Comment that But i forgot XD
I use SharpDevelop.
506C65617365205261746520506F7374732E2E2E
-
Oct 22nd, 2005, 10:18 AM
#5
Re: Nooby Qeustion
Aaack. For your own sake, try VC# Express 2005
-
Oct 22nd, 2005, 10:37 AM
#6
Thread Starter
Hyperactive Member
Re: Nooby Qeustion
Visual C# Express Edition Beta 2 :S
Is that Free?
Is there a None Beta version?
Last edited by Iron Skull; Oct 23rd, 2005 at 10:26 AM.
506C65617365205261746520506F7374732E2E2E
-
Oct 22nd, 2005, 10:45 AM
#7
Re: Nooby Qeustion
"Fatal error cs2008:No Inputs specified" appears if you call csc.exe with no arguments. Try compiling the program in DOS and see does that make any difference. Remember the PATH variable may not be set.
P.S. Thanks penagate, now on to the next thousand starting with this one.
-
Oct 22nd, 2005, 10:52 AM
#8
Re: Nooby Qeustion
C# Express is in second Beta phase. If you don't like betas, the RTM version will be out later this year, although the current Beta is actually very stable and close to the final product. And yes, it is free.
-
Oct 24th, 2005, 12:36 PM
#9
Thread Starter
Hyperactive Member
Re: Nooby Qeustion
It doesnt work on my Windows 98 Computer
506C65617365205261746520506F7374732E2E2E
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|