Skip to content

Instantly share code, notes, and snippets.

@elementbound
Created June 24, 2023 11:38
Show Gist options
  • Save elementbound/081425f88012a7609a52746f68e53f4b to your computer and use it in GitHub Desktop.
Save elementbound/081425f88012a7609a52746f68e53f4b to your computer and use it in GitHub Desktop.
/**
Copyright 2015 Gálffy Tamás
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#ifndef _H_MAGYAR_H_
#define _H_MAGYAR_H_
//Keywords
#define és and
#define kocsi auto
#define logikai bool
#define tör break
#define ág case
#define kapdel catch
#define kar char
#define osztály class
#define konst const
#define konst_kaszt const_cast
#define folytat continue
#define alap default
#define töröld delete
#define tedd do
#define dupla double
#define különben else
#define sorolás enum
#define külsõ extern
#define hamis false
#define lebegõ float
#define ezekre for
#define haver friend
#define menjoda goto
#define ha if
//#define inline
#define egész int
#define hosszú long
#define névtér namespace
#define új new
#define nem not
#define operátor operator
#define vagy or
#define privát private
#define védett protected
#define publikus public
#define gondold_újra reinterpret_cast
#define visszatér return
#define rövid short
#define elõjeles signed
#define mérete sizeof
#define statikus static
#define statikus_állítás static_assert (since C++11)
#define statikus_kaszt static_cast
#define struktúra struct
//#define switch
#define sablon template
#define ez this
#define dobj throw
#define igaz true
#define próbáld try
#define típus_legyen typedef
#define típusid typeid
#define típus typename
//#define union
#define elõjeltelen unsigned
#define használd using
//#define virtual
#define semmi void
#define törékeny volatile
#define szkar wchar_t
#define amíg while
#define kvagy xor
#define fõ main
//iostream
#define kifele cout
#define befele cin
#define hibára cerr
#define naplóba clog
#define sorvége endl
//random
#define várj() system("pause")
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment