Anonymous
Anonymous
try vsc
klimi
no
Anonymous
are you kidding me??
No, you don't need a PC to master a language
Anonymous
you may be a student
Anonymous
Then why you master a language without PC
Anonymous
No, you don't need a PC to master a language
I can write the code on a white paper too.. ha?
Anonymous
Now it's broken, but in the meantime
Anonymous
Interesting
Anonymous
Just give me a pencil
Anonymous
And what if you want to test your code??
V
new .net
Ah, okay, and how average need hard disk space(withou some qt, python, c# and other)? MS says 20-50Gb, but it's too big range
Anonymous
You are all kidding me guys😂
Anonymous
Actually, it helps you to always think before writing down your code
Anonymous
And not trial and error
Anonymous
You didn't answer me @Kurimi what is vs2017 setup size
Anonymous
??
klimi
just look it up
klimi
20-50GB
V
it reallyt is 20-50gb
20 is necessary minimum space(can't be less), right?
klimi
no
klimi
idk
klimi
maybe
klimi
the installer tells you it
Anonymous
Bro i asking for the setup yes setup not the content on the setup the setup that you download to install this sh*t
Anonymous
anyway tnx you
klimi
I FUCKING USE LINUX
klimi
not some fucking software from microsoft
klimi
how the fuck should i know
Anonymous
Yo calm down
V
the installer tells you it
Nope, this dumb installer(I was trying a year ago) doesn't say about the FULL size of VS and you can see size after installation, but if I have only 15Gb, hmm, it's interest
klimi
the fuck
klimi
i never had problem
Anonymous
Is linux good than windows i wondering 😂?
Anonymous
It depends
Anonymous
Linux is lightweight and it is well supported from the community
Anonymous
Good for C/C++ developing? Yes, it's way less pain than windows dev.
Anonymous
I use windows
Anonymous
Nice
V
Is linux good than windows i wondering 😂?
You can install chocolatey+cmder+babun and get absolutely kimochi, a lot of text editors and IDE, many instruments has no some problems, but linux is more comfortable and simple, imho
klimi
No
Anonymous
So sad 😂
klimi
U so sad
Dima
what..?
klimi
^.^
Anonymous
Why kicking so many people put?
Anonymous
Out*
klimi
For fun
Dima
it’s pointless to keep spam people/begging newbiews there
klimi
They are usets
klimi
Who didn't marked themselves as users
klimi
So ... They are muted
Anonymous
Hi all first time in channel. Reading K&R2 as well as Porta C PRIMER PLUS
olli
what are you trying to do? You shadow your definitions
olli
no,
olli
why don't you use something like getInput::askbirthday(int *a, int *b, int *c){ std::cout << "What month where you born " << std::endl; std::cin >> *a; std::cout << "What day where you born " << std::endl; std::cin >> *b; std::cout << "What year where you born in " << std::endl; std::cin >> *c; }
olli
if you look at this *a = &a; where a is int *. You get the address of a pointer to int, which is a pointer to pointer to in (int **) and try to assign it to an int. This is not allowed in C++, futhermore there is no guarantee your int is wide enough to store your address.
olli
So basically getInput::askbirthday(int& a, int& b, int& c){ std::cout << "What month where you born " << std::endl; std::cin >> a; std::cout << "What day where you born " << std::endl; std::cin >> b; std::cout << "What year where you born in " << std::endl; std::cin >> c; }
olli
no, of course not - sorry (fixed)
olli
no worries :)
Anonymous
Hii
Anonymous
/saved
Anonymous
/cbook
Anonymous
/cbook
Anonymous
/saved
Anonymous
/cbook
Anonymous
Hii in nube here and can please someone tell me how to begin learning cpp