[c-prog] Re: library function getopt returns junk character?

2007-01-06 Thread kingranas
--- In c-prog@yahoogroups.com, mano M [EMAIL PROTECTED] wrote: My prgram returns a junk charater in AIX .But it works fine in Linux. Program.c #includestdio.h #includestdlib.h int main(int argc, char *argv[]) { char c; int i; char *url = http://;; char *msg = Hello World,

[c-prog] Re: C BASIC

2007-01-06 Thread kingranas
--- In c-prog@yahoogroups.com, Ray Devore [EMAIL PROTECTED] wrote: --- resh_personal [EMAIL PROTECTED] wrote: WHY WE SHOULD USE THE SYMBOL? WHAT IS THE USE OF IT? THERE ARE SO MANY SYMBOLS IN C WHAT IS THE NECESSARY TO CHOOSE THE ? DON'T SHOUT!!! All caps is considered shouting.

[c-prog] is it possible to separate the files based on its extension

2007-01-06 Thread vanathi
i have to separate the real time and non real time files. but is it possible to separate the files based on its extension? if it is possible, plaese tell the way real time- audio,video and CBR non real time-FTP, text

Re: [c-prog] is it possible to separate the files based on its extension

2007-01-06 Thread Brett W. McCoy
On 1/6/07, vanathi [EMAIL PROTECTED] wrote: i have to separate the real time and non real time files. but is it possible to separate the files based on its extension? if it is possible, plaese tell the way real time- audio,video and CBR non real time-FTP, text Your question makes no

Re: [c-prog] HI and help me...

2007-01-06 Thread Brett W. McCoy
On 1/6/07, Prashant Vishwakarma [EMAIL PROTECTED] wrote: Hi I m Prashant Vishwakarma a Software Developer working as a fresher... Done B.Tech in IT. currently working in mumbai... i have a problem working with file and that is ... i want to test wether a file is open or not in linux

[c-prog] runing c/c++ in linux

2007-01-06 Thread jahid32s
hi i am jahide i am new i linux. I can not run c/c++ program in linux. can any one help me?

Re: [c-prog] RE: FunctionArray

2007-01-06 Thread Eliacem Galon
hey thanks for the wonderful rply... i read and analyze you gave on me. i jaz try to code if i can.. I thinks i pass this programs this coming sunday.. Our instructor in college is ineffective in teaching C Program. Whay I do is to read and read and analyze the program. once again thanks for the

[c-prog] sudoku prgs

2007-01-06 Thread vignesh_ahobila
Hey did anyone have the code for sudoku. [mod - Have you ever heard of Google? http://www.google.co.uk/search?q=sudoku+C - PJH]

[c-prog] Re: runing c/c++ in linux

2007-01-06 Thread Nico Heinze
--- In c-prog@yahoogroups.com, jahid32s [EMAIL PROTECTED] wrote: hi i am jahide i am new i linux. I can not run c/c++ program in linux. can any one help me? What exactly do you try to do? How? What do you mean with your question? Regards, Nico

Re: [c-prog] library function getopt returns junk character?

2007-01-06 Thread Victor A. Wagner Jr.
At 06:06 2007-01-04, mano M wrote: My prgram returns a junk charater in AIX .But it works fine in Linux. Program.c #includestdio.h #includestdlib.h int main(int argc, char *argv[]) { char c; int i; char *url = http://;; char *msg = Hello World, I'm in C!!!; int debug=0; int Verbose=0;

[c-prog] Re: runing c/c++ in linux

2007-01-06 Thread Pedro Izecksohn
--- jahid32s wrote: hi i am jahide i am new i linux. I can not run c/c++ program in linux. can any one help me? Try to put ./ before your program's name, as in: [EMAIL PROTECTED]:~$ ./hello