Posts Tagged ‘C++’

Accessing Microsoft’s ADSI–part 1

Sunday, April 24th, 2005 by DenisH

The overall aim of this project was to be able to get the groups that an NT user belongs to using ADSI (Active Directory Services Interface) and make this available in Java. This first article describes how to get ADSI information using VBScript, JScript and then C++. It shows how the different languages make it easier or harder. (more…)

Using the Free Borland C++ compiler

Wednesday, March 9th, 2005 by DenisH

If you have access to Visual C++, then compiling C++ to produce an EXE or a DLL isn’t particularly hard. If not, then you either have to use gcc or there is an excellent free C++ compiler provided by Borland. You can download freecommandlinetools.exe (more…)