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

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
 
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

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

Patrice

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
 
S

sahel

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
 
S

sahel

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
 
S

sahel

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
 
F

Family Tree Mike

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.
 
A

Arne Vajhøj

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
 
P

Peter Duniho

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

heeeeeeeeeeeeeeeeeeeeeeeeelp me 5
i can not open console app [ plz help me ] 4
timer 27
help me 6
help me! 5
run time error 3
I Want to Extract all URL's from HTML 2
Plz ans my question asap 1

Top