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
~3K People Reached
Favorite Forums
Favorite Tags
c++ x 11
c x 2

3 Posted Topics

Member Avatar for NarenderKumarP

Hi All, Following code gives me an error when I use text field in CSV file instead of float or integer fields. `matrix_points[cnt][4] = atoi(line);` May be the problem with above line. Please see the below code char matrix_points[6][8]; std::ifstream input_file("C:/NDA/NissanNewApplication/Dev/CommonErrorManager/Src/ErrorMessageList.csv"); int cnt(0); printf("initial valie of cnt = %d\n",cnt); char …

Member Avatar for NarenderKumarP
0
385
Member Avatar for Aldin

Hi, I wanted to read text field and atoi is giving a problem. I cannot use matrix_points[row][col] = atoi(line); which is good for integer/float values If I write matrix_points[row][col] = line; it gives an error Please suggest me what changes could I make

Member Avatar for Ancient Dragon
0
2K
Member Avatar for NarenderKumarP

Hello Everyone, This is Narender. I am a new member in your community. Hope all cooperation from you all. Thanks & Regards, Narender

0
26

The End.