Ибраги́м
Anonymous
does any one use vscode to write cpp?.
Anonymous
I did for some time
Anonymous
Now I switched back to Geany
Anonymous
ok..
Anonymous
just found a bug of intellisense
Anonymous
ban
Ибраги́м
/ban
Anonymous
yey ^^
klimi
I wasn't fast enough...
Anonymous
I wasn't fast enough...
Can I overclock you >:3 ?
Anonymous
sorry, I found that funny xd
klimi
ban
Btw there is / report command use it as reply to msg to notify admins
Ибраги́м
Can I overclock you >:3 ?
I will get u a Noctua
klimi
Noctua?
klimi
What's that?
Ибраги́м
What's that?
https://noctua.at/
klimi
Oh cooling
Ибраги́м
Yep
klimi
Cool
Anonymous
yes
Ubeid
What is the problem on this code i want print reverse string /* C program to Reverse a String without using strrev() */ #include <stdio.h> #include <string.h> int main() {    char Str[100];    int i, len;    printf("\n Please Enter any String :  ");    gets(Str);       len = strlen(Str);    printf("\n String after Reversing : ");    for (i = len - 1; i >= 0; i--)    {    printf("%c", Str[i]);    }      return 0; }
Minato
Thanks and I will.
Raagi Vamshi Krishna
Hi all
Top T : Trollface Was Real
Hello.
Anonymous
yoou might want to use a scanf
Anonymous
on top of this you would want to clear the str to be 0 first
Anonymous
so you can do this as a memset 0
Anonymous
or by adding {0} to the end of it
Raagi Vamshi Krishna
Hi all
Raagi Vamshi Krishna
I want to learn c++ for that should I be perfect with c I am a beginner
Anonymous
also ASM
Anonymous
if you want to be perfect at C++
Anonymous
jk you do not need to
Anonymous
however i would advise learning ASM first
Raagi Vamshi Krishna
What is ASM
Anonymous
What is ASM
assembly
Top T : Trollface Was Real
also ASM
😂
Raagi Vamshi Krishna
Can you please tell me indetail
Raagi Vamshi Krishna
assembly
What is assembly
Top T : Trollface Was Real
Can you please tell me indetail
https://searchengineland.com/guide/how-to-use-google-to-search How To Use Google To Search
Anonymous
What is assembly
it is a programming langauge for interacting with the CPU as defined by the manufactor
Anonymous
it is what C and C++ get converted to
Anonymous
before they get compiled
Raagi Vamshi Krishna
Oh OK
Raagi Vamshi Krishna
In micro controllers we will use assemble language right
Anonymous
not in practice typically but yes we still use it for them
Raagi Vamshi Krishna
Ok
Raagi Vamshi Krishna
Thank you
Raagi Vamshi Krishna
Then how do I start with c++
Anonymous
i don't know
Anonymous
it just comes to you in a prophetic dream
Anonymous
there are books somewhere here
Anonymous
maybe those will work for you
Anonymous
really depends on how you learn
Anonymous
i learned by making a lisp compiler
Anonymous
in C and then porting it to C++
Anonymous
well first used flex and bison and then remade that using a recursive parsing technique
Anonymous
you just need to know the basics and the rest you can find out from api documentation
Anonymous
i learned by making a lisp compiler
Can you share the application
Raagi Vamshi Krishna
Ok
Anonymous
Along with source code
Anonymous
Can you share the application
changed it to haskell now
Anonymous
because i am learning haskell
Anonymous
so i deleted the old code
Raagi Vamshi Krishna
Thank you
Anonymous
because i am learning haskell
Nice.... It's pure math
Anonymous
but it for sure is autistic
Anonymous
it implements strings as linked lists
Anonymous
it is not
Everything is a function?
Anonymous
Everything is a function?
kindof but it is more complex
Anonymous
there are also types and classes
Anonymous
to understand haskell in a mathematical sense you need to know type theory proof theory and category theory