The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| RedPanda.C++.2.22.win32.No.Compiler.Setup.exe | 2023-06-07 | 11.2 MB | |
| RedPanda.C++.2.22.win32.No.Compiler.Portable.7z | 2023-06-07 | 10.3 MB | |
| RedPanda.C++.2.22.win32.MinGW-w64.i686.GCC.8.1.Setup.exe | 2023-06-07 | 55.7 MB | |
| RedPanda.C++.2.22.win32.MinGW-w64.i686.GCC.8.1.Portable.7z | 2023-06-07 | 56.2 MB | |
| RedPanda.C++.2.22.win64.No.Compiler.Setup.exe | 2023-06-07 | 10.7 MB | |
| RedPanda.C++.2.22.win64.No.Compiler.Portable.7z | 2023-06-07 | 9.8 MB | |
| RedPanda.C++.2.22.win64.MinGW-w64.X86_64.GCC.11.2.Setup.exe | 2023-06-07 | 66.6 MB | |
| RedPanda.C++.2.22.win64.MinGW-w64.X86_64.GCC.11.2.Portable.7z | 2023-06-07 | 64.3 MB | |
| redpanda-cpp_2.22-1_amd64.debian11.deb | 2023-06-07 | 3.0 MB | |
| redpanda-cpp_2.22-1_amd64.ubuntu20.04.deb | 2023-06-07 | 3.1 MB | |
| redpanda-cpp_2.22-1_amd64.deepin.20.08.deb | 2023-06-07 | 3.0 MB | |
| README.md | 2023-06-07 | 1.1 kB | |
| RedPanda C++ 2.22.tar.gz | 2023-06-07 | 4.3 MB | |
| RedPanda C++ 2.22.zip | 2023-06-07 | 5.3 MB | |
| Totals: 14 Items | 303.4 MB | 15 | |
- fix: Crash at startup when current problem in the problem set is connected with source file.
- fix: Double-clicking on touchpad can't select current word.
- fix: foreach-loops are not correctly parsed.
- fix: '^' is not correctly handled as operator.
- fix: lambda expression is not correctly handled.
- fix: 'extension' should be ignored when parsing C/C++ codes.
- enhancement: show completion for return type of lambda expressions.
- enhancement: support function arguments like "int (&t)[]"
- change: Don't show error dialog when bookmark/debug configuration json files are empty.
- upgrade raylib to 4.5, raygui to 3.6
- enhancement: support -std=c++2d gcc parameter
- fix: vertice shader(.vs) and fragment shader(.fs) files can't be openned by double click in the project browser.
- enhancement: Add various menu items for cursor actions using Home/End/Page Up/Page Down keys.
- enhancement: Filter names in the shortcut config page of options dialog.
- fix: Typedef and using alias is not correctly handled in expression evaluation.