new to c#
new to c#
(OP)
Hi,
I am new to c#.
Are there some tools to convert from gwbasic to c#?
Are there some tools to convert from cobol to c#?
Is there a utility that comments c# source that helps new people?
Thanks!
I am new to c#.
Are there some tools to convert from gwbasic to c#?
Are there some tools to convert from cobol to c#?
Is there a utility that comments c# source that helps new people?
Thanks!
RE: new to c#
> Are there some tools to convert from cobol to c#?
> Is there a utility that comments c# source that helps new people?
To answer your question first, I personally don't know of anything that can convert program code to C#. Even if you DID find something to do that, it would not help you if you did not understand C# well enough to interpret that code.
I suggest you start by trying out small C# programs, perhaps from a starter book, and develop them from there. The more you learn, the more you will be able to accomplish, and the more you accomplish, the more you will GLOW.
Start out with a "guess my number" game. Have the computer pick a random number, and see how many tries it will take for you to guess it.
There are tons of examples of code on the web, too.
If you have SPECIFIC questions, come on back.
Cheers!
RE: new to c#
For instance, in cobol, you could code
CODE
RE: new to c#