Ariana
Apple
Ariana
cuz its illegal to jailbreak
BinaryByter
oh yea
BinaryByter
jailbreaks are shit anyway
BinaryByter
because they are illegal
BinaryByter
😏
Anonymous
True im serving jail time right now don't tell anyone i have a phone
BinaryByter
BinaryByter
don't jailbreak!!!
BinaryByter
@ariana1729 eren has a phone
Dima
Got rekt
BinaryByter
Dima
Should go to skid telegram says btw
BinaryByter
the black kind of coke
BinaryByter
14•08
Damien
Hey. What is the best IDE for C++? May I use Visual Code for that in Linux OS?
Karim
Damien
Really?
Damien
what about a compiler? Is it GCC?
BinaryByter
BinaryByter
Karim
BinaryByter
g++ is the command you call
BinaryByter
but the compiler is gcc
Damien
does Visual Code support gcc and debugger? uhm....
BinaryByter
yepp
BinaryByter
visual studio code*
Damien
need to try this out then
Damien
I've heard that Go language is gettin more powerful day by day and it is the language of future...
Damien
but c++ is better anyway
Damien
I guess
BinaryByter
no language is "the language of future"
BinaryByter
just pick a good one
BinaryByter
+ once you know one, switchign languages is super easy
BinaryByter
no
BinaryByter
high level languages are important too
Damien
why?
BinaryByter
you actually get stuff done in them
Damien
for implementing business logic?
BinaryByter
wat?
Damien
It accelerates the development process?
BinaryByter
it doesnt accelerate it
BinaryByter
it just means that you get results quicker
BinaryByter
but maintaining python code is hard
Anonymous
Guys how to find concatenated string of given string is contain all vowel or not??
BinaryByter
Anonymous
In least time complexity
Damien
BinaryByter
Anonymous
With using dynamic programming memorization?
BinaryByter
BinaryByter
you'll need to select the english page, sorry
Damien
BinaryByter
CI/CD systems
they won't make your code beautiful
BinaryByter
asm is super easy
Damien
For example, printing well known word: "Hello Word" using asm
BinaryByter
section .data
section .bss
section .text:
global check_for_color_mode
check_for_color_mode:
int 11h
and al, 30h
cmp al, 30h
jne return_zero
mov ax, 1
retn
return_zero:
mov ax, 0
retn
BinaryByter
you might want to check that out
Damien
Be frank, it's hard to understand your asm code for a while...😁
Damien
need some time
BinaryByter
well because this is extremely system specific
BinaryByter
it is code that you would only find in a kernel
BinaryByter
but for example "and" is an easy one: guess what it does
Damien
BinaryByter
?
BinaryByter
why would you code in binary?
Damien
Damien
for controllers
BinaryByter
no?
BinaryByter
nobody codes in binary
Damien
😁
BinaryByter
(well except for OLD crackpots)
BinaryByter
assembler translates directly to binary
Damien
asm is the last one