First  |  Prev |  Next  |  Last
Pages: 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
CArray vs CMap
Hi all, We are identifying particular element by using CArray object (CArray<mystruct, mystruct>). I just replaced with CMap< long, long, mystruct*, mystruct*> object. After replaced with CMap, it is too slow. what might be the issue? Thanks in advance. Regards, ... 14 Jun 2008 10:14
Creating Static Lib - tips
Hi there, I am trying to create a static LIB and want to make sure clients will be able to use it. I found this link: http://www.gamedev.net/reference/articles/article1583.asp (Static Library Tips), but it is kind of old and I was wondering if you know a more up-to-date link that will give me all the insigh... 13 Jun 2008 16:55
printf, sprintf
I apologize for this post but I don't have a good (or familiar) C reference handy. Is there a format that can be used with printf in C (not C++) to cause printing in a particular column or must one rely on field sizes to pad it out? Seems like there was something involving numbers and 't' but my memory is not (... 12 Jun 2008 22:33
Bypass print request
Hi All, I'm in need of writing a VC application which bypasses printing from any application, say MS Word, acrobat reader. The application should capture the print request and have to read the properties. Actually my intention is to check if the "Print on both sides" option is being set on each print request. If i... 17 Jun 2008 10:38
thanks to both of u
-- @~@ Might, Courage, Vision, SINCERITY. / v \ Simplicity is Beauty! May the Force and Farce be with you! /( _ )\ (Xubuntu 8.04) Linux 2.6.25.6 ^ ^ 16:38:01 up 6:32 2 users load average: 1.00 1.00 1.00 ? ? (CSSA): http://www.swd.gov.hk/tc/index/site_pubsvc/page_socsecu/sub_addressesa/ ... 12 Jun 2008 05:11
zero size intermediate file
I found a little funny problem. If a .obj or .res file size is zero,build cannot adjust it. linker and maybe others build tools have this problem. I don't known it is a design or a bug. ... 11 Jun 2008 23:35
class declaration problem
Hello NG, I have a problem declaring a class member function using a template array of same class: ------------------------------------- #include "TMyArrayClass.h" class CMyClass { public: //... bool search(const CMyClassArray& all); }; typedef TMyArrayClass<CMyClass> CMyClassAray; -----------... 11 Jun 2008 14:22
Email address validation?
Hi, all: I need to have a masked Textbox for email address input or a function to validate the email address that user entered. Did not find anything on the web though. I am using VC 6.0 thanks rockdale ... 11 Jun 2008 16:56
dll won't work with VB6
I have created a DLL using VS8 C++. It works fine when the functions are called from a C++ application but not from a VB6 app. Functions in the dll are declared like this: extern "C" __declspec(dllexport) int DLL_Init(int port1,int port2 = NULL) The VB declaration is like this: Declare Function DLL_Init Lib "... 11 Jun 2008 14:22
Passing variables
In the function sender below it needs to send i as an unsigned char. This function can be called by two functions, one of which is shown below. timerExpire generates an int, the other already has it as an unsigned char. Should i be cast to unsigned char before being sent to sender. I think it would be a waste of ti... 12 Jun 2008 04:40
First  |  Prev |  Next  |  Last
Pages: 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85