.B 파일 확장자
Grand Theft Auto 3 Saved Game File
| 개발사 | Rockstar Games |
| 인기도 |
4.3 | 1155 투표 |
B 파일이란 무엇인가요?
A B file is a saved game file created by Grand Theft Auto III (GTA3), an automotive-based action game. It saves gameplay information so the game can be resumed from the save point at a later time. B files are used by multiple editions of GTA3, including Vice City and San Andreas.
추가 정보
GTA3 saved games are stored in a subdirectory of the My Documents folder by default. For example, GTA3: San Andreas saves "B" files in the following directory:
C:\Documents and Settings\[username]\My Documents\GTA San Andreas User Files\
일반적인 .B 파일 이름
GTASAsf2.b - Name of a GTA3 saved game in the second game slot. GTA3 B files follow the naming convention of game title, "sf", and game slot number.
B 파일을 여는 프로그램
BuRg3r Definition File
| 개발사 | The BuRg3r Team |
| 인기도 |
4.2 | 211 투표 |
추가 정보
참고: The BuRg3r Team was formerly known as Fluffy Smoke Entertainment.
B 파일을 여는 프로그램
BASIC Source File
| 개발사 | 해당 없음 |
| 인기도 |
4.0 | 157 투표 |
Programming file containing source code written in the BASIC programming language; may contains BASIC program or may include functions referenced by other BASIC project files.
추가 정보
BASIC source files also use the .BAS extension.
B 파일을 여는 프로그램
Brainf*ck Source Code File
| 개발사 | Urban Müller |
| 인기도 |
3.8 | 17 투표 |
A B file is a source code file written in the Brainf*ck programming language. It contains a program that is meant to be compiled using a Brainf*ck compiler. B files contain only the characters <, >, +, -, ., ,, [, and ], as well as development comments.
추가 정보
In 1992, Urban Müller created the Brainf*ck programming language. When creating Brainf*ck, Müller's goal was to create a language that could be compiled using the smallest-possible compiler. As such, the language includes only eight commands, each of which is implemented using a single character. These characters include:
- <
- >
- +
- -
- .
- ,
- [
- ]
While the Brainf*ck language is quite impractical, some other developers have latched onto the esoteric language and its structure. When these developers create Brainf*ck programs, they typically save them in B files. An example Brainf*ck program, saved within a B file, might look like this:
++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>→>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.
참고: Brainf*ck source code is also saved using the .BF extension.
B 파일을 여는 방법
Because B files are plain text files, you can open and examine them using any text editor, such as Microsoft Notepad (Windows), Apple TextEdit (Mac), or Github Atom (cross-platform). If you want to run the Brainf*ck program a B file contains, you can do so using a Brainf*ck development environment or interpreter, such as Brainf*ck Interpreter (Web, Android).