plz help me .......[plz].....[i need a help [ :( ] ]

  • Thread starter Thread starter sahel
  • Start date Start date
S

sahel

hi , every body;
i want to write an easy program;
if u have time plz write that code for me
i want to write a program that it gets a number from user then save it
in filestream
i mean to see tahat number ever time that i want at that file
i need a help
 
hi , every body;
i want to write an easy program;
if u have time plz write that code for me
i want to write a program that it gets a number from user then save it
in filestream
i mean to see tahat number ever time that i want at that file
i need a help

i forgot to say i want to write my program in c# console application
 
Hello,

Having someone to write the code for you is likely the best way to slow down
your progress (or you don't plan to learn programming and just want the
result ?)

Try a tutorial such as :
http://maxotek.net/blog/csharp-tutorial-lesson-1-hellow-world-program-t13.html
(for the Console class)
http://devhood.com/Tutorials/tutorial_details.aspx?tutorial_id=400 (for
FileStreams)

Check the documentation for the classes you'll find in those tutorials such
as :
http://msdn.microsoft.com/en-us/library/system.console_members.aspx
 
Hello,

Having someone to write the code for you is likely the best way to slow down
your progress (or you don't plan to learn programming and just want the
result ?)

Try a tutorial such as :http://maxotek.net/blog/csharp-tutorial-lesson-1-hellow-world-program...
(for the Console class)http://devhood.com/Tutorials/tutorial_details.aspx?tutorial_id=400(for
FileStreams)

Check the documentation for the classes you'll find in those tutorials such
as :http://msdn.microsoft.com/en-us/library/system.console_members.aspx

no Patrice i didnt want that i just want to learn filestream i dont
know how to write a code for it
 
no Patrice i didnt want that i just want to learn filestream i dont
know how to write a code for it

do u know any site that learn filestream ;
i read a lot a bout it but i didnt get
 
do u know any site that learn filestream ;
i read a lot a bout it but i didnt get

thanks Patrice ;
your second site was perfect
i hope u will be successful at programing
 
do u know any site that learn filestream ;
i read a lot a bout it but i didnt get

Your first choice when you get to a question like this should be to
"google" or "bing" MSDN FileStream (or whatever class you like.

The first hit I got was:
http://msdn.microsoft.com/en-us/library/system.io.filestream.aspx

This brings up pages from MS that will almost always give an example of
the class in question. Be aware that at the top right of the returned
page a list of framework versions is shown. You need to make sure you
are using the docs for the right version. Sometimes there are
significant changes to a class between versions.
 
do u know any site that learn filestream ;
i read a lot a bout it but i didnt get

If you don't understand a text the first time, then you read
it again.

It takes time to learn programming.

Arne
 
rossum said:
[...]
1 Write a C# console program to display the number 42 on screen.

Oh, sure. You're not willing to do his homework question for him, but
you'll just hand over the answer to EVERYTHING ELSE!? Life? The
Universe? Everything?

I mean, come on…with that answer in hand, who needs to write programs?
How will he ever learn if he already has _that_ answer?
 
Back
Top