Related changes
Jump to navigation
Jump to search
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
18 December 2025
|
|
N 21:12 | Topple/Topple 1/Source (C++) 2 changes history +8,441 [H33T33 (2×)] | |||
| m |
|
21:12 (cur | prev) +29 H33T33 talk contribs | |||
| N |
|
21:11 (cur | prev) +8,412 H33T33 talk contribs (Created page with "←Back <pre> #include <iostream> #include <fstream> #include <cstdlib> #include <cctype> #include <string> #include <ctime> #define CLEAR() printf("\e[1;1H\e[2J"); typedef struct{ char name; char val; }var; void read_file(FILE* file, char dest[]){ // Reads the contents of a given file into a given variable int pos=0; char ch; while((ch=fgetc(file))!=EOF){ dest[pos]=ch; pos++; } } long long file_size(std::st...") | |||