Roxifλsz 🇱🇹
/warn bitcoin scam shit
Anonymous
What is pinned message
Anonymous
Guys, what should I know if I want to get a little job as a C++ developer?
Anonymous
You should know c first
Anonymous
Thanks rokas
Anonymous
Thanks for the pinned message, although I had read it. And about C, that's what I was about to say, I also know C.
Anonymous
👍
Anonymous
I'm in a university.
Anonymous
Who codes here in x86 assembly?
Anonymous
What do you need?
Anonymous
:/
Talula
Who codes here in x86 assembly?
People who have too much time on their hand and want to make application like todolist in 40 years.
Anonymous
I code in C/C++, but my training for reverse engineering requires expertise in x86 assembly, any good resources to start with?
Anonymous
what is pinned messages
Anonymous
thank u
Mat
what is pinned messages
The message pinned at the top of the screen
Talula
I code in C/C++, but my training for reverse engineering requires expertise in x86 assembly, any good resources to start with?
That isn't called "reverse engineering" it's called "Copy"...
Talula
Secondly if the code is for Windows or any OS other than DOS or linux CLI it's not pure Assembly, it's mostly Pseudo code...
Talula
Mostly containting instructions to the OS, how to manage it in memory and calling external libraries as well as Sending messages to create Windows and stuff... so what do you want to reverse engineer (copy)?
عبدالشافع
Any body have any totarial for c++ programming for windows application???
محمد محمد
https://youtu.be/5SLRzAN2Hxs
Talula
Any body have any totarial for c++ programming for windows application???
There are many but why do you want to do windows application programming with C++, you could use ALT or MFC or OWL... depends what you wanna go with.
عبدالشافع
Do you have a book mfc or alt or owl totarial??
Talula
But don't do Windows programming in C++, use something like C# or Lazarus
Talula
Do you have a book mfc or alt or owl totarial??
I don't think people are still making tutorial on OWL or MFC, it's Windows NT stuff.
عبدالشافع
Why??
Talula
Why??
Your name sounds persian...
عبدالشافع
Yes
Anshu
#include <stdio.h> #include <stdlib.h> void sum(int a,int b) { int sum=a+b; printf("sum = %d \n",sum); } int main() { int a,b; sum(a,b); return 0; }
Anshu
why this code gives output =62
Nikita
where are the input data
Anshu
That's why i am asking it gives output 62
Top T : Trollface Was Real
why this code gives output =62
Language: clang Source: #include <stdio.h> #include <stdlib.h> void sum(int a,int b) { int sum=a+b; printf("sum = %d \n",sum); } int main() { int a,b; sum(a,b); return 0; } Warnings: source_file.c:13:9: warning: variable 'a' is uninitialized when used here [-Wuninitialized] sum(a,b); ^ source_file.c:12:10: note: initialize the variable 'a' to silence this warning int a,b; ^ = 0 source_file.c:13:11: warning: variable 'b' is uninitialized when used here [-Wuninitialized] sum(a,b); ^ source_file.c:12:12: note: initialize the variable 'b' to silence this warning int a,b; ^ = 0 2 warnings generated. Result: sum = 955059368
Anshu
ya c lang
Top T : Trollface Was Real
If you want Zero , declare the variables globally.
Top T : Trollface Was Real
why this code gives output =62
It's a Garbage value.
Anshu
oo ok
olli
That's why i am asking it gives output 62
The values are indetermined so is the result
Anshu
in codeblocks it says 62
Anshu
in online compiler it says 0
olli
because it's undefined behavior, every compiler might produce a different output
Anshu
ooo Thanks a Lot
olli
and please avoid global variables where possible, if you want them to be 0 initialize them
Anshu
ok
Anonymous
Hey guys anyone tell me best book of C/C++ beginners for India
Anonymous
So many pajeets
Anonymous
Vim
Nano is better
Talula
Sublime Text 3
_̸̡͝͝This
Dima
> atom
Dima
> ide
Anonymous
Lol
Manuele
Nano, vim, sublime, atom
Manuele
Is there anyone that know what an IDE is?
Anonymous
@Neko_cpp What's your favorite OS?
Anonymous
Talula
Is there anyone that know what an IDE is?
Identity Defination Environment.
Manuele
Is that a serious question?
I know what it is, the problem is that no one here seem to know....
Talula
LOL please
Actually all these things are editors and not IDE... I agree with Manuele.
Talula
IDE is when you use Lazarus or Visual Studio C#...
Manuele
Ooooh finally someone that knows something in this group
Dima
@Neko_cpp What's your favorite OS?
any *nix-like system, I hate windoz
Dima
using macos/debian for work
Talula
any *nix-like system, I hate windoz
I have to use Windoiws... poor me but it's fun because I'm used to it.
Daniele°
Nano is better
Nano is for boy, vim is for man
Anonymous
using macos/debian for work
How about no? systemd is cancerous
Manuele
Nano is for boy, vim is for man
Both are for people that don't know what a serious environment is
Anonymous
Nano is for boy, vim is for man
Vim is overcomplicated, pointless
Daniele°