Re: i need information
From: Rich Gibbs (richg74_at_REMOVEgmailCAPS.com)
Date: 04/25/05
- Previous message: Pascal Bourguignon: "Re: Unix Shell Scripts and Boolean Expressions"
- In reply to: amir samir: "i need information"
- Next in thread: zentara: "Re: i need information"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 25 Apr 2005 00:09:05 -0400
amir samir said the following, on 04/24/05 19:48:
> Hiiii
> i need to know how to make my creat a programm that can setup and work
> on windows and unix
It's easy. Here is a program in C that will run on Windows or Unix:
int main ( void ) {
return 0;
}
Seriously, your question is so vague that you are very unlikely to get a
useful answer. You might consider telling us things like:
-- What language(s) can you use?
-- What is the program intended to do?
-- What kind of user interface is needed?
The general answer involves selecting standard facilities that are
available on both platforms, but without more information any
suggestions are just shots in the dark. (This is comp.unix.programmer,
not comp.unix.mindreader.)
-- Rich Gibbs richg74@gmail.com "You got to be very careful if you don't know where you're going, because you might not get there." -- Yogi Berra
- Previous message: Pascal Bourguignon: "Re: Unix Shell Scripts and Boolean Expressions"
- In reply to: amir samir: "i need information"
- Next in thread: zentara: "Re: i need information"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|