nileshdalvi 0 Newbie Poster

hey all,

i am a newbie for c# and i wanna know where i can find good material to study c#.also, i did install c sharp compiler and wrote some code like hello world and used "csc a.cs" in msdosprompt. however it did not print anything but created an a.exe file instead.now i donot want to execute that file on the prompt.can anyone tell me how i can print the same helloworld on the prompt itself afterthe compiler compiles it.

thnks.

nileshdalvi 0 Newbie Poster

Is this valid in shell programming?
tr 'a-z' 'A-Z' < filename>filename
note: The filename refers to the same file.

nileshdalvi 0 Newbie Poster

Hey i am outta my wits to get the folowing output in C. Can ne1 help


O/p reqd:


*
* *
* * *
* * * *
* * * * *

and so on.


see th pyramid is not the desired one when you open this post.go back and just move the mouse pointer on the post to find out the pyramid i wnt. thnks

nileshdalvi 0 Newbie Poster

I downloaded the "msi "version seeing that i was not able to install and run the "as" version from activestate.com.However i got an icon on the downloaded file as " open with " sign. So i gave it a winzip format as the "as" version was in that format.Then i was unable to extract it.I read in the perl installation guide that the perl msi version comes in the form of installation package and the wizard helps you out but this did not happen with me.Is any software missing on my pc? Please help me out

nileshdalvi 0 Newbie Poster

I am new to the perl language and had just started reading the book "Perl5 by example" by David Meddinets.However in the very first chapter he says that you need to try out the programs on a perl interpreter.I have w98 and have downloaded the asi version of 5.8.7 from activestate.com and extracted using winzip.I also get the reply at command prompt after typing perl -v.I have made the addition of .pl in openwith command.I get the perl icon when i designate a script as ".pl".But When i try to run the perl script using c:\activeperl\perl\bin\perl.exe myfile.pl (which contains the basic print command),i get an error as " cannot open the perl script:myfile.pl:no such file or directory".Also i cannot run cmd on run of w98.What is the difference between perl script and perl module.Where can i get perl tutorials especially for win 98(I found a hellalot tuts for unix which i donot require).Please help me out.

nileshdalvi 0 Newbie Poster

I am new to the perl language and had just started reading the book "Perl5 by example" by David Meddinets.However in the very first chapter he says that you need to try out the programs on a perl interpreter.I have w98 and have downloaded the asi version of 5.8.7 from activestate.com and extracted using winzip.I also get the reply at command prompt after typing perl -v.I have made the addition of .pl in openwith command.I get the perl icon when i designate a script as ".pl".But When i try to run the perl script using c:\activeperl\perl\bin\perl.exe myfile.pl (which contains the basic print command),i get an error as " open the perl script:myfile.pl:no such file or directory".Also i cannot run cmd on run of w98.Why is that so?Please help me out.