How to define own type in C?
in pascal I would do something like:
const max=100;
type mytype=0..max;
Thanx, Roza
http://www.experts-exchange.com/Programming/Languages/CPP/Q_11788378.html
Zones:
C++Date Answered: 11/15/2000 Grade: A Views: 0
I keep hearing that Micorsoft owns part or most of Apple now - can anyone tell me the real truth and if there are ny articles of the web about it.
Thanks
http://www.experts-exchange.com/Apple/Operating_Systems/Q_20284941.html
Zones:
Apple OS,
AppleDate Answered: 04/04/2002 Grade: A Views: 57
I want to create my own office assistant (my head/face) and have it work like the built-in ones with my vba project.
What would be the easiest way to do it?
Thanks!
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21279397.html
Zones:
Visual BasicDate Answered: 01/21/2005 Grade: B Views: 0
I need very good tutorials or help with making my own shell.
Basically I want a shell where by I can specifiy any script or scripts ( as many as I want ) to load when the shell loads so ie
H...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21667426.html
Zones:
Visual BasicDate Answered: 12/26/2005 Grade: A Views: 0
Hi Experts,
I am not sure where I have to put this question but I know one thing that experts at this site will definately help me.
We have develop an application which search one GB databa...
http://www.experts-exchange.com/Programming/Misc/Q_21946463.html
Zones:
ProgrammingDate Answered: 09/04/2006 Grade: A Views: 0
hello, i learned to create/register own nameserver at registerfly.
example, secure.abc.com which points to IP 8.8.8.8 (example)
since nameserver has IP, can it be treated as website address...
http://www.experts-exchange.com/Other/Miscellaneous/Q_22090040.html
Zones:
MiscDate Answered: 12/11/2006 Grade: A Views: 0
i want to setup my own bit torrent tracker...so i need a web server...there is a php software called blog torrent which is installed onto the web server space and automatically makes a tracker........
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...
What do I need to do to allow my application to safetly erase its own exe file, under both 95 and NT4?
(win32,MFC)
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10019637.htm...
Zones:
Windows MFCDate Answered: 08/11/1997 Grade: B Views: 0
I have class:
type
TMyList = class(TList)
.
.
.
end;
Is there something I have to know/do before I can use my class? When I see components, there are always something like:
.
.
publ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10182864.html
In ado u can use the ! as a shortcut to a field in a recordset.
ie
strName=rs!name
instead of
strName=rs.fields("Name")
what i want to know is how is this done and is there a way to imp...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10347980.html
Zones:
Visual BasicDate Answered: 05/15/2000 Grade: A Views: 0