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...
http://www.experts-exchange.com/Programming/Languages/C/Q_23092440.html
Zones:
C,
C++Date Answered: 01/22/2008 Rating: 7.4 Views: 4
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...
http://www.experts-exchange.com/Programming/Misc/Q_23528712.html
Zones:
ProgrammingDate Answered: 07/28/2008 Rating: 8.4 Views: 8
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...
http://www.experts-exchange.com/Programming/Languages/C/Q_23650148.html
Zones:
CDate Answered: 10/18/2008 Rating: 7.7 Views: 4
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;
...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23662175.html
Zones:
C++Date Answered: 09/05/2008 Rating: 7.4 Views: 475
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23836272.html
Zones:
C#,
C,
C++Date Answered: 11/12/2008 Rating: 7.2 Views: 6
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:
...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23704499.html
Hello group,
I'm about to write a telephony interface for a calling center, where it should capture a dialed number, time of call and end time of it and more.
I'm still in the phase of re...
http://www.experts-exchange.com/Programming/Languages/C/Q_24709265.html
Problem is in the fread statement
fread(&e[0],sizeof(e[count]),2,fp)
even though i have 2 records in the file i get
i get 2 prints on the screen
one is the first record and the other ...
http://www.experts-exchange.com/Programming/Languages/C/Q_24782261.html
Hi, Would like to check for a value which lies in the range.
For example, say I've got a value +5 in var. Also in another variable a value of 2. These two values can be negative also. like inplace...
http://www.experts-exchange.com/Programming/Languages/C/Q_23322797.html
Zones:
CDate Answered: 11/05/2009 Rating: 7.6 Views: 0
Hi I've got some rather unexpected results can you help?
I am implementing a genetic algorithm in C most of the details of which don't
matter. I am converting my binary encoding GA string from an...
http://www.experts-exchange.com/Programming/Languages/C/Q_10002436.html
Zones:
CDate Answered: 02/07/1997 Rating: 6.6 Views: 0