Hello,
I trying understand why Microsoft Visual C++ 8.0 (from VS 2005) works very slow, 2 times slower then previuos version 7.1, this I found when done studies works and write simple matrix and vector camputations with and without inline ASM, results was very strange. VC++ 8.0 code runs 2...
Hello,
I trying to send to client encoded html and others files that run user from web, that user can see normall website, but source was encoded, any ideas to do this?
Hello,
I tryed to get ASP data or other html data from ISAPI filter but I don't find how, maybe any examples on that?
P.S. Maybe possible only get from file then I know a file link.
Hello,
I trying to use not system buttons with XP themes,
becouse this not displayed icon's in buttons, so the
problem is how to display icons like done in properties FlatStyle using Standart button, I can't find the way, maybe somebody know how to do - without creating new
control?
Hello for all C++ programmers,
I think we write the fastest and smallest code requare for manipulating with strings like done in VB (Visual Basic).
If somebody know how to write other functions that work faster (like with ASM or C++) and use less code, add to this thread.
string Mid(string&...
Hello,
I want to exit from any place of function that return somthing and I don't want to use If.. for that, any ideas?
For example:
int demo()
{
string test;
...
<something doing here and exit from function>
...
<something doing here and exit from function>
...
etc...
Hello,
I have a problem for creating in VB.NET or VC#.NET waiting dialog window, the problem is that not well working in retail version then I compiled all project and using waiting window, ho know how to solve this problem?
I using more data and created simple waiting window in .NET for...
Hello for all,
I want to ask somebody maybe help me: How to protect Access .mdb file for more security? Like for can't open .mdb only from software.
(It's better if somebody put examples and would be in VB6, VB.NET or VC#.NET and using MS Access 2000 or 2002-2003 format's)
Thank's
P.S. I...
Hello,
I got a problem, I can't convert char* or CString to fixed char[]
using VC++, I try many books, but find only this, for example:
#define MAX_ME 100
char szString[MAX_ME];
I want to move from string or char to fixed char[] and add fixed lenght
for char, but not successed, somebody know...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.