What is the translation of " FILE POINTER " in Korean?

[fail 'pointər]
[fail 'pointər]
파일 포인터
file pointer

Examples of using File pointer in English and their translations into Korean

{-}
  • Programming category close
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Computer category close
The file pointer to the debug data.
디버그 데이터에 대한 파일 포인터를 가져옵니다.
The fopen function returns a file pointer, or NULL if an error occurs.
과실이 발생하는 경우에 기능 반환 파일 포인터, 또는 영을 fopen.
File pointer to beginning of relocation entries for the section.
섹션에 대한 재배치 항목의 시작 부분을 가리키는 파일 포인터를 가져옵니다.
Forces a write of all buffered bzip2 data for the file pointer bz.
Bz 인자로 지정된 파일 포인터에 버퍼에 저장된 bzip2 데이터를 강제로 기록한다.
Closes a file pointer to a pipe opened by popen.
Popen() 에 의해 열려진 파일 포인터를 파이프로 닫기.
Returns the error string of any bzip2 error returned by the file pointer bz.
Bz 인자로 지정된 파일 포인터에 의해 반환된 bzip2 에러 문자열을 반환한다.
File pointer to beginning of line-number entries for the section.
섹션에 대한 줄 번호 항목의 시작 부분을 가리키는 파일 포인터를 가져옵니다.
This is done using the fopen function, which returns the required file pointer.
이것은을 사용하여 fopen 필수 파일 포인터를 돌려보내는 기능을 행해진다.
A file pointer called output_file is declared in a statement like.
칭한 output_file 파일 포인터는 계산서에서 같이 선언된다.
C communicates with files using a new data type called a file pointer.
C는 파일 포인터이라고 칭한 새로운 자료 유형을 사용하여 파일과 연락한다.
File pointer to section's first page within the COFF file..
COFF 파일 내에 있는 섹션의 첫 페이지를 가리키는 파일 포인터를 가져옵니다.
Upon successful completion, fopen(), fdopen(), and freopen()return a FILE pointer.
호출이 성공하면(자), fopen, () fdopen, () freopen()FILE 포인터를 돌려줍니다.
Returns TRUE if the file pointer is at EOF or an error occurs; otherwise returns FALSE.
파일 포인터가 파일의 끝에 있거나 에러가 발생하면 TRUE, 그렇지 않으면 FALSE 를 반환합니다.
When a file is deleted from a storage device, only the file pointer of the particular file is erased.
파일이 저장 장치에서 삭제되면 특정 파일의 파일 포인터 만 지워집니다.
The file pointer must be valid, and must point to a file successfully opened by gzopen.
파일의 지정은 정확해야하고, gzopen() 의해 성공적으로 열린 파일이어야 한다.
Write(), pwrite(), writev(), andpwritev() will fail and the file pointer will remain unchanged if.
Write(), writev(), pwrite() (은)는,이하의 경우에 에러가 되어, 파일 포인터는 변경되지 않고 남습니다.
May not be used on file pointers returned by fopen() if they use the"http://"or"ftp://" formats.
만약에 "http: //" or "ftp: //" 형식을 사용한다면 fopen() 에 의해 반환되는 파일포인터 상에서 사용되지 않을 것입니다.
Returns the error number and error string, in an associative array, of any bzip2 error returned by the file pointer bz.
Bz 파일 포인터에 의해 반환된 bzip2의 에러를 에러 코드와 에러 문자열이 포함된 배열로 반환한다.
Returns the position of the file pointer referenced by zp; i.e., its offset into the file stream.
Zp 에의해 참조된 파일위치의 포인터를 반환한다; 즉, 파일스트림 내부의 offset.
Similar to system hard drive, files stored on iPod are associated with file pointers and other related details.
시스템 하드 드라이브와 마찬가지로 iPod에 저장된 파일은 파일 포인터 및 기타 관련 세부 정보와 연결됩니다.
In this program, we have created two FILE pointers and both are refering to the same file but in different modes.
이 프로그램에서는 두 개의 FILE 포인터를 만들었으며 둘 다 동일한 파일을 참조하지만 다른 모드로 사용됩니다.
This function is similar to the stat() function except that it operates on an open file pointer instead of a filename.
Gathers the statistics of the file opened by the file 이 함수는 filename대신에 오픈 파일 포인터위에서 동작한다는 것을 제외하고는 stat() 과 비슷합니다.
For C File I/O you need to use a FILE pointer, which will let the program keep track of the file being accessed.
C 파일 I /O의 경우 FILE 포인터를 사용하여 프로그램이 액세스 중인 파일을 추적할 수 있도록 해야 합니다.
Because when you empty your Trash thathas files deleted using"Command-Shift-Delete" keys, it only removed the file pointer of the deleted files and marks that space as free.
당신이 "명령 Shift 키 삭제"키를 사용하여 휴지통을 비우 때,그것은 단지 그 공간이 무료로 삭제 된 파일 및 마크의 파일 포인터를 제거하기 때문이다.
The file pointer must be valid, and must point to a file successfully opened by fopen(), popen(), or fsockopen.
파일포인터는 반드시 유효한 것이어야 하고, fopen() 이나 popen() 또는 fsockopen() 에 의해 성공적으로 열려진 파일을 가리켜야 합니다.
Flock() operates on handle which must be an open file pointer. operation is one of the following values.
Flock() 은 fp 가 열려진 파일에 대한 포인터일때 이것위에서 동작합니다 operation 은 산출되는 값중에 하나입니다.
Set the file pointer to the end of the file prior to each write.
모든 쓰기 작업 전에 파일 끝으로 파일 포인터의 위치를 변경합니다. Repositions a file pointer to the end of the file before every write operation.
When you delete or erase a file from system storage space, only its file pointers get deleted from file system table.
시스템 저장 공간에서 파일을 삭제하거나 지울 때 파일 포인터파일 시스템 테이블에서 삭제됩니다.
In fact, only the file entries like file pointer, file name,file size and other related details will be removed from file system of Nikon SD card.
사실, 파일 항목만 같은 파일 포인터, 파일 이름,파일 크기 및 기타 관련된 세부 사항을 니콘 SD 카드의 파일 시스템에서 제거 됩니다.
In order for each program to be able to readthe file at its own pace, each program must have its own file pointer, which is not affected by anything the other programs do.
각 프로그램이 자신의 페이스대로 파일을 읽기 위해서는각기의 파일포인터를 가져야만 하고, 그 파일포인터는 다른 프로그램이 수행하는 어떤 일에 의해서도 영향받지 않아야 한다.
Results: 163, Time: 0.044

How to use "file pointer" in an English sentence

FREWIND Positions the file pointer at the first record.
Seek updates the file pointer to the desired position.
The file pointer is moved to the offset specified.
Reposition the file pointer to begining of that line.
Reposition the file pointer stream to end of file.
file pointer is set to the beginning of the record.
FilePointer.exe Move the file pointer of the redirected disk file.
Rewind the file pointer to the beginning of the file.
Sets the file pointer at the end of the file.
Show more

How to use "파일 포인터" in a Korean sentence

파일의 끝에서 파일 포인터 lOff 바이트를 이동 합니다.?
성공 하면 fopen 함수는 파일 포인터 리소스를 반환 합니다.
fwrite()함수는 파일을 기록하며, 파일 포인터 위치에 문자열을 기록하고 바이너리로 쓴다.
파일 포인터 위치에서부터 데이터를 읽으며 다 읽은 후 실제 읽은 바이트 수만큼 파일 포인터를 이동시켜 준다.

Word-for-word translation

Top dictionary queries

English - Korean