UNIX
Unix is a computer operating system originally developed in 1969 by a group of AT&T employees at Bell Labs including Ken Thompson, Dennis Ritchie and Douglas McIlroy.
Application
Any
Language
Any
License
Any
Hello everyone
I'm porting an C++ application using gcc 3.2 on a Solaris 8 machine.
While working on the final objects I found I was missing an include, "#include ". I tried looking for it on the...
: I'm still a little new to perl, so please forgive my ignorance. I'm trying to test for the time on a specific date. I would like to just execute the unix command date from a perl script and then...
I'm still a little new to perl, so please forgive my ignorance. I'm trying to test for the time on a specific date. I would like to just execute the unix command date from a perl script and then...
: When I tried to execute the compiled program, I got the following
: error: exception in thread "main" java.lang.NoClassDefFoundError:
: path-to-the-program-file.
: All I got in main() is one...
Are you familiar with SQL and PHP?
: I'm a student looking for work experience in the programming business. I'm in 2nd year majar in computer science and got
: an A+ on C, C++, VB6 and HTML...
: i need to send a bushel of files to somebody in one handy package like zipped,
ftp is easiest. Just log in, find the right directory, and "put" the file on the server. scp is like rcp (remote...
: : : : : hello
: : : : : i am writing a simple net program code on linux and i want to compile it on windows system but the windows c++ compilers (like gcc,borlandc++,visualc++) don't include some...
i need to send a bushel of files to somebody in one handy package like zipped,
: : : : hello
: : : : i am writing a simple net program code on linux and i want to compile it on windows system but the windows c++ compilers (like gcc,borlandc++,visualc++) don't include some of...
Here's my situation. I have two databases on SQL Server and one MySQL (see details below). I've used myODBC to create a System DNS to the mySQL database on the Windows server. I've created a link...
: : : hello
: : : i am writing a simple net program code on linux and i want to compile it on windows system but the windows c++ compilers (like gcc,borlandc++,visualc++) don't include some of linux...
: : hello
: : i am writing a simple net program code on linux and i want to compile it on windows system but the windows c++ compilers (like gcc,borlandc++,visualc++) don't include some of linux...
: hello
: i am writing a simple net program code on linux and i want to compile it on windows system but the windows c++ compilers (like gcc,borlandc++,visualc++) don't include some of linux header...
How a VB program can interact with unix os running applications ?
-Senthil
I need to develop an application that uses semaphores, threads, some form of signals.
I'm sorta newb to FreeBSD and the whole UNIX world, but I've programmed to other OS'es (besides dos/windows)...
:
: I would make some very strong suggestions here:
:
: 1. Avoid learning MFC, since you are just starting out. MFC is already dead, and is probably the most useless framework in existence.
:...
Hi guys,
I have been programming in C and C++ for about a year now I have done all my programming Turbo C++ 3.0 and have become quite good at it, but recently I had to make a table simmilar to...
Thanks Man !!!
I Will Get Back To You Soon
Sheldon
: Try this : http://www.opengroup.org/onlinepubs/007908799/xcurses/curses.h.html
:
: This should give you a start point
:
:...
Hello,
I'm new to VB.
I have to import a binary datalog file into a Excel worksheet. I'm trying to write macro's in VB but I need to know how I can convert Big-Endian to Little Endian and vica...
I notice when use fopen to open a file which is not in the current directory . YOu should use \\ to link directory and file name
like c:\directory\\file.txt
Can anyone explain the background of...