Ибраги́м
?
BinaryByter
Efficiency is not the thing I see when I see all those classes
Ибраги́м
?
BinaryByter
Oh gawd
BinaryByter
Just don't use classes
BinaryByter
and dont think like everything should be an object
BinaryByter
and you'll already have less worries =D
Dima
and dont think like everything should be an object
are you ….. the functional brained?
BinaryByter
Procedural 😉
BinaryByter
functional programming is horrible
Dima
/warn @monitor_boy chat group ad without a permission
Dima
Anonymous
can anyone explain point 3?
Dima
you can’t run the same compiled c stuff on a different platform without recompilation
Mihail
can anyone explain point 3?
well the C you can execute immediately, unlike Python which you have to first interpret and then execute
Mihail
because you have a binary
Anonymous
can anyone explain point 3?
C compiles to platform dependent code, the compiler creates an exe. If you're on Windows or you'll get an .out if you're compiling on Linux, you can't just take your executable from Windows and run it on Linux, you need to recompile the source code on Linux platform or you can use any cross compiler to compile a binary for Linux. Java is compiled to bytecode and JVM handles (interprets) bytecode, have you ever wondered why you need jre (Java runtime environment) in your system to use Java? And you don't need anything except an executable or any library files if you have compiled binary. You need JVM binary to interpret Java bytecode. But you don't need anything like a JVM to execute compiled c binary and no layer of abstraction. Did you know python interpreter is written in C?
Mihail
tho technically there are C interpreters too
Anonymous
Dima
yeah
Dima
ansi c is used for glsl shaders/scripts
Anonymous
Oh yeah got it. Thanks
Anonymous
It's C/C++
Anonymous
Not Java and friends
BinaryByter
🤨
Anonymous
American national standards institute
BinaryByter
Yea
BinaryByter
but im pretty sure that you dont use that for shaders
BinaryByter
Not to mention that shaders are overrated
ᴘʀɪɴᴄᴇ ᴋᴜᴍᴀʀ
anyone have notes 1). DS 2). RDBMS 3). SQL 4). C++ IF ANYONE HAVE PLEASE SEND i want best language notes 👌🏻👌🏻 you can help🙏🏻
BinaryByter
Hey!
BinaryByter
I don't think that what you need are notes on the language
BinaryByter
I think that what you need is experience
BinaryByter
Why not pick up a small week-end project and experiment around in the language?
BinaryByter
You can do it!
Jay
Hi... I love programing and I'm student sience computers engineering
Jay
😁
DaVlad 🇸🇰
@somaye02019
DaVlad 🇸🇰
DaVlad 🇸🇰
Send her this flowepepe from me
DaVlad 🇸🇰
Here was your photo
Dima
What the fffffff
DaVlad 🇸🇰
What the fffffff
Relax, I'm done
Dima
Nevermind 😜
Anonymous
Any freelancer here?
klimi
I had contacts but i forgot who it was
klimi
I dont remember... Who it was and i am not freelancer myself....
Koulick Sadhu
Soja bhai
klimi
Soja bhai
English only
klimi
Ohk
Try ot group....
Dima
#ot
Anonymous
Plz add this number
Ss
Hello there ,can anyone please suggest me for creating any final year I.T (tybscit) project
itsmanjeet
i hav created a node like this struct node_t { struct nodt_t* prev; char* word; struct node_t* next; }; typedef struct node_t* node; and function to fill it like in shared library lib.so create_node(word) { node n = (n) malloc (sizeof(node) + sizeof(word)); n->word = word; and similarly a append function both inside the library lib.so now when i use this function in main codes , its working fine , but when i create another function in lib.so like node get_array() { node a = new_node("sam"); append(a,"another word"); print_array(a); return a; } now in print_array of node a , give needed output , but on return the node a to main code it give random values , why
itsmanjeet
the heap for shared library and main codes are different in malloc ??
BSP
Hi Rose.
Wayne
Hi, guys
Dima
Welcome
h1z9x8h*ehsjhgooqoap
hi all
h1z9x8h*ehsjhgooqoap
what exciting news here?
BSP
When do people become not new users?
h1z9x8h*ehsjhgooqoap
Rose knows that
h1z9x8h*ehsjhgooqoap
LOL
h1z9x8h*ehsjhgooqoap
maybe until enough lines you send into this room LOL
h1z9x8h*ehsjhgooqoap
how many lines?
PM
Any idea how such kind of bot is created as rose created ?
Dima
Codes
h1z9x8h*ehsjhgooqoap
google search...
PM
@botfather
Thanks but I m asking about its coding and programming..
h1z9x8h*ehsjhgooqoap
Natural language processing