Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~226 People Reached
Favorite Forums
Member Avatar for it2051229

I'm reading a text file using a stream read and my code goes like this [ICODE] FileStream file = new FileStream("c:/data/theData.txt", FileMode.Open, FileAccess.Read); StreamReader streamReader = new StreamReader(file); // read the content of the first line of the data text file String line = streamReader.ReadLine(); while (line != "") { …

Member Avatar for $dunk$
0
103
Member Avatar for eng.atia

Hi all, I want a valuable book that illustarte OOP concepts in C#. I hope that the book I'm looking for deep more in OOP concepts.

Member Avatar for seka208
0
77
Member Avatar for seka208

i have one problem in casting double f, g; f = Math.Pow((double)p, (double)r); g = Math.Pow((double)q, (double)(n - r)); Console.WriteLine("f={0,3},g={1}", f, g);

Member Avatar for Jx_Man
0
46