Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
78% Quality Score
Upvotes Received
4
Posts with Upvotes
3
Upvoting Members
2
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
~242 People Reached
Favorite Forums
Favorite Tags
Member Avatar for gauravkr

Hi Guys!!! I'm Gaurav Kumar presently in sydney for my higher studies. I come from the Patna city of India...Hope to see a good discussion on c++ as i'm fairly new to this programming language....... I wish you all a very healthy discussion and happy knowledge sharing... best regards Gaurav

Member Avatar for surindersharma
0
60
Member Avatar for gauravkr

#ifndef _READFILE_H_ #define _READFILE_H_ #include<string> #include<vector> #include<map> using namespace std; class Readfile{ private: string str; vector <string> goArray; vector <string> strArray; vector <string> phyIntArray; vector <string> subArray; vector <string> proArray; /* member function */ void processString(string str); void processGoId(string); void processPhysicalInt(string); // void processMetabolicInt(string); public: typedef struct Info{ string uniprotID; …

Member Avatar for gauravkr
1
182