代码搜索:cannot

找到约 7,468 项符合「cannot」的源代码

代码结果 7,468
www.eeworm.com/read/158338/11625120

c 62.c

#include main() {FILE *fp; char str[100],filename[10]; int i=0; if((fp=fopen("test","w"))==NULL) { printf("cannot open the file\n"); exit(0);} printf("please input a string:\n"); ge
www.eeworm.com/read/157740/11667043

log drawcli.log

Microsoft (R) Help Compiler HCRTF 4.03.0002 Copyright (c) Microsoft Corp 1990 - 1995. All rights reserved. drawcli.hpj HC5011: Error: drawcli.hpj : Cannot open the file "D:\Program Files\Mi
www.eeworm.com/read/260887/11689996

inc msgerrorl.inc

const NextErrorLCode = 11586; const // MemoryManager ErrorLMemoryOverrunDetected = 'Memory overrun detected'; ErrorLMemoryLeakFound = 'Memory Leak Found. Lost %d byte(s)'; Erro
www.eeworm.com/read/157219/11729204

cpp 13_7.cpp

#include #include #include void main() { FILE *fp; char st[20]; if((fp=fopen("d:\\ test.txt","w"))==NULL) { printf("Cannot open file strike any key
www.eeworm.com/read/260231/11738520

c file.c

#include int main(void) { FILE *in, *out; if ((in = fopen("test1.txt", "rt")) == NULL) { fprintf(stderr, "Cannot open input file.\n"); return 1; }
www.eeworm.com/read/346401/11750256

pas rm_tb97cnst.pas

unit RM_TB97Cnst; { Toolbar97 Copyright (C) 1998-2001 by Jordan Russell For conditions of distribution and use, see LICENSE.TXT. String constants $Id: TB97Cnst.pas,v 1.2 2001/01/
www.eeworm.com/read/259865/11760762

c dup2.c

#include #include void main(void) { dup2(2, 1); // stdout is handle 1 stderr is handle 2 printf("This message cannot be redircted!\n"); }
www.eeworm.com/read/259865/11761533

c new_type.c

#include #include void main (int argc, char *argv[]) { char line[255]; // Line read from the file FILE *fp; if (fp = fopen(argv[1], "r")) { wh
www.eeworm.com/read/259865/11761536

c ret_exit.c

#include #include int main (int argc, char *argv[]) { char line[255]; // Line read from the file FILE *fp; if (fp = fopen(argv[1], "r")) { whi
www.eeworm.com/read/259615/11777884

java proxywriter.java

// FrontEnd Plus for JAD // DeCompiled : proxyWriter.class package utils; import java.io.*; import java.net.Socket; class proxyWriter implements Runnable { private static final