Asterix Gaming Guild Logo GeneralXXLXXL 2XXL 3XXXLOlympic GamesXXL EditorToolsOff-TopicXXL RomasteredXXL 2 RemasteredOther GamesModsCaesar's ChallengeUnfair XXLPatchesFan ArtPersonal ArtSpeedrunningMediaRandomizerBETA RomeHSKALPresence AdrienPresence SPQRPresence Mr. RubinshteinSupport Bot Helpdesk

#off-topic

thewitheredstriker
I like it though
thewitheredstriker
good meme
mr.rubinshtein
lol yea
mr.rubinshtein
not everyone deserves a talk haha
sanojix
Did you know you can create lists? like:
sanojix
* Hello - Thats a list - it surely is
sanojix
And __Underline__ things
sanojix
> Blockquotes are cool too
sanojix
Im so ` fascinated `
schmeling65
we know ^^
schmeling65
you wanna see something? ```c++ #include "stdafx.h" #include #include using namespace std; int _intNumber = 8; float _floatNumber = 5.5; try { if ( _intNumber >= _floatNumber) { cout << "Shouldn't work at all"; } } catch (exception e) { cout << "Screw you trying to compare float and integer numbers"; cout << e; } ``` You can even type complete code/file content in here and use markdown to highlight the language it is written in; many many languages are supported ||html,c#,c,c++,perl,kotlin,java,javascript,css,typescript,lua,asm,bash,go,toml (ini-files),json,make,php,python,ruby,rust,shell,yaml,visual basic,xml and maybe some more||
sanojix
Yeah i knew the spoiler thing and the other one is cool too
sanojix
But theres one more thing, I tried making my Text biggest with #
sanojix
Like:
sanojix
# big
sanojix
I sent it to my Partner and she showed me her screen and that is doesnt work on hers...
schmeling65
@pegperegogaucho 100% I made a mistake on that c++ example, didn't I? :LUL:
pegperegogaucho
Why would there be an exception when you try to compare a float and an int? :WeirdButOkayChamp:
schmeling65
isn't float compareable to int?
schmeling65
its like comparing apples with bananas