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
~772 People Reached
Favorite Forums
Favorite Tags
c++ x 7
Member Avatar for euclid135

Hello all, I got some problem in handling thread so my form is not hang when performing a long time computing, Here is my simple simulation of my program, first time my program start, it will make a form that contains a button that will perform a long time computing …

Member Avatar for euclid135
0
151
Member Avatar for euclid135

Hello all, Currently i'm trying to make an addin for Microsoft Word that i need to get the content in byte[] of currently active document. So here what i'm thinking what i will do, First I'll read the document.xml and get its bytes, then i'll get the byte[] of each …

0
68
Member Avatar for euclid135

Hi all, i,m trying to use A* algorithm to do my task; this is the code [code] //////////////////////////////////////////////////////////////////////////////////////////////////////////////// // STL A* Search implementation // (C)2001 Justin Heyes-Jones // // Finding a path on a simple grid maze // This shows how to do shortest path finding using A* //////////////////////////////////////////////////////////////////////////////////////////////////////////////// #include …

Member Avatar for euclid135
0
440
Member Avatar for euclid135

Hi all, I want to use some container for this case: i have 4 elements, say string1,string2,class1,class2. I need string1,string2,class1 to be united, means if i access string1 in this container you'll get class1. The problem is class2 is something flexible, sometimes it can be written, sometimes it can be …

Member Avatar for euclid135
0
113