Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
5
Posts with Upvotes
5
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~841 People Reached
Favorite Forums
Favorite Tags
c++ x 9
Member Avatar for sameer.mastek

I am working on eSNACC 1.7 and VC++. I want to convert the ASN.1 to noraml c++ data type and vice versa. Right now I have generated code and created the dll for the C++ files generated from ASN.1 module. But the issue is with using this dll to encode …

0
66
Member Avatar for sameer.mastek

I want to know an inbuilt function/API in VC++ 6.0 which will return the 1) Bus width 2) Bus type 3) CPU alias

0
68
Member Avatar for sameer.mastek

I want to call a TCL script from a C++ code. Can anyone give me the suggestion to achieve so!

Member Avatar for Salem
1
209
Member Avatar for sameer.mastek

Hi I would like to know how could we communicate between VC++ and TCL. I've tried it using SWIG. that was call for C++ function by TCL. Can a C++ give a call to TCL module. What is the ICE? Is it related to C++ and TCL communication somehow?

Member Avatar for sameer.mastek
1
397
Member Avatar for sameer.mastek

I'm creating a code which will map two distict strings. I used two ways for that: 1) created a MAP and added raw data to it from file. It is not that efficient.:sad: 2) created an object holding mapped values: eg. class c { string str1,str2; public: /// opearations }; …

Member Avatar for ~s.o.s~
1
101