Anybody can tell me how can i open one function within compiled object file,which format is standard binary elf format.
by leslierainy - C/C++ - 2005-02-25 11:48:25 阅读(699) 回复(0)
Dear All : 用C Shell 我如何寫text到一個file? 如何從file讀入text? 可否提供範例,Thanks!!!
We all know write a string to a file is simple. Such as: [code] import java.io.*; class fileWrite { public static void main(String args[]) { try{ // Create file fileWriter fstream = new fileWriter("out.txt"); BufferedWriter out = new BufferedWriter(fstream); out.write("Hello Java"); //Close the output stream out.close(); }catch (Exception e){//Catch exc...
I am a new perl programer and I meet a question.
I have a perl file test_1.pl like:
#!/usr/bin/perl
sub Test;
sub Test
{
printf "==========================Hello, perl.\n";
return 0;
}
and In test.pl I want to use the Test function, so I wrote test.pl like:
#!/usr/bin/perl
#include
I think so many guys may be interested in this issue. # cd /home # gzcat Disk1.cpio.gz|cpio -idmv # mkisofs -a -f -l -r -J -o /home/oracle.iso /home/Disk1 I verified this insturment on Solaris 8 2/04 for SPARC 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/43/showart_96841.html
and I cannot use chinese the 'ctrl +Enter'key cannot active 'chinese input' why?
all: has has: gcc hash.c Lhash.c -o has .PHONY: clean clean: rm -rf has 上面的makefile用make has 执行的时候 提示 /usr/bin/ld:cannot open output file has:Permission denied collect2:ld returned 1 exit status 把has 改成别的名字也不行 请问这个是什么原因?