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

Hi guys, I've developed an application using C++ and this app uses a C# dll which is registered as a COM object. Now it works on the computer I developed it on. But it doesnt seem to work on another computer even though I registered the C# dll it needs. …

Member Avatar for Ancient Dragon
0
43
Member Avatar for Duece_68

Hi guys I seem to be having a slight problem while using datagrids in WPF. I added a data source to my project which is just an access database. I then dragged one of the tables from my data source onto a form and ofcourse this automatically generated a datagrid. …

Member Avatar for abelLazm
0
107
Member Avatar for Duece_68

Hi guys I really need your help. Im developing a C# app thats going to be home to a few plugins. So Im writing the first dll and already in trouble (don't do much c# mainly c++). anyways so far i have a class within my dll that takes a …

Member Avatar for Duece_68
0
231
Member Avatar for Duece_68

Hey can anyone explain the following code to me [CODE = C++] #define SQUARED(x) {x * x} int main() { int i = SQUARED(3 + 2); return 0; } [/CODE] Why does 'i' in the above code = 11 and not 25????

Member Avatar for arkoenig
0
147
Member Avatar for Duece_68

Hi I was just wondering if I create a pointer using the new operator and then I call the new operator on that same pointer later on would that overwrite the existing pointer so that I do not waste memory on the heap or do I have to delete it …

Member Avatar for Duece_68
0
129