Forum: C++ Nov 20th, 2006 |
| Replies: 0 Views: 2,328 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... |
Forum: C++ Oct 3rd, 2006 |
| Replies: 0 Views: 911 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 |
Forum: C++ Sep 28th, 2006 |
| Replies: 4 Views: 2,893 I am not allowed to use any third party lib or software unless specified |
Forum: C++ Sep 28th, 2006 |
| Replies: 5 Views: 2,211 I am searching for the various ways of communcation between the TCL and C++.
1) Direct call to tcl script from C++ code,
2) Using SWIG
3) Using mktclapp
4) using ICE 1.0
I am supposed to... |
Forum: C++ Sep 27th, 2006 |
| Replies: 5 Views: 2,211 I want to call a TCL script from a C++ code.
Can anyone give me the suggestion to achieve so! |
Forum: C++ Sep 23rd, 2006 |
| Replies: 4 Views: 2,893 hi
thanks for helping:lol:
Will you tell me the site from which i could download ICE or a link which help me for using it?
:rolleyes: |
Forum: C++ Sep 22nd, 2006 |
| Replies: 4 Views: 2,893 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... |
Forum: C++ Sep 15th, 2006 |
| Replies: 4 Views: 2,241 I also thought about using the B-tree only. But problem is with the string match.
The key, which is used for searching is string
the format is AB12333 or DB4839.
I'm not getting, what should... |
Forum: C++ Sep 14th, 2006 |
| Replies: 4 Views: 2,241 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... |