Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Endorsement
Ranked #855
Ranked #4K
~309 People Reached
Favorite Forums
Favorite Tags
c++ x 4
Member Avatar for cambalinho
Member Avatar for steak-sandwich

Hi everyone, I have some troubles with reading floats from a file into a 2d vector. Basically, I have 3 coordinates (x,y,z) of some points which I want to store in a 2d vector. This is what I have so far: [code] #include <vector> #include <string> #include <fstream> #include <sstream> …

Member Avatar for jonsca
0
185