Search Results

Search: Posts Made By: yeslekmc
Forum: Programming 06-23-2002
15,433
Posted By yeslekmc
You need the Oracle Pro*C pre-compiler installed...
You need the Oracle Pro*C pre-compiler installed on your development machine. Basically, it allows you to embed SQL commands within your C programs. The pre-compiler simply converts all of the...
Forum: Programming 06-11-2002
12,382
Posted By yeslekmc
Try the following program. Put it in a file...
Try the following program. Put it in a file called "howdy.c".

#include <stdio.h>

int main( int argc, char *argv[] )
{
if (!argc)
{
printf("Missing input argument!\n");
...
Forum: Programming 05-21-2002
2,707
Posted By yeslekmc
Writing a .NET service to be Hosted in UNIX
Has anyone here written an MS compatible .NET service that is hosted and served from a UNIX server instead of a W2K server? I love programming and writing .NET services with Visual Studio.NET and...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 02:39 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy