User Tools

Site Tools


htmlcsssnippets

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
htmlcsssnippets [2008/02/09 05:10] libertinehtmlcsssnippets [2008/02/09 05:14] – /* (c) GarajCode 2005 garaj.xhost.ro Script language with asm like sintax Definition of the CodeLine class Date : 3 iunie 2005 Last date : 3 iunie 2005 */ #ifndef GARAJ_SCRIPT_CODE_LINE_H #define GARAJ_SCRIPT_CODE_LINE_H #include "gs_var.h" namespace GS// GarajScript { // cea mai mica unitate care poate fi rulata class CodeLine { public: CodeLine(); CodeLine(const CodeLine &); CodeLine & operator = (const CodeLine &); char code;// operatia care trebuie executata Variable param1,param2;// parametrii // serialization void serialize(fstream &fout) const; void unserialize(fstream &fin); }; }// namespace GS #endif // GARAJ_SCRIPT_CODE_LINE_H libertine
htmlcsssnippets.txt · Last modified: 2008/02/09 07:57 by andi