| View previous topic :: View next topic |
aiowonder Guest
|
Posted: 17.06.05 21:38 Post subject: My first C# code! |
|
|
|
| Yea! I have just written a C# file! I will not post it here because it only adds two numbers, and requires the .NET framework beta 2, which most people don't have, since it came with my Visual Studio Express Beta 2 files. (Although, Visual Studio Express Edition Beta 2 is cool and can be downloaded from here.) |
|
| Back to top
|
|
|
ven Moderator

Joined: 10 Dec 2004 Posts: 2064 Location: USA
|
Posted: 18.06.05 21:49 Post subject: |
|
|
|
Um... so what was the purpose of your post? To advertise VS 2005? That doesn't make sense...
By the way, neither HTML nor C# are scripting languages, so I suggest you modify your sig  _________________

|
|
| Back to top
|
|
|
aiowonder Guest
|
Posted: 21.06.05 17:08 Post subject: |
|
|
|
| sry. I guess that would be against the rules... Not that I ment to advertise. How does this sound "php, html, and C are my areas of expertise." |
|
| Back to top
|
|
|
ven Moderator

Joined: 10 Dec 2004 Posts: 2064 Location: USA
|
Posted: 21.06.05 19:52 Post subject: |
|
|
|
Better  _________________

|
|
| Back to top
|
|
|
SpongeBrain Funnilein
Joined: 24 Nov 2005 Posts: 2
|
Posted: 29.12.05 20:54 Post subject: |
|
|
|
Maybe you should post the program.  |
|
| Back to top
|
|
|
doremerod Funnilein

Joined: 07 Jan 2007 Posts: 1
|
Posted: 07.01.07 17:31 Post subject: |
|
|
|
string a;
Console.WriteLine("write your name");
a = Console.ReadLine();
Console.WriteLine(a);
Console.ReadLine();  |
|
| Back to top
|
|
|
clandestineangel Funnilein

Joined: 22 Feb 2007 Posts: 1
|
Posted: 23.02.07 01:31 Post subject: |
|
|
|
| ....? |
|
| Back to top
|
|
|