Advertisement

1 - 10 of 473 containing alltags:("C#, C  ") (0.004 seconds)
Hi Experts, In the following structure, struct { char * a; char * b; char * c; ..... } my_struct; I do not know how many fields are in the struct.  I want to able to automatically g...
Zones: C, C++Date Answered: 01/22/2008 Grade: A Views: 14
Currently we have a system implemented using WMI, we are however having a problem being able to pull actal hardware details. I am interested in being able to product the same error information f...
Zones: ProgrammingDate Answered: 07/28/2008 Grade: B Views: 0
I have two files. First one (say File A) has 200k records and the other one (File B) has over 5 million records. My main purpose is to create a third file by classifying the records in File B in to...
Zones: CDate Answered: 10/18/2008 Grade: B Views: 0
Hiello All, Can we use a string in C++ switch case. Can I pass a string to switch, eg: switch ( input ) { Case ITEM_CRISPS:         printf("Walkers Cheese & Onion\n");         break;     ...
Zones: C++Date Answered: 09/05/2008 Grade: B Views: 633
I need to translate this code into C#, but am unsure how to go about doing so and am not even certain of the purpose (in spite of the comment provided). The C\C++ code is as follows:         ...
Zones: MS Visual C#, C, C++Date Answered: 09/10/2008 Grade: B Views: 0
I'm working on managed and unmanaged code interop and implementing a Win32 dll using C# as described here http://blong.com/Conferences/BorConUK2002/Interop1/Win32AndDotNetInterop.htm#ExportingMetho...
Zones: C#, C, C++Date Answered: 11/12/2008 Grade: B Views: 20
Hi Programmers, I am not currently a programmer, but am working with one.  This programmer claims that it is bad practice to link non-unicode compiled modules with unicode compiled modules in th...
Zones: Microsoft Visual C++, C / C++ / C#Date Answered: 07/02/2008 Grade: A Views: 0
Hi,   I have a few applications writing to event log...,..How can I write an application to intercept the message before it reaches event log and take actions on it.... Like notifying some body
Zones: C#, C, C++Date Answered: 09/21/2008 Grade: A Views: 20
I have a third party application on my plant floor that contains a list box. I am trying to store this list box information into a database. What I think I need to do is: create a listener i...
Zones: C#, C, C++Date Answered: 02/04/2008 Grade: A Views: 23
why cant i write   arr = ptr  ; where arr, ptr have been declared as :      int arr[10] ;      int *ptr ; whereas i can use ptr=arr ;
Zones: CDate Answered: 05/21/2008 Grade: B Views: 51