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 #3K
~246 People Reached
Favorite Tags
c++ x 1
Member Avatar for Jennifer84

For the string: "Number(1234)". I am looking for to extract "1234" and "Number" I have understand that I need to know where the positions is for ex "(" and ")". The code I have done so far look like this: [code] std::string Value10 = "Number(1234)"; size_t found1; size_t found2; found1 …

Member Avatar for mitrmkar
0
91
Member Avatar for majestic0110

Hi all, I have a new job in software development and am trying to design a class specification. Now I am able to do this, but i just wondered if there is a class specification 'how - to' template I could read up on? any suggestions will be greatly appreciated. …

Member Avatar for majestic0110
0
88
Member Avatar for Jau

Hi all on my first post! I've a little issue with my final year project, i need to "translate" some STP code (Solid Works) in a simply 3 points coordinates that can be easy understood by Opengl (x,y,z). I would know if there is some application, dll or open library …

0
67