19.12.2010 - variables and structs, fixed consoleand interfaces

This commit is contained in:
peri4
2010-12-19 22:00:21 +03:00
parent 8926fe2f69
commit a32edb1fef
12 changed files with 291 additions and 35 deletions

View File

@@ -1,6 +1,5 @@
#include "pip.h"
int main(int argc, char * argv[]) {
PIString s;
cout << "x: " << endl;
cout << PIString("Hello PIP!") << endl;
};