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
Yes, this is my homework. No, I'm not asking for a solution to it, just some help (I'm getting frustrated with google, and the deadline is midnight). I just need some help on how I do this.
So I...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/Visual_CPP/Q_23869126.ht...
I am working with an existing Visual C++ application and I need to change the font on the default menu. I know it picks up the system font, but I need an easy way to modify the existing menu list ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_24044965.html
Zones:
C++Date Answered: 01/13/2009 Rating: 9.0 Views: 0
Hello i am new to C++
I want to know how to code nest class and implement class;
for example.h
class a
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/CPP_Builder/Q_24295929.h...
I am writing my first windows forms program in C++ and I am suppose to be making a simple mouse draw program. But I am currently having trouble tagging a way to change the size of the radius of the...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_24364244.html
Zones:
C++Date Answered: 05/05/2009 Rating: 2.5 Views: 0
Hello group,
I'm writing a console mode applications which deals with emailing and ... now in part of it I need to send an email to 1 or more people using smtpclient class.
However, I'm get...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_24604006.html
Hello group,
I am using ArrayList in C# and so I have a class as CMyClass
tran.first_name
tran.last_name
tran.date
tran.score
tran.level
After I add it the object using MyArrayList.Ad...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_24622310.html
Hello group,
I'm having a code which acts weird, trying to get a value from a returned data
set (1 record only). I can see the value of Reader[0] but it won't be assnged to
strStatus!
...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_24614721.html
Hi Experts,
I have a simple mortgage calculator in C++ that seems to be working except it's not calculating the correct payment amount. I'm wondering if this is because of a probelm with the progr...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/Visual_CPP/Q_24636414.ht...