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
~666 People Reached
Favorite Forums
Member Avatar for coffeeMan21

I am getting an error, Inconsistent accessibility: return type " " is less accessible than " ". Not sure what is going on, I would appreciate some help [code] public List<point2d> get_myList(ReturnData3 rd) { List<point2d> points = new List<point2d>(); List<double> x = rd.X3; List<double> y = rd.Y3; int h = …

Member Avatar for vdeych
0
608
Member Avatar for coffeeMan21

I have a text file that contains 3 columns all doubles. I need to get only the first two columns and store each one seperate. ex. 45.909090 76.4839282 89.73739 i just need 45.909090 and 76.4839282 then skip to do it until i reach the end of the file. Any Ideas?? …

Member Avatar for coffeeMan21
0
58