| |
| |
| |
|
Comments:
<0> good after noon <1> hello <1> anyone wanna interact with me <1> rather can anyone help me ? <2> Spanish^infe: ask your question <0> Does anyone know anything about the program PSI? <3> why ask in #C?
<4> hi, I was examining some code in combination with the manpage of the getopt() function, and I did not understood how it works exactly, can you point me to some clear examples please? <3> can you use google? <3> c-bot: google getopt example <5> dbtid, searching ... <5> Example of Getopt - The GNU C Library, "http://www.gnu.org/software/libc/manual/html_node/Example-of-Getopt.html" <5> getopt, "http://www.opengroup.org/onlinepubs/000095399/functions/getopt.html" <5> getopts -- parse options from shell script command line, "http://www.mkssoftware.com/docs/man1/getopts.1.asp" <5> [Tutor] getopt examples, "http://mail.python.org/pipermail/tutor/2001-September/008873.html" <5> Internal Commands and Builtins, "http://www.faqs.org/docs/abs/HTML/internal.html" <6> what is the a.out file for? <7> it's the default name gcc uses for new binaries if you don't specify an output name <8> How about you try to use it <7> it's also an obsolete file format, butI doubt that's what you are talking about <6> cn28h: i don't mean the file format. i mean the file <6> in my code/ file, where i have my .c files and use to compile them i have a file named a.out <6> that's what i meant <8> Use -o to specify the file to output <7> type ./a.out <9> Gorgoroth_; http://gcc.gnu.org/onlinedocs/ <6> thanks all <9> c-bot seen apocal <5> apocal!Apocal@was.born.to.enlyt.com was last seen in #c++ on Friday, 24 March 2006, 17:24:40 <6> is a.out the file that is used when i don't specify the executable file while compiling? <9> <8> Use -o to specify the file to output <9> http://gcc.gnu.org/onlinedocs/gcc-4.1.1/gcc/Overall-Options.html#Overall-Options <9> -o file
<9> Place output in file file. This applies regardless to whatever sort of output is being produced, whether it be an executable file, an object file, an ***embler file or preprocessed C code. <9> If -o is not specified, the default is to put an executable file in a.out, the object file for source.suffix in source.o, its ***embler file in source.s, a precompiled header file in source.suffix.gch, and all preprocessed C source on standard output. <9> Stick always to the very source. Nobody's telling you anything that hasn't yet been an object of research, in most cases. <6> thanks <10> and thank you <3> it's a script <10> i know :P <10> glad to know im recognized after a year and a half :( <11> i want to use function inportb in vc++ 6, do u know if there is any library to use them, thnks? <3> WtP: windows xp and 2000 and nt don't let you at the hardware <3> you need a device driver for that <11> i have the driver <3> then use it <12> thank u ! <13> hello every body <13> can some one help me with an adive on this problem: http://rafb.net/paste/results/YbfjLF79.html <13> it is strange because this code was a working until I upgraded to the new mysql server. <13> i dont have any problems when compiling. <14> david: It seems that you're telling mysql_real_query() that your string is 255 bytes long, which it clearly is not. <13> yes indeed but it worked in the past. <13> when I was using a diferent mysql server but I dont think that this is the cause somehow. <14> Yeah, you may as well continue to misuse a function and be perplexed when it doesn't work. <13> ok the but even with a corrent lengh of 55 it does not work. <13> could it be a problem of syntax or escape chars? <14> It could be any number of things. I haven't used mysql since version 3 was current, though, so I don't know what has changed recently. <13> it works finaly . Thanks Xirtam <13> it was a leght problem after all. <13> thank you for your advice <3> hi Xirtam <14> Hey dbtid.
Return to
#c or Go to some related
logs:
#linux t #AllNiteCafe #teens dict:canonical #MissKitten #php animuisic tustiera #MissKitten
|
|