documentation for PICrypt

git-svn-id: svn://db.shs.com.ru/pip@102 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
2015-04-15 14:23:00 +00:00
parent 85d90729fa
commit 9435ef726b
4 changed files with 59 additions and 9 deletions

View File

@@ -115,14 +115,6 @@ public:
};
class Parent {
public:
virtual void print() {piCout << "Parent";}
@@ -144,6 +136,7 @@ public:
//#include "unicode/uchar.h"
#include "picrypt.h"
#include "pifixedpoint.h"
int main (int argc, char * argv[]) {
PICrypt cr;
@@ -169,7 +162,7 @@ int main (int argc, char * argv[]) {
return 0;
// //char uc[] = "←↑→↓АБВ";
// char uc[] = "│─┌┐└┘├┤┬┴┼";
// ─────────────┴─┴┴──┴┴┴─┘
// PIString us = PIString::fromUTF8(uc);
// //piForeachC (PIChar & c, us)