MᏫᎻᎯᎷᎷᎬᎠ
yea
Cool
MᏫᎻᎯᎷᎷᎬᎠ
I wished my dad is a programmer
MᏫᎻᎯᎷᎷᎬᎠ
To understand my ambtion
Anonymous
hello any one can help me to decode an php 5.6 file this file uncode by ionbulbe 5.6
BinaryByter
meh, mine is really just that routine guy who would have preffered physics but ended up in the Sammlung Arbeitsloser Physiker
MᏫᎻᎯᎷᎷᎬᎠ
Not juts You are a software engineer You can install Android apps
BinaryByter
sorry
ill pretend i didnt see your question ;₩
MᏫᎻᎯᎷᎷᎬᎠ
A_man
Hello
A_man
What should i do to prove that i m human... 😂
A_man
Ok rose
A_man
And thanks
Roxifλsz 🇱🇹
What should i do to prove that i m human... 😂
You can write here, it means you already proved you're human
A_man
Oh that's that
ozxx
anyone can explain this -10
SimplyAdams
Any body with cpanel
SimplyAdams
With what
Did u have
klimi
Did u have
I had many things
olli
anyone can explain this -10
this is equal to -(2[array-2]), which basically takes the third element from an array starting two before the actual array, which is the first element of the original array
Roxifλsz 🇱🇹
Any body with cpanel
cpanel and the c language are two different things dude, this isn't the correct group to ask about cpanel
Anonymous
Hi, guys. Can I ask you to evaluate the source code of a simple C program I made with my friend? I want to know how can I make my program better, like, what syntax errors are there, if there are better practices, if I should use different commands, and maybe other tips.
Anonymous
https://pastebin.com/7sv13ueQ
Anonymous
Does it work?
It did in my computer, which runs Linux. But it didn't in my friend's, which runs Windows (though I changed some things in the code after he ran for the last time)
H
Greetings to all of you guys.
Roxifλsz 🇱🇹
https://pastebin.com/7sv13ueQ
Looks good: good variable names, code is not a convoluted mess, etc.
Anonymous
Looks good: good variable names, code is not a convoluted mess, etc.
Any suggestions or things I could improve? Also, are the commands I used good choices?
Roxifλsz 🇱🇹
I guess you could replace fgets and sscanf with just scanf
Anonymous
I guess you could replace fgets and sscanf with just scanf
I had searched before, and I read that scanf is not so good. I searched for it because it was not working properly in my program. Scanf just reads the first word, and I want to use this program to edit text files. Therefore, it would be better if it could read a long sentence. That's why I used fgets and sscanf.
Anonymous
I think I'm going to put my code here or maybe in other places sometimes so people give me tips
H
I tell you what. Just put your code on github and claim it’s bug free. Someone will help you to find one.
S.
anyone can explain this -10
Need to know that a[n] is equivalent to *((a) + n). Then, consider the operator precedance, it should be -(2[array-2]). Then - (2[array-2]) => - *(2 + array - 2) => - *array => - array[0]
Amari
heey
S.
hi
राहुल
Hi
Amari
which software do you guys use for C+ programming apart from codeblocks?
S.
vscode + compilers
Anonymous
Visual Studio Comunity Edition
chandu
👍
Anonymous
👍
Anonymous
Hi guys I have a question:what is global functions in c++?
S.
Hi guys I have a question:what is global functions in c++?
functions are already "global"
Anonymous
functions are already "global"
So there is no so called " local functions"?
S.
there're static functions
Anonymous
Like in a local scope or like a function in a function?
S.
Well additionally there's difference in jargons between C and C++
Anonymous
How do you define local?
I don't know , I just heard about it
Anonymous
I don't know , I just heard about it
You can not have a classical function in a function. You can use lambdas in a function however. But.. You can define a local class and a function inside there.
S.
( waiting for some vim guy coming up to argue
Anonymous
Do you use YCM?
S.
yes great plugin
Anonymous
Yeah, I liked it too, very usefull for C++ (for C its just overkill, most of the time I don't use autocompletion for C)
BinaryByter
which software do you guys use for C+ programming apart from codeblocks?
lol eww codeblocks. I use visual studio code and G++
Mat
Do you use YCM?
YCM have a so romantic name
Anonymous
YCM have a so romantic name
Yee, and not so romantic main memory usage. But it's pretty cool
Mat
vscodium
That's better :P
BinaryByter
xD
Anonymous
There is a VSCode OSS version? Nice, didn't know that
BinaryByter
Yea