Skip to content

Instantly share code, notes, and snippets.

View 8785496's full-sized avatar

German Chernyshov 8785496

View GitHub Profile
@8785496
8785496 / arrays
Created April 13, 2017 10:44
laba5
//Rextester.Program.Main is the entry point for your code. Don't change it.
//Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using System.Text;
namespace Rextester
@8785496
8785496 / text_editor_wxWidgets
Created April 13, 2017 10:39
Text editor wxWidgets
// Main.cpp
#include <wx/wx.h>
#include "App.h"
IMPLEMENT_APP(App)
// App.h
#include <wx/wx.h>
#include "Frame.h"