I have a function that use a variant for parameter. I need to fill it with a buffer of char. How do I create, fill and destroy correcly this type of structure ?
I never used variant structure, so p...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10092572.htm...
Zones:
Windows MFCDate Answered: 10/27/1998 Grade: A Views: 0
Hi,
I have written a spell checking application in VC++ 5.0.
From the interface you can open the file you want spell checked, and load the dictionary. The problem is that the button Load Dictionar...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10147604.html
Zones:
C++Date Answered: 04/09/1999 Grade: A Views: 0
I would like to call a Function written by C++ and with a
data structure parameter. How should I define a related
data structure in Delphi?
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10175756.html
Hi
what is the sql statement to copy a structure of a table to a new table?
would "CREATE TABLE mynewtable AS SELECT * FROM myoldtable"
work? does this also copy over attributes of myoldtable like...
http://www.experts-exchange.com/Database/Miscellaneous/Q_10200190.html
Zones:
DatabasesDate Answered: 03/16/2002 Grade: A Views: 0
i am using a win32 api call that returns a pointer to a structure. How do i get the structure from that pointer in visual basic. The structure is as MSG structure.
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20027917.html
i'm maintaining 2 classes while each one of them is responsible for a different kind of data presentation on a view.
the problem is that i don't wanna allow more than one reference to those classe...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20089835.htm...
Zones:
Windows MFCDate Answered: 03/11/2001 Grade: A Views: 0
Is there any freeware or any software that will provide me with all the permissions that are set on various user directories on a File & Print server.
Many Thanx..........
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/NT/Q_20110105.html
Zones:
Windows NTDate Answered: 05/09/2001 Grade: A Views: 0
hi all
////////////////////////////////////////
// File Name: pr09001.cpp
////////////////////////////////////////
#include <iostream>
// Date structure.
struct Date
{
int month, day,...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20185835.html
Zones:
C++Date Answered: 09/23/2001 Grade: A Views: 0
This program allocates an array of structure and reads and input file. Ech record from the input file is read into each structure element.
When I try to increment a structure pointer in the fsca...
http://www.experts-exchange.com/Programming/Languages/C/Q_20247027.html
Zones:
CDate Answered: 12/18/2001 Grade: A Views: 0
Why do I see a $ sign infront when I create a field of type MONEY ? Is there any way to change this to pounds or any other currency of my choice?
thnks in advance
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20309642.html