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
~283 People Reached
Favorite Forums
Favorite Tags
c++ x 3
c x 2
Member Avatar for thomasisaac

Hi, in part of some code i am using there is a message defined by: char message1[133]="Please Select Features"; And then its referenced as: feature_select=message1; And called as a perameter using: UF_UI_select_feature ( feature_select, NULL, &count, &feature_tags, &response) I was just wandering what the [133] part is. Is it just …

Member Avatar for thomasisaac
0
131
Member Avatar for thomasisaac

Hi, I am currently writing a C++ API for Unigraphics(CAD Program) as part of my final year uinversity project. In the example programs im modifying, there is alot of use of '*' and '&', in the context: When defining variables: char *feature_select = "Please Select Features"; void *filter = NULL; …

Member Avatar for invisal
0
152