I just have a small question about a console-based random number generating program I've created which uses the CryptGenRandom function. Basically the random numbers are generating fine but the mi...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_23187069.html
Hello,
Let's say I have a CRC32 value. And now I need to generate data with the same CRC32. I know I could use bruteforce, but I'm sure there is more efficient method. And the other thing I woul...
http://www.experts-exchange.com/Programming/Algorithms/Q_23762369.html
Hi,
I'm relatively new to C# (i have previous experience of C and VB). I'm trying to connect my program to a database on a local instance of SQL express, im using the following connection string...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_22992821.html
Zones:
MS Visual C#Date Answered: 11/30/2007 Grade: A Views: 0
Which Visual Studio 2008 Edition do i have tu use to get Itanium support in Visual C++?
The other question is: Will an x64 bit executeable work probably on a Itanium processor?
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/Visual_CPP/Q_23041250.ht...
how do a construct a where clause string for sql in c#
I am trying to find records where customer last name equals smith
I tried this, but it does not like the single quotes:
string where ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23052190.html
Zones:
MS Visual C#Date Answered: 01/15/2008 Grade: A Views: 8
Dear Experts,
I have developed a VC# windows service to select & process the records from a SQL server database in periodic intervals (3 Seconds).
I am initializing the timer inside the OnStart e...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23055859.html
I am using Visual C++, I have create a structure
typedef struct
{
unsigned short var1;
unsigned long var2;
} stPadstructure;
I would like to get rid of the default padding. Inste...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/Visual_CPP/Q_23096043.ht...
Hi,
I have an ATL project and I need to add a pop up dialog to it using MFC, when I add the MFC libraries in the project properties, the system throws a linking error:
Error 5 error LNK2005: _D...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_23121051.html
The Infragistics UltraGrid is populated with dataset.It has 2 columns Volume and VolumeChanged. How to calculate the column totals? The user can edit the cell values. In this case the user has to r...
http://www.experts-exchange.com/Programming/Editors_IDEs/Infragistics/Q_23132010.html
what is document/View architecture in VC++6 ? please explain with example ?
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23195959.html
Zones:
C++,
LanguagesDate Answered: 02/28/2008 Grade: A Views: 0